Is there an exit condition to exit at the next candle open or close or high or Low?

Is there an exit condition to exit at the next candle open or close or high or Low?
@Streak @Vasu_patel If possible please provide them. That would be helpful.

Thanks

Please note that Streak uses OHLC (Open, High, Low, Close) data to check your entry-exit conditions. As the OHLC data is only available after the close of the candle, your alerts will be generated after the close of the candle matching your conditions(i.e. open of the next candle).

Now if you want to exit at the Open/Close/High or Low of the entry candle then you can simply create the exit conditions of “Close higher than 0”. To get an exit at the exact OHLC you can use the limit order feature to deploy the trade and select the Open/Close/High or Low as per your preference.

Streak supports the limit order type, and you can select the desired order type on the pre-deployment window that appears when you click on the ‘Deploy’ strategy button. Refer to the below image with the instructions to select the limit order type on the pre-deployment window:

You can learn more about the limit order feature through the following link:
https://tradingqna.com/t/reduce-slippage-on-streak/109324/2

1 Like

Thanks for the Information !!