Help: Streak strategy creation

@Streak I want to create a strategy in streak that buys at open and exit as per SL TP.
What to say to create a entry strategy to buy at open everyday ?

@Streak

1 Like

Thanks

Set the condition at Close higher than 0 and set the timeframe as 1min. This would send you an entry notification at the close of the first 1 min candle.

1 Like

I tried this, but it gives me multiple entries in a single day when backtesting, I want it to make only 1 entry per day . What should I do ?

So when you deploy it live, set the Strategy cycle as 1. Then it will only take 1 trade in a day. Unfortunately, we do not have the feature to set a strategy cycle during backtesting currently. However, this is being worked upon.

more about strategy cycle: https://help.streak.tech/deployed/#strategy-cycle

1 Like

Ok, I’ll deploy in paper trade and see how it works.
Setting a strategy cycle during backtesting is a great idea, please do implement asap . Thanks.