EasyLanguage

EasyLanguage
Filename extensions .eld
Influenced by
Pascal[1]

EasyLanguage is a proprietary programming language that was developed by TradeStation and built into its electronic trading platform.[2] It is used to create custom indicators for financial charts and also to create algorithmic trading strategies for the markets. External DLL's can be referenced using EasyLanguage which greatly extends its functionality.

The language was intended to allow creation of custom trading strategies by traders without specialized computer training. Commands consist mostly of regular English words, which makes EasyLanguage easier to learn than more complex programming languages.[3]

Example:

  • Plain English: "If the close is greater than the high of 1 day ago, then buy 100 shares at market."
  • EasyLanguage: "if the Close > the High of 1 day ago then Buy 100 shares next bar at market;"

References

  1. http://www.tradestation.com/~/media/Files/TradeStation/Education/University/School%20of%20EasyLanguage/Books/EL_Essentials.ashx
  2. "Archived copy". Archived from the original on 2009-11-21. Retrieved 2009-11-26.
  3. http://lambda-the-ultimate.org/node/2201


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.