Last weekend I tried to build a screener that screens at the end of day for candles hitting the 50MA band on US Stock Charts (screenshot).
Somehow the screener does not work properly. It does not take into account any of the the DataConditions as mentioned on the screenshot. Lots of pennystocks are showing up.
I removed the ‘Vol’ condition to test it, but more stocks are found by the screener.
I need answers on the following questions: Are the C2 and C5 codes correct to let the candle touch the 50MA band? And how can I filter the stocks of the 29 markets with the MinPrice, the MaxPrice and the DailyVolume?
Moving Average Band Touch Sceener
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Moving Average Band Touch Sceener.
// Based on the GRAB/Bias indicator.
// 10/10/2022 by Marcel van Vliet.
// Parameters
MinPrice=25// The minimum price of each security.
MaxPrice=1000// The maximum price of each security.
Thanks a lot, your rebuild of the screener gave me 88 results, but after changing the DailyVolume back to >1000000 and the Vol >average [2] (volume) back to Vol >average [21] (volume), the screener gave me 15 results to analyse manually after market hours. In combination with the GRaB/Bias indicator it forms a robust trading system for end of day trading.
In my next e-book I will explain the whole strategy and the way to trade it.
To thank you for your help I’ll send it to you for free. Contact me through the TradersTrefpunt.nl website.
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue