Hi,
I'm trying to develop a desktop client application that will take the Buy/Sell signals (from several charts in EFS) and issue the appropriate order to IB's desktop application.
Would someone point me some of the related links or sample resources? Many thanks.
Some of the questions that I want to find answers to are, for example:
-will I need multiple charts to be opened in order for my desktop client to see the Buy/Sell signals?
-do my desktop client need to poll the eSignal desktop client regulary, or is it event driven/interrupt? If so, how reliable is it, in terms of coherency between the buy/sell signals seen in the charts and the events?
-which language is best suited for this task? I'm inclined to use C++, but which one? Is there any speed, or any other issues associated with C++ or other language?
It would be nice if some of the experts out there can shed some light on these.
Thank you in advance.
William
I'm trying to develop a desktop client application that will take the Buy/Sell signals (from several charts in EFS) and issue the appropriate order to IB's desktop application.
Would someone point me some of the related links or sample resources? Many thanks.
Some of the questions that I want to find answers to are, for example:
-will I need multiple charts to be opened in order for my desktop client to see the Buy/Sell signals?
-do my desktop client need to poll the eSignal desktop client regulary, or is it event driven/interrupt? If so, how reliable is it, in terms of coherency between the buy/sell signals seen in the charts and the events?
-which language is best suited for this task? I'm inclined to use C++, but which one? Is there any speed, or any other issues associated with C++ or other language?
It would be nice if some of the experts out there can shed some light on these.
Thank you in advance.
William
Comment