Sorry, we don't support your browser.  Install a modern browser
This post is closed.

trading view multipair bot#732

why not do trading view multipair bot like 3commas has?
to trade manage signals from TV lists (multipairs) i need to work around with own telegram channels, wich are not stable and take some time

3 commas has direct connections via code like that

Webhook URL for TradingView
https://api.3commas.io/signal_bots/webhooks

Webhook message for trade start signal
{ “secret”: “eyJhbGciOiJIUzI1NiJ9.eyJzaWduxzX3NvdXJjZV9pZCI6MTcyMzgyfQ.Q0iKvFySJh2Nv6Oyy5akFICxhlae9EC9ygRl9L0IMkc”, “max_lag”: “300”, “timestamp”: “{​{​timenow}}”, “trigger_price”: “{​{​close}}”, “tv_exchange”: “{​{​exchange}}”, “tv_instrument”: “{​{​ticker}}”, “action”: “{​{​strategy.order.action}}”, “bot_uuid”: “2e3f9d57-72e7-4652-98cd-5736d3cc49c3”, “strategy_info”: { “market_position”: “{​{​strategy.market_position}}”, “market_position_size”: “{​{​strategy.market_position_size}}”, “prev_market_position”: “{​{​strategy.prev_market_position}}”, “prev_market_position_size”: “{​{​strategy.prev_market_position_size}}” }, “order”: { “amount”: “{​{​strategy.order.contracts}}”, “currency_type”: “base” }}

5 months ago

ActualActually, we just released our new improved TV bots which let you send the symbol from TV
Go and try it :)

5 months ago
Changed the status to
Completed
5 months ago