Dear-
Even though I am a beginner in IB, there was some progress in automatic trading.
Instead of API, we used selenium with C# to
1) connect and login in IB paper account.
2) get current positions
3) deliver order matrix (prepared by other program in local PC) to IB server.
***************************************
1) and 2) are successful, but 3) is almost done.
Without use of API (such as in Python), web-crawling is second choice.
But the speed of delivery was much slower than API like IBPy, so that future/option traders may not be recommended to use. But equity traders (such as myself) is OK.
However, in addition to IB, we can easily apply the above web-crawling to Japan market, Europe market and China market, since all brokers in any country provide web-connection and some broker does NOT provide their API.
Please note that 100 brokers have 100 different APIs but 100 brokers provide standard HTML5 (common http protocol) with recent technology.
As a beginner, what is difference between position and portfolio in IB screen?
Even though I am a beginner in IB, there was some progress in automatic trading.
Instead of API, we used selenium with C# to
1) connect and login in IB paper account.
2) get current positions
3) deliver order matrix (prepared by other program in local PC) to IB server.
***************************************
1) and 2) are successful, but 3) is almost done.
Without use of API (such as in Python), web-crawling is second choice.
But the speed of delivery was much slower than API like IBPy, so that future/option traders may not be recommended to use. But equity traders (such as myself) is OK.
However, in addition to IB, we can easily apply the above web-crawling to Japan market, Europe market and China market, since all brokers in any country provide web-connection and some broker does NOT provide their API.
Please note that 100 brokers have 100 different APIs but 100 brokers provide standard HTML5 (common http protocol) with recent technology.
As a beginner, what is difference between position and portfolio in IB screen?
Last edited: