Is it possible to use 2 different time frames inside one indicator?
Looking to have and indicator that finds on the daily Chart;
if( Open[0] > (Close[3] * 1.2))
and on the 1 min Chart;
If( Close[0] < Open[0])
Any input would be great on using multiple time frames inside one indicator.
Thank you in advance,
Ryan

Comment