Hello again,
I’m in the right sub-forum this time.
I want to reference average[10](close) from 5 days ago. How do I write this please?
Hi, it should be something like this:
indicator= average[10](close)
reference = indicator[5]
😉
Thanks Adolfo – that looks good.
I have a new question!
If I’m in the 5 min display, how do I reference yesterday’s MA of the 60 min time frame?
Regards
Hi again, I didn`t try it yet, but found this:
TIMEFRAME(5 minutes)
5minindicator1 = indicator1
5minindicator2 = indicator2
TIMEFRAME(1 hour)
1hourindicator1 = indicator3
1hourindicator2 = indicator4