Using EasyLanguage With HyperOrder

Discussion in 'Automated Trading' started by Norm, Feb 28, 2006.

  1. Norm

    Norm

    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
     
  2. 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.