I want to BUY/SELL at 1 min candle chart. But the condition I am using is not supported by STREAK it seems -
Please help
ENTRY TIME STARTS : 11:01 AM
ENTRY TIME ENDS : 03:15 PM
Buy 100 shares when the HIGH of 1 min CANDLE crosses above Previous 30 MIN Candle that have been created during the TIME FRAME - [ 10:30 AM - 11:00 AM ]
Hi, you can create this as follows:
High crosses previous N(high,-1,30min)
And then in advanced section select the time from 11:00 - 3:15
Please fine the screenshot for reference.
Kindly try out and make sure that the backtesting signals are as per you requirement.
For any further queries feel free to write to support [@]streak.tech
Also one important point I missed. My BAD. @arjun_singh2 - It’s OK. Will select 10:15 AM - 10:45 AM - to avoid the confusion.
@Streak - I want to choose ONE and ONLY one particular candle [ say here 10:15 AM - 10:45 AM ] through out the DAY. The strategy you pinged will choose every previous candle’s in the whole day of time span.
@arjun_singh2
This is not complex at all, it just have to stated directly and clearly.
We are releasing updates very frequently increasing the flexibility for the user.
The screenshot pinged was to answer the requirement.
Here beacuse you have reduce the trade between time to 10:30 to 10:45 or whatever you want the signal will get only generated if the condition is true when checking for the minute candles In between this time range. So with previous N with offset of -1, the only 30min candle which will be valid to be used for checking will be 10:15am 30min candle.
Now if you want to just establish a high or low for the 2nd 30min candle of the day, then you will have to wait till our dev team releasing the indicator for intraday range formation.