OctoBot
OctoBot copied to clipboard
Different delimiters for TradingView mode
Currently only new lines are used as delimiters to enter/exit a trade. This looks like this:
EXCHANGE=bybit
SYMBOL=BTC:USDT:USDT
SIGNAL=SELL
ORDER_TYPE=LIMIT
VOLUME=100
Another delimiter, like ; could be used to handle "Any Alert()" function calls, where pine scripts create signals:

Since the message field is single line in these calls I cannot create a signal, which the bot accepts. The command with the new delimiter could simply look like this:
EXCHANGE=bybit;SYMBOL=BTC:USDT:USDT;SIGNAL=SELL;ORDER_TYPE=LIMIT;VOLUME=100
Hi @dxxzero!
Thanks for this idea and sorry for the delay. If you still need this feature could you please create a post at https://feedback.octobot.cloud/open-source?