473,396 Members | 1,767 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Spread trading application

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
Jul 21 '05 #1
3 1985
You should contact someone who has already developed for e-cbot and let
him/her choose the best language (probably the one he/she already known) for
coding this application and discuss with him/her the estimate for the time
and costs.

It's not an easy task to develop a new software - as demonstrated by the
fact that your current application is unsastisfactory - and you should
discuss technical and financial topics with the guy that will do the job and
not with someone else (here in this newsgroup for example) who can say
anything without having any responsability with the consequences of what he
may have said.

One of the best way of drowning a project is to ask someone else how it must
be done and how it should cost.

S. L.

"jim2372" <ji*****@discussions.microsoft.com> wrote in message
news:9E**********************************@microsof t.com...
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

Jul 21 '05 #2
Sylvain,

I completely agree with you.

:-)

Cor
Jul 21 '05 #3
> What language would be best for such a program? (I am thinking C++ or C#).
You should decide this based on the level of profeciency you development
staff has with a language/platform/framework. This choice could negatively
impact your timeline as a developer unfamiliar with chosen
language/platform/framework will need time to ramp up.
I assume the program will need to be multi-threaded to handle calls.... This should be determined by analyzing the requirements of the application.
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? Sure, anyone can give you an estimate. However, the estimate would be
grossly wrong because we do not know your exact requirements, environment, or
users. I would suggest consulting with someone that has worked with and
deployed successful projects based on the e-cbot platform.

James Hicks

"jim2372" wrote:
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

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: kelvSYC | last post by:
I'm trying to program something along the lines of a "trading card" idea: I have a single copy of the "card" in the program, yet there may be multiple "instances" of the "card", with differing...
4
by: C# Trader | last post by:
I am just learning to develop applications in C#. I am a securities trader and have an ambitious plan to develop my own trading software based on proprietary trading strategies. I would love to...
3
by: jim2372 | last post by:
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...
0
by: Tintin92 | last post by:
Hello, I just started a new group about .NET Framework from MicroSoft and trading softwares. http://finance.groups.yahoo.com/group/NetTraders All about .NET Framework from MicroSoft and...
2
by: RICHARD BROMBERG | last post by:
I wrote a small Access application that accepts a City Name and a Street Name and runs a Query based on them . I want to create an Excel Spread sheet that contains all the matches found by the...
0
by: robietrader | last post by:
Get trading software, systems, books at the best prices with GUARANTEED delivery. We have the software, we have proof and will NEVER scam you! All software is tested and working. Numerous satisfied...
0
by: enricko chivaldory | last post by:
it is free service where you can search new trading strategies and solutions. eg. forex, e-banking, e-commerce, e-stocks: http://gro.cc/drawdown-forex-low-strategy-trading/ *** Sent via...
0
by: codewarrior1241 | last post by:
Hi all, I will try to be as clear as possible with my application, maybe ppl familiar with asyncore can help me out :-) Basically, I have python 2.5 in SuSe running with a server written using...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.