How code this super trend strategy?

Hi

Someone help with this super trend coding.

After super trend signal is generated. The order should be placed when the signal candle close & next candle opens above the signal candle.

Also, keep Stoploss low of the signal candle.

Thanks in Advance.

@Streak

You can use the following condition for Entry

Close crosses above Supertrend (7,3,0)

However, the SL condition is not possible currently.

Alternatively, you can set the Exit condition as
Close crosses below Supertrend(7,3,0)