tradingview-webhooks-bot icon indicating copy to clipboard operation
tradingview-webhooks-bot copied to clipboard

tradingview-webhooks-bot for Interactive Broker

Open lovetrading10 opened this issue 4 years ago • 14 comments

Hi, there. I am very interested in your project. I am going to use your webhook method on my projects. By the way, I can't use it with my Interactive Broker Python API. I am calling ib_insync function on the send_order in action.py(instead of ccxt.kraken) By the way, I can't write the ib_insync function. image

Can you help me? Can I trade by using your webhook method in the Interactive Broker? Thanks.

lovetrading10 avatar Jun 24 '20 21:06 lovetrading10

Hey! Sorry for the delay, did you get this issue resolved? @SunHxiao If you haven't yet, have you modified the code at beyond trying to include IB?

It should definitely be possible though.

robswc avatar Aug 02 '20 16:08 robswc

I have the same need to connect TradingView to IB,begin to learn python...

david03kimo avatar Sep 07 '20 13:09 david03kimo

I have finished use Webhook to get Tradingview alerts to IB API.Thanks for sharing.

david03kimo avatar Sep 29 '20 14:09 david03kimo

@david03kimo can you please describe the process: I have already an strategy in Tradingview pine which can send alert to a webhook, need to know which format Interactive Brokers (https://www.interactivebrokers.co.uk/) accepts? JSON ? I couldn't find the webhook link by Interactive brokers from which they can accept trade management.

shahidabbas86 avatar Jan 12 '21 12:01 shahidabbas86

@david03kimo can you please describe the process: I have already an strategy in Tradingview pine which can send alert to a webhook, need to know which format Interactive Brokers (https://www.interactivebrokers.co.uk/) accepts? JSON ? I couldn't find the webhook link by Interactive brokers from which they can accept trade management.

I've finished the IB API in python.So I use the robswc and the listener or my API(many versions ago) to be as a webhook in my mac, and TradingView send to this webhook.

I defined my format in API and send tradingview webhook in the same format.I don't think IB accepts webhook from tradingview.

david03kimo avatar Jan 12 '21 17:01 david03kimo

I've finished the IB API in python.So I use the robswc and the listener or my API(many versions ago) to be as a webhook in my mac, and TradingView send to this webhook.

@david03kimo did you use ib_insync for this or did you work directly with the native IBKR Python API? It sounds like you used the native IB API, but wanted to confirm.

heymarkmckay avatar May 29 '21 14:05 heymarkmckay

I've finished the IB API in python.So I use the robswc and the listener or my API(many versions ago) to be as a webhook in my mac, and TradingView send to this webhook.

@david03kimo did you use ib_insync for this or did you work directly with the native IBKR Python API? It sounds like you used the native IB API, but wanted to confirm.

I used native IB API.

david03kimo avatar May 29 '21 14:05 david03kimo

Thank you David.

On May 29, 2021, at 10:26 AM, David Liao @.***> wrote:

I've finished the IB API in python.So I use the robswc and the listener https://github.com/david03kimo/IB-API-native/blob/master/TradingviewWehookListener.py or my API https://github.com/david03kimo/IB-API-native/blob/master/TradingBot.py(many versions ago) to be as a webhook in my mac, and TradingView send to this webhook.

@david03kimo https://github.com/david03kimo did you use ib_insync for this or did you work directly with the native IBKR Python API? It sounds like you used the native IB API, but wanted to confirm.

I used native IB API.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/robswc/tradingview-webhooks-bot/issues/21#issuecomment-850842249, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRVC2S6WHCTWAO54OKNGD3TQD2SVANCNFSM4OHKYR6A.

heymarkmckay avatar May 29 '21 14:05 heymarkmckay

I've finished the IB API in python.So I use the robswc and the listener or my API(many versions ago) to be as a webhook in my mac, and TradingView send to this webhook.

@david03kimo did you use ib_insync for this or did you work directly with the native IBKR Python API? It sounds like you used the native IB API, but wanted to confirm.

I used native IB API.

Hey, I would like to contact you, what is your mail please?

doesnt-matter-beta avatar Jun 09 '21 12:06 doesnt-matter-beta

Thank you David. On May 29, 2021, at 10:26 AM, David Liao @.***> wrote: I've finished the IB API in python.So I use the robswc and the listener https://github.com/david03kimo/IB-API-native/blob/master/TradingviewWehookListener.py or my API https://github.com/david03kimo/IB-API-native/blob/master/TradingBot.py(many versions ago) to be as a webhook in my mac, and TradingView send to this webhook. @david03kimo https://github.com/david03kimo did you use ib_insync for this or did you work directly with the native IBKR Python API? It sounds like you used the native IB API, but wanted to confirm. I used native IB API. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#21 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRVC2S6WHCTWAO54OKNGD3TQD2SVANCNFSM4OHKYR6A.

You are welcome.

david03kimo avatar Jun 10 '21 09:06 david03kimo

I've finished the IB API in python.So I use the robswc and the listener or my API(many versions ago) to be as a webhook in my mac, and TradingView send to this webhook.

@david03kimo did you use ib_insync for this or did you work directly with the native IBKR Python API? It sounds like you used the native IB API, but wanted to confirm.

I used native IB API.

Hey, I would like to contact you, what is your mail please?

mailto:[email protected]

david03kimo avatar Jun 10 '21 09:06 david03kimo

I've finished the IB API in python.So I use the robswc and the listener or my API(many versions ago) to be as a webhook in my mac, and TradingView send to this webhook.

@david03kimo did you use ib_insync for this or did you work directly with the native IBKR Python API? It sounds like you used the native IB API, but wanted to confirm.

I used native IB API.

Hey, I would like to contact you, what is your mail please?

mailto:[email protected]

I've sent you mail, can you check please :).

Thanks.

doesnt-matter-beta avatar Jun 10 '21 12:06 doesnt-matter-beta

@david03kimo can you please describe the process: I have already an strategy in Tradingview pine which can send alert to a webhook, need to know which format Interactive Brokers (https://www.interactivebrokers.co.uk/) accepts? JSON ? I couldn't find the webhook link by Interactive brokers from which they can accept trade management.

Hey, what's the format?

doesnt-matter-beta avatar Jun 13 '21 17:06 doesnt-matter-beta

Hey David , This is Milind . I need to discuss something important with you . Can I get your email . Feel free to message me at [email protected]

Milind101000 avatar Nov 17 '21 06:11 Milind101000