Search found 244 matches

by board_admin
Wed Apr 26, 2017 7:42 pm
Forum: MetaTrader-InteractiveBrokers Order Copier
Topic: Can the bridge feed MetaTrader charts with IB data
Replies: 1
Views: 7557

Re: Can the bridge feed MetaTrader charts with IB data

No and no software can do this. The MetaQuotes business model is to generate commissions by artificial spread. So they need to have control about data. Consequently there is no client side data API, a datainterface in MetaTrader. However, this is not really a problem: Except artificial spread, quote...
by board_admin
Wed Apr 26, 2017 7:35 pm
Forum: Twslink - universal Interactive Brokers API plugin
Topic: Multiple strategies
Replies: 53
Views: 57423

Re: Multiple strategies

Each time, TS will start a new process, you need to provide a new client id.
Also, let's say your script A trades Symbol s1,s2,s3 and you connect with clientid=85,
then next time you start this script to trade those 3 symbols, you should connect again with clientid=85.
by board_admin
Wed Apr 26, 2017 3:29 pm
Forum: Twslink - universal Interactive Brokers API plugin
Topic: Multiple strategies
Replies: 53
Views: 57423

Re: Multiple strategies

Hello, TS 9.x splits into multiple processes. Each process is loading a TWSLink instance. In prior versions we had the license linked per IB account (or per instance). But this is no longer the case. With 1 license you can run as many TWSLink instances per machine you like. If you should see a licen...
by board_admin
Mon Apr 24, 2017 4:26 pm
Forum: Twslink - universal Interactive Brokers API plugin
Topic: WealthLab
Replies: 1
Views: 8648

Re: WealthLab

Not anymore. WL has a propietary extension policy.
So loading normal DLL/COM is no longer possible.