Exit condition - 1 candle after entry

Can I create an exit condition where the next candle just after the entry candle closes below UBB (close, 2, simple, 0), the position should exit?

@adityaparwal
Yes, just add this to the Exit condition
Close(0) crosses below UBB (close, 2, simple, 0)

1 Like

But this would be valid for candles after the first candle after entry as well? I’d like the exit condition just for the next candle after entry candle @Krishnendu

So you mean to say you will exit just one candle after the entry candle irrespective of " Close(0) crosses below UBB (close, 2, simple, 0)" being true?

I will exit just one candle after the entry candle if " Close(0) crosses below UBB (close, 2, simple, 0) " being true. If not, there’s a different exit condition for later candles @Krishnendu

Currently, this is not possible since Indicator marking to a respective candle is not possible.

Kindly introduce this at the earliest.

This is a very basic and used very often

when the entry is active then exit the trade after n candles of configurable time frame.