I'm testing strategy on Forex with this:
strategy.entry(id="Sell", long=strategy.short)
strategy.exit("Exit-Sell Win", "Sell", limit=takeProfit)
strategy.exit("Exit-Sell Loss", "Sell", stop=stopLoss)
I verified all the contents of the variable, everything is fine. The comportment is ok: the order exit on limit or stop
The issue is that I never get the label "Exit-Sell Loss" On the chart as on List of Trades I can only see the signal "Exit-Sell Win"
Thanks for your support
question from:https://stackoverflow.com/questions/65943510/no-stop-signal-on-tradingview-forex-trade-strategy