StockFetcher Forums · Stock Picks and Trading · Visions V Trading Room<< 1 2 3 4 5 >>Post Follow-up
SAFeTRADE
630 posts
msg #146702
Ignore SAFeTRADE
modified
2/23/2019 12:03:14 PM

Watching KO 45.91

SAFeTRADE
630 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
630 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
630 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,010 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.

Fetcher[
apply to symlist(aapl,msft,dwdp,cme,cag,atvi,nvda,cvs,wba,fdx,stz,mo,jnj,mhk,ko)

/* Reference a specific date 50 days prior for increment calculation*/
set{var3, close * high}
set{var1,DATE(20181214,var3)}
set{var2, days(var3 is equal to var1 ,100)} add column var2

set{hl52, high 52 week high - low 52 week low} and add column hl52
add column high 52 week high and draw high 52 week high and draw low 52 week low

chart-time is 9 months

set{lo52, low 52 week low } add column lo52

set{c1, hl52 * .125}
set{c, low 52 week low + c1} add column c

set{cincr, c1/50 } add column cincr
set{cincr2, cincr*var2 }
set{Cline, cincr2+lo52 } add column Cline

draw 50 day slope of Cline on plot price
do not draw Cline

set{b1, hl52 * .375} add column b1
set{b, low 52 week low + b1} add column b

set{bincr, b1/50 } add column bincr
set{bincr2, bincr*var2 }
set{Bline, bincr2+lo52 } add column Bline

draw 50 day slope of Bline on plot price
do not draw Bline
]



SAFeTRADE
630 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,010 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.

StockFetcher Forums · Stock Picks and Trading · Visions V Trading Room<< 1 2 3 4 5 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.