The support forum is built with (1) General and FAQ forums for common trading queries received from aspiring and experienced traders, and (2) forums for course video topics. How to Trade Price Action and How to Trade Forex Price Action videos are consolidated into common forums.
Brooks Trading Course social media communities
hello all, here's a filter I am using with stockfetcher (I made it). if a breakout looks interesting, consider!
set{at,atr(20)}
set{at2,at*2}
set{at3,at*1.5}
set{atlittle,at*0.25}
set{miner,min(open,close one day ago)}set{range,high-close one day ago}
set{midcand,range/8}
set{midcand2,high-atlittle}show stocks where
range is above at3
and close is above midcand2 /*bullish high close*/
and close is above close 5 day high one day ago
and draw ema(100)
and draw ema(200)
and draw ema(20)
And chart-length is 3 months
and the short version
set{at,atr(20)}
set{at3,at*1.5}
set{atlittle,at*0.25}
set{miner,max(open,close one day ago)}set{range,miner - low}
set{midcand,range/8}
set{midcand2,low+atlittle}show stocks where
range is above at3
and close is below midcand2 /*bearish low close*/
and close is below close 5 day low one day ago
and draw ema(100)
and draw ema(200)
and draw ema(20)
And chart-length is 3 months
any sp500 traders that use Al's methods, I'd like to chat.., there are difficulties and considerations
take care!
aristides.
Never heard of stockfetcher before ... but good to know tools like that exists 👍
Just tried your first filter ... didn't yield anything ... will play more with it
Hi Mike,
stockfetcher can be useful,
you have not pasted the entire filter, only the declarations.
you are missing this part:
show stocks where
range is above at3
and close is above midcand2 /*bullish high close*/
and close is above close 5 day high one day ago
and draw ema(100)
and draw ema(200)
and draw ema(20)
And chart-length is 3 months
usually there are hits every day!
Aristides, thanks! I have got result now ... looks great. I'll play with it more!!!