Hi,
My conditions:
Time frame : 10 min
BUY CONDITION:
One 10min candle should close above the 5th candle high then i want to enter into trade.
Can you please create code for this.
Hi,
My conditions:
Time frame : 10 min
BUY CONDITION:
One 10min candle should close above the 5th candle high then i want to enter into trade.
Can you please create code for this.
Hi Krishna,
Thanks for you r help, can you see below explanation and confirm once again if code which you have given was correct or not. small difference is there.
I need break out of 5th candle (not previous 5 candles) , as of my understanding you have provided for the previous 5 candles. But i need to buy at 5th candle since market opens i.e., after completion of 9:55 AM candle. Then i need to buy only when candle closes that 5th candle high.
I think we need to use Nth candle option. if it was available plz provide the code once.
Hey, you have to specify 5th candle from which candle.
This gives breakout from 5th last candle high
Close crosses above Nth(High, 5, 10min)
Breakout from Day’s 5th candle High from Day Open
Close crosses above Period min( 5, High (-1))
Breakout from the Highest High of the past 5 candles
Refer to the Help section, to understand each function better
https://help.streak.tech/
Hi Bro,
Yaaa from the day 5th candle …As you have mentioned below. Thanks for your help. I got correct information
Close crosses above Nth(High, 5, 10min) ----Breakout from Day’s 5th candle High from Day Open