Using EasyLanguage With HyperOrder

I am presently setting up HyperOrder to execute a TradeStation strategy through Interactive Brokers. I was wondering if HyperOrder could be made to execute EasyLanguage instructions without running TradeStation.

For example, can EasyLanguage be compiled and then be a custom application? HyperOrder can run custom applications.

Or, must I re-write the EasyLanguage code in C++ or the like to define a custom application?

Thanks,
Norm
 
HyperOrder can run custom applications.
Norm - you need to get a handle on Hyperorder's capabilities....it appears they can call DLL's written in C++ to perform buy/sell orders. You must confirm this.
If that is the case, you must REWRITE any Easylanguage code into C or C++ as a DLL. Easylanguage does NOT translate automatically into a DLL or into C or C++ source code. It most likely will NEVER have this capability.
 
Back
Top