EasyLanguage
EasyLanguage is a proprietary programming language that was developed by TradeStation built into its trading platform.[1] 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.[2]
Example: "if the close is greater than the high of 1 day ago, then buy 100 shares at market" This is written in EasyLangauge as the following: "if the Close > the High of 1 day ago then Buy 100 shares next bar at market;"
Although EasyLanguage was designed for TradeStation, other trading platforms began supporting scripts written in EasyLanguage to improve compatibility with scripts written for TradeStation. Among the high-end automated trading platforms MultiCharts[3] support EasyLanguage to various extents. Notably, MultiCharts own proprietary scripting language called PowerLanguage is similar to and fully compatible with EasyLanguage[4].
External links
- TradeStation Securities, Inc
- Collection of TradeStation Indicators
- Collections of EasyLanguage Scripts
- Links to Extensive EasyLanguage Tutorials in PDF
References