Good morning,
The Screener works almost perfect Thanks to you Fifi, just can not get the Volume ‘C10’ to work. The moment I ad it – the Screener does not get any hits, even tried to reduce the number or Volume from 300000 to 30000 t0 3000, but No Cigar- the Screens or hits (all 17 of them) I get without C10 or the Volume has a Volume count of far more than 300000.
I think there must be something wrong, but I just gonna leave it for now- I have spend far to many hours on it now- Same as before- if you have anymore magic ideas- Please let me know.
Pss. I do wanna make a similar Screen for A Bear Rally but wanna see first if I can get it right myself after your generous help.
Thanks buddy.
Will ad the latest PRT Code too finish it off for now:
indicator1 = Average[10](close)
indicator2 = ExponentialAverage[30](close)
indicator3 = Average[200](close)
indicator4 = ADX[10]
indicator5 = Volume
c1 = (DHigh(0) < DHigh(1))
c2 = (DHigh(1) < high[2])
c3 = (indicator1 > indicator2)
c4 = (DClose(0) > indicator2)
c5 = (DClose(0) < indicator1)
c6 = (DClose(0) > indicator3)
c7 = (indicator1[7] > indicator2[7])
c8 = (indicator4 > 20)
c9 = (DClose(0) >= 5)
c10 = (indicator5 > 300000)
criteria = indicator3
SCREENER[c1 AND c2 AND c3 AND c4 AND c5 AND c6 AND c7 AND c8 AND c9 AND c10] (criteria AS "SMA")
Hey Fifi,
Hmmmm- do not quite understand your message regarding the Asian list?
hello,
with the asian list c9 and C10 works
Hi Fifi,
Thanks for the let know and the effort of checking.
Weird as I do not even know how that can be possible. The Coding does not contain any country names or codes.
How can this be, do you have a way of explaining it- Interesting stuff.
Have a nice Saturday, Cheers.