SAFeTRADE 644 posts msg #146702 - Ignore SAFeTRADE modified |
2/23/2019 12:03:14 PM
Watching KO 45.91
|
SAFeTRADE 644 posts msg #146720 - Ignore SAFeTRADE |
2/25/2019 5:24:49 PM
still in CAG support at ma50 and ma20?
Bought DWDP 56.03
|
johnpaulca 12,036 posts msg #146723 - Ignore johnpaulca |
2/25/2019 11:40:07 PM
Paper trade:
Ran your filter, selected CME($177.49). The market is overbought so this is not the best time to go long.
|
johnpaulca 12,036 posts msg #146728 - Ignore johnpaulca |
2/26/2019 11:31:05 AM
johnpaulca
11,993 posts
msg #146723 2/25/2019 11:40:07 PM
Paper trade:
Ran your filter, selected CME($177.49). The market is overbought so this is not the best time to go long.
*********************************************************************************************************************
sold $179.12
|
SAFeTRADE 644 posts msg #146735 - Ignore SAFeTRADE |
2/26/2019 7:36:12 PM
Thanks John, what did you see in CME?
|
johnpaulca 12,036 posts msg #146738 - Ignore johnpaulca |
2/26/2019 9:43:29 PM
Sort results using stcross. CME was the only stock with a hit. Ran the stock using my criteria and it was a buy. Let me know if you need a second opinion with your picks....glty.
|
SAFeTRADE 644 posts msg #146749 - Ignore SAFeTRADE |
2/27/2019 4:38:38 PM
SOLD
CAG bought 24.39 sold 23.08 100 sh (131.00)
DWDP bought 56.03 sold 54.72 100 sh (131.00)
|
nibor100 1,031 posts msg #146754 - Ignore nibor100 |
2/28/2019 1:49:48 PM
@SAFeTRADE,
Here is my 'filter in progress' for drawing the Visions V on a chart, any suggestions/improvements are welcome.
I'm using a symbol list of all the symbols mentioned so far in this Visions V Trading Room.
Thanks,
Ed S.
|
SAFeTRADE 644 posts msg #146757 - Ignore SAFeTRADE |
2/28/2019 3:40:46 PM
WOW!!! Right off I must say what you have done is phenomenal! Unbelievable, I see coding in your filter
I have not seen before. I will have to study this coding tonight. I will have questions. You have also
simplified or stripped the coding down to a minimum. All I can say is WOW. Thank you Ed.
Safetrade
|
nibor100 1,031 posts msg #146759 - Ignore nibor100 |
2/28/2019 5:03:04 PM
I've never been good at commenting code so hopefully the following will help.
Please remember that this filter is still very much a work in progress as 1 issue with it is that each new day one of us chooses to run this filter the date in the 4th line for "var1" has to be changed to a date that is 50 days prior; which for today was 12/14/2018.
I use "var1" to do a match using the SF 'Days' (since function) so I can get a count from 1 to 50 days going backward in time in var2.
I later use var2 in calculating the day to day increments to increase the B and C line drawings for the slope commands.
As you well know, the starting point of the V is the most recent new 52 week low (plotted 50 days in the past) and the end points are today's B value and C value.
So we needed to draw a line that moves each day by 1/50th and I was fortunate to discover that the SF slope command initiates it's line drawing at the beginning end point x days in the past.
The 2 biggest remaining problems this version of the filter has is the date that has to be manually changed for each new day it is run, and the fact that the 52 week low doesn't stay constant over the 50 day period so the end point of the 2 lines at the 50th day in the past isn't always the correct point.
The AAPL chart for today is a good example of the 2nd problem as the 52 week low starting point for the Visions V should be lower at 142.0.
That's why I'm drawing the 52 week low's on the charts.
A more minor issue, because I don't think it happens much, is that "close*high" sometimes is not a unique value within a 50 day time frame, Look down the var2 column and you'll see for MHK it is different, which of course messes up the increment calculations.
So hopefully the rest of you have fixes for all of those :).
Note, I don't have the Buy Limit drawing in this filter either as I wanted as few lines as possible during testing.
Thanks,
Ed S.
|