Auto start a strategy everyday

I have a set strategy, but it gets stopped at the end of the day and I have to start it daily

is there a way, where the strategy can get auto-start daily at the specified time

@Streak please assist

1) If you are deploying a strategy with the order type as MIS, then you can use the ‘Strategy live for’ parameter of Streak to keep the Strategy active for the selected number of days automatically. You can access the ‘Strategy live for’ parameter on the pre-deployment window of the strategy and select a period of 1 Day, 3 Days, 1 week, and 30 days. Once you select the parameter as more than 1 day, then the MIS Strategy will automatically redeploy itself and enter the waiting state each day, until the number of ‘Strategy live for’ periods are complete. Refer to the below image of the pre-deployment window:

2) If you are deploying a strategy with the order type as CNC/NRML. Then note that for CNC strategies there is no ‘Strategy live for’ field and the strategy will be live for 30 days in the waiting state(Checking your entry conditions to meet). Whereas if you have entered in a CNC trade, then the strategy will be live for unlimited days until the entered strategy cycle is completed (Given that your subscription is active).

To know more about Strategy Cycle, refer to the link provided below:
Strategy cycle- Backtest - Streak Help
Strategy live for- Backtest - Streak Help

1 Like

Okay got it now. :+1: :+1: My strategy is Intraday, I will increase strategy live for.