not sure why you want to use C++ when PHP has a lib to plot and make graphs
ok, here is the tutorial to list all Option contracts for a given company. In this example, we will use MSFT for simplicity. We will do a...
So far, we had examples for trading stocks, but one of the difficulty of IB API is to articulate certain derivatives strategies in programming...
Just another dead project, the web is full of them, hundreds like this best option is to build your own small optimized libs using Eclipse RCP...
HFT is a whole different game, and this tutorial is definitely not for the HFT players. Some Python API is also dealing with Complex Event...
This is what I did in Python to receive all the contract details. Don't forget the currency attributes, it's always something we tend to forget....
I just tested this in Python, and the IB server did return a long string of replies with different contract objects.
indeed, most OpenSource ATS are coded for "Timer Based" strategies, which is highly annoying because it's a very limited view of trading. Also,...
This is great, better than I expected from IB for this
To build a simple ATS (not some crazy HFT ATS), you need to design your system with the following architecture in mind: 1. Classes or Functions...
Once the orders are placed, you can request to see opened trades, and if needed be, cancel a trade or "change" the quantity or price of that trade...
the function is available in TWS, but for the IB API, I suspect you need to build your own functions, shouldn't be that difficult to build you...
2rosy, your link is not a tutorial, you are simply publishing your source code which is a simple rewrite of subclass with wrappers with no...
don't even need to go that far, Python offers a free Windows IDE download the Windows Python IDE is actually very simple, basically a text...
you couldn't be further from the truth, Python is extremely simple to program, it is what Java used to be before the framework non-sense boom,...
glad to see my thread is inspiring others :) DMA if I am not mistaken doesn't mean "brokerless". Brokers can give you DMA, but the clearing and...
not sure exactly what's your point ? what's wrong with staying with Win7 ? this is an OS issue, nothing to do with API or trading logic in...
I know of a programmer currently doing a port of IB API to Python 3, but it's still months away before it's finish. You could use Jython 3 if...
now that we have addressed the simple connection and trading tasks in IB API, we can address the difficult tasks of creating complex derivatives...
in the following Python example, we will address the OrderID variable that is needed to accumulate your trades into IB Messaging Server. Per IB...
Separate names with a comma.