EasyLanguage

EasyLanguage
DeveloperTradeStation
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.[3] External DLLs can be referenced using EasyLanguage which greatly extends its functionality.

The language was originally intended to allow creation of custom trading strategies by traders without specialized computer training.[4] Simple practical commands may consist of regular English words, which makes some of the basic elements of EasyLanguage more intuitive to learn than more complex programming languages.[5][6]

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[1] then Buy 100 shares next bar at market;"

While rudimentary commands can be executed using plain language expressions, computer programming experience is generally required to take full advantage of the more sophisticated algorithmic features of Object Oriented EasyLanguage (OOEL), which has been influenced by Object Pascal, C#, and C++ and makes extensive use of classes and dynamic-link libraries.[7][8]

References

  1. ^ "EasyLanguage® Books".
  2. ^ "Strategy Testing - Equities, Options, Futures & Forex Trading Strategies". Archived from the original on 2009-11-21. Retrieved 2009-11-26.
  3. ^ D'Errico, Domenico (2024). TradeStation EasyLanguage for Algorithmic Trading. Packt Publishing. ISBN 978-1-83588-120-0.
  4. ^ "TradeStation Group, Inc". International Directory of Company Histories. "TakeProfit". Retrieved 2026-06-29 – via Encyclopedia.com.
  5. ^ Easylanguage: domain specific language for trading stocks (2007-04-16), Lambda the Ultimate: The Programming Languages Weblog
  6. ^ Pruitt, George (2012). Building Winning Trading Systems with TradeStation (2nd ed.). Wiley. ISBN 978-1-118-16827-1.
  7. ^ "OOEL". Retrieved 2021-02-26.
  8. ^ Harris, Sunny J. (2023). The Definitive Guide to TradeStation's EasyLanguage & OOEL Programming. ISBN 979-8-8524-4379-3.


Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.