Hi all,
I’ve scoured the forum to try and find the answer to this, tried a few methods, but couldn’t get a narrower search on ProScreener.
Basically I want to display markets where the 200 day Simple Moving Average is higher than it was 21 bars ago (as an example)
I’ve tried this:
indicator3 = Average[200](close)
c1 = (indicator3 > indicator3[21])
I found that this either displayed Simple Moving Averages that were also DEclining or it increased the number of results it displayed!
Any help would be much appreciated – I’m still a bit new to the coding world.
Many thanks, David.