Hello,
I have been wrestling with TIMEFRAME for a while trying to get a particular result.
I want to use an indicator in the 5 minute timeframe called zenith and upon Updateonclose of the bar it will be equal to the HIGH in that bar plus 4 points (i.e. zenith = HIGH + 4).
I then want to BUY in any of the next 10 second bars where CLOSE is greater than or equal to zenith (i.e. IF CLOSE >= zenith THEN …).
If the 5 minute bar ends at 080459 does the 10 second bar start at 080500 so that the 10 second bars are running in sync with the 5 minute bars?
Is this possible as my attempts don’t work.
Thank you in anticipation,
Joseph