Screener for pullback swing trading
- This topic has 4 replies, 2 voices, and was last updated 7 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
Similar topics:
Forums › ProRealTime English forum › ProScreener support › Screener for pullback swing trading
Hi All,
I’m hoping to get some help in coding a screener for a basic strategy:
This is a “long” strategy. “Short” would just be reversed.
I’m happy fro this to be shared in the community if it proves valuable
Thanks for any help.
-N
Hi Niall,
This is a first attempt, not sure if it suits correctly your query, please make tests and give feedback. Many thanks.
1 2 3 4 5 6 7 8 9 10 |
//Find a stock/ currency pair that has reached a new 40 day high c1 = high[4]=highest[40](high)[4] //The next three days should have lower closing prices i.e day 1 close lower than 40 day high; day two close lower than day 1 close etc c2 = summation[3](close<close[1])[1]=3 //On the fourth day the closing price must close higher than the closing price on the third day and must close within the upper 20% of the daily trading range c3 = close>close[1] and (close-low)/range>0.8 screener [c1 and c2 and c3] |
Hi Nicholas,
Thank you very much for this. I’ve run it through a variety of exchanges that ProReal Time Offer and found some ideal candidates. I’ll tweak a bit of the code and see if I can get a screen for shorts too.
best wishes,
Niall
Hi All,
Been busy with my day job so apologies if this is a bit late. This is what I’ve got for shorts:
Find exclusive trading pro-tools on