I have some strategies which I have been using on another bot and Also got working on your MT4 bot. I also wanted to use your bot to trade crypto on Bybit but for my strategy to work I need a trailing stop feature and was hoping this is something you could look to implement
Let me have a look at this @Ats
@Ats can you trail on your strategy and close the trade when its closing time?
Lucem, hello, I have SL and Trailing in my strategy on Bitget and Bybit. In Bybit my trading much better with function Update SL then Bitget, but if you can do native Trailing Stop for Bybit and Bitget - it will be brilliant ! Native SL and TSL works much better than market order alert from TradingView ! Please add Trailing to Bybit and Bitget too )
Alright, in the meantime, Sync your strategy by setting alerts while a trade is opened, it sends the open alert and when it closes, the close alert is fired. You can also implement the trailing in your strategy and have the alerts execute.
I only get an open buy/sell signal from my indicator so wanted to setup a trailing take profit/trailing stop loss using the bot as there is no strategy
You can modify your strategy to do this. Do the trailing in tradingview and close automatically with alerts.