Hi, I created this simple stocks screener, but it doesn’t work properly. Everytime I run the screener over a couple of hundreds european stocks, the screener screens only for one or two of the criteria, but never all of the three citeria together. Has anybody an idea what I’m missing?????
//Datum: 13/01/2019
//Door: Marcel van Vliet
C1 = customclose > 25
C2 = Volume > average[50](volume)and volume > 1000000
C3 = averagetruerange[14] > average[50](averagetruerange[14])
Screener (C1 and C2 and C3)
Use brackets, not parentheses, with screener.
Thank you, what a beginners failure from me 🙂
Don’ worry, no one will know it while reading your next ebook 😉