I tried to code stop loss and it's plotting fine in a chart when I tried to add to the strategy it was not executing... please help if longBuy strategy.entry(id = "Long", direction = strategy.long) // strategy.exit(id = "exit", from_entry = "Long", stop = longStopATR) // Long trade exit if buyExit o...