Test our Interface

TadS

Private
Messages
21
Hello,

We are currently designing a web-based interface to act as the front end of an automated trading program. Our strategy is built in Java and does not work within the confines of the mql4 language, so we decided to create an interface that directly communicates with the broker.

We are looking for traders who can give us their honest opinion and feedback on the design of the interface.
 
Does it connect to the MT4 backend, or other types of backend servers?

It will connect to either MT4 and other brokerages as well. We are looking for input from traders on what features they want and need in relation to visualizing and analyzing the performance of automated trading programs.
 
As I understand it, different backends do the pricefeed and order input/output in different formats. If so, for your interface will need to be able to communicate with more than one backend will take quite a bit of programming for each different backend server type.

I think it's a worthwhile project, but worry that the variety of backend trading servers could make it difficult to implement.
 
Back
Top