Hi,
Please rrefer to the below code regarding my question.
If I create a proscreener indicator using the 1 hour and 5 minute time-frame; which time-frame and corresponding test condition will trigger the proscreener, or does the order not make any difference?
Timeframe (1 hour)
ma1=Average[20](close)
c1=close crosses under ma1
Timeframe (5 minutes)
ma1=Average[20](close)
c2=close crosses under ma1
short=c1 and c2