Are any of you fully automated trading through an ECN?
I wrote my EA for MT4, but am willing to convert it to Tradestation or some other package if it will integrate with my ECN.
For example, EFX offers an API.
One option I have is to set up a mini-account with a broker, and use the FILE function in MQL to append to a text file every time a trade is made. Then I could have a VB program scan the "last modified" attribute, and pull the trade information, and ship it to the API.
This is not an elegant solution.
I wrote my EA for MT4, but am willing to convert it to Tradestation or some other package if it will integrate with my ECN.
For example, EFX offers an API.
One option I have is to set up a mini-account with a broker, and use the FILE function in MQL to append to a text file every time a trade is made. Then I could have a VB program scan the "last modified" attribute, and pull the trade information, and ship it to the API.
This is not an elegant solution.