StockFetcher Forums · Stock Picks and Trading · Visions V Trading Room<< 1 2 3 4 5 >>Post Follow-up
SAFeTRADE
630 posts
msg #146760
Ignore SAFeTRADE
2/28/2019 9:40:05 PM

You did all of the heavy hauling. I will play with it as I have time. How did you figure this out?
You have used coding I have not seen before. Does it need to be date dependent? I will play with
it and see what I can come up with. Thanks again.

Safetrade

SAFeTRADE
630 posts
msg #146761
Ignore SAFeTRADE
2/28/2019 11:34:15 PM

Not a complaint, however it does not plot recent 52 week lows correctly. I have not yet come
up with a fix. Still thinking about it.

Safetrade

Cheese
1,374 posts
msg #146762
Ignore Cheese
3/1/2019 1:49:37 AM

Fetcher[

/* Thank you, nibor100 and SAFeTRADE. */
/* Would this help ? */
/* Step1 Find last occurrence of new 52 week low for each stock. */
/* Step2 Hard code the number of offset days of that last occurrence for each stock. */

/* https://www.stockfetcher.com/forums/Stock-Picks/Visions-V-Trading-Room/146547/10 */

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

SYMLIST(AAPL)

/* ************************************************************************************************* */

/* Thank you, nibor100 and SAFeTRADE. */
/* Would this help ? */
/* Step1 Find last occurrence of new 52 week low for each stock. */
/* Step2 Hard code the number of offset days of that last occurrence for each stock. */

set{52wklow, count(low reached a new 52 week low,1)}
DRAW 52wklow
set{last52wklow, days(low reached a new 52 week low,50)} /* FIND DATE OF LAST 52 WEEK LOW, THEN HARD CODE */
add column last52wklow /* FIND DATE OF LAST 52 WEEK LOW, THEN HARD CODE */

/* ************************************************************************************************* */


/* Reference a specific date 50 days prior for increment calculation*/
set{var3, close * high}
set{var1,DATE(20190122,var3)} /* FIND CORRESPONDING DATE FOR today MINUS last52wklow, then HARD CODE that date here */
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/37} add column cincr /* HARD CODE THE VALUE OF last52wklow here */
set{cincr2, cincr*var2 }
set{Cline, cincr2+lo52 } add column Cline

draw 37 day slope of Cline on plot price /* HARD CODE THE VALUE OF last52wklow here */
do not draw Cline

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

set{bincr, b1/37 } add column bincr /* HARD CODE THE VALUE OF last52wklow here */
set{bincr2, bincr*var2 }
set{Bline, bincr2+lo52 } add column Bline

draw 37 day slope of Bline on plot price /* HARD CODE THE VALUE OF last52wklow here */
do not draw Bline

]



johnpaulca
12,036 posts
msg #146763
Ignore johnpaulca
modified
3/1/2019 9:20:29 AM

EVR...long scalp at $92.10(2-hr chart)....see how this work for scalping.
Stcross =1

johnpaulca
12,036 posts
msg #146764
Ignore johnpaulca
3/1/2019 9:36:25 AM

EVR = $93.43 (upper BB40)

johnpaulca
12,036 posts
msg #146765
Ignore johnpaulca
3/1/2019 9:38:26 AM

FYI = use 30 min chart for a target, on Friday's best action is within the first hour.

johnpaulca
12,036 posts
msg #146766
Ignore johnpaulca
3/1/2019 10:27:42 AM

johnpaulca
12,002 posts
msg #146764 3/1/2019 9:36:25 AM

EVR = $93.43 (upper BB40)
*******************************************
hit price target

SAFeTRADE
630 posts
msg #146769
Ignore SAFeTRADE
3/1/2019 11:48:27 AM

Good trading John!

johnpaulca
12,036 posts
msg #146773
Ignore johnpaulca
3/1/2019 3:42:42 PM

ATVI$($42.83)...stcross on daily

johnpaulca
12,036 posts
msg #146774
Ignore johnpaulca
3/1/2019 3:56:31 PM

EVRG($55.06)...stcross = 1(yesterday), (not triggered using my criteria as yet)

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.