hi all
on a weekly timeframe
how do you best say volume in last week just gone > volume from 2 weeks ago?
also is there a definitive list of all operators/terms that can be used in pro real code? I know there are the videos but I wondered if there was a manual which lists are variables/operators/functions that can be used in formula?
many thanks
Timeframe(weekly)
x = volume[1] > volume[2]
y = volume[1]
Timeframe(default)
SCREENER[x](y AS “volume)
Here you can find documentation https://www.prorealcode.com/prorealtime-documentation/
https://www.prorealtime.com/en/help-manual/quick-tour