OctoBot icon indicating copy to clipboard operation
OctoBot copied to clipboard

Different delimiters for TradingView mode

Open florianib opened this issue 2 years ago • 1 comments

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: image

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

florianib avatar Mar 19 '23 09:03 florianib

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?

Herklos avatar Aug 08 '24 19:08 Herklos