Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different delimiters for TradingView mode #2278

Open
dxxzero opened this issue Mar 19, 2023 · 1 comment
Open

Different delimiters for TradingView mode #2278

dxxzero opened this issue Mar 19, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request tentacles About Octobot Tentacles

Comments

@dxxzero
Copy link

dxxzero commented Mar 19, 2023

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
@Herklos Herklos added enhancement New feature or request tentacles About Octobot Tentacles labels Mar 19, 2023
@Herklos
Copy link
Member

Herklos commented Aug 8, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tentacles About Octobot Tentacles
Projects
None yet
Development

No branches or pull requests

3 participants