G
Guest
Hello,
I work for a very small trading firm. We are thinking of developing our own
trading application to automatically make spread trades on the e-cbot
platform. We are somewhat unsatisfied with our current application that
performs this functionality.
We will want a windows-based interface to these trades that provides a Depth
of Market view of price activity. This interface will allow one-click
trading on a spread ratio that will then automatically execute opposing
trades (buys in one market and sells in another) according to the clicked-on
ratio. Trade levels with move dynamically with price activity.
The e-cbot provides a C interface to its trading servers.
What language would be best for such a program? (I am thinking C++ or C#).
I assume the program will need to be multi-threaded to handle calls to and
responses from the e-cbot servers. Price change events, etc. will need to be
handled properly. The gui will probably need to be double-buffered to handle
dynamic coloring the changing bid/ask prices (blue for bids and red for
asks/offers).
Conformance testing with the exchange must be carried out before deployment,
etc.
Can anyone on this list give me a ballpark estimate of how long it would
take a single developer to develop such a Windows-based gui trading
interface?
Any information anyone can give me will be greatly appreciated. Thanks in
advance for your help.
Jim Laramie
KLP Trading
I work for a very small trading firm. We are thinking of developing our own
trading application to automatically make spread trades on the e-cbot
platform. We are somewhat unsatisfied with our current application that
performs this functionality.
We will want a windows-based interface to these trades that provides a Depth
of Market view of price activity. This interface will allow one-click
trading on a spread ratio that will then automatically execute opposing
trades (buys in one market and sells in another) according to the clicked-on
ratio. Trade levels with move dynamically with price activity.
The e-cbot provides a C interface to its trading servers.
What language would be best for such a program? (I am thinking C++ or C#).
I assume the program will need to be multi-threaded to handle calls to and
responses from the e-cbot servers. Price change events, etc. will need to be
handled properly. The gui will probably need to be double-buffered to handle
dynamic coloring the changing bid/ask prices (blue for bids and red for
asks/offers).
Conformance testing with the exchange must be carried out before deployment,
etc.
Can anyone on this list give me a ballpark estimate of how long it would
take a single developer to develop such a Windows-based gui trading
interface?
Any information anyone can give me will be greatly appreciated. Thanks in
advance for your help.
Jim Laramie
KLP Trading