EasyLanguage

{{Infobox programming language

| name = EasyLanguage

| logo =

| logo caption =

| screenshot =

| screenshot caption =

| file ext = .eld

| paradigm =

| scope =

| released =

| designer =

| developer =

| latest release version =

| latest release date =

| latest preview version =

| latest preview date =

| typing =

| implementations =

| dialects =

| influenced by = Pascal{{cite web|url=https://www.tradestation.com/university/learning/easylanguage-books/|title=EasyLanguage® Books|publisher=}}

| influenced =

| programming language =

| platform =

| operating system =

| license =

| website =

| wikibooks =

}}

EasyLanguage is a proprietary programming language that was developed by TradeStation and built into its electronic trading platform.{{cite web |url=http://www.tradestation.com/strategy_testing/st_creation.shtm |title=Strategy Testing - Equities, Options, Futures & Forex Trading Strategies |accessdate=2009-11-26 |url-status=dead|archiveurl=https://web.archive.org/web/20091121224930/http://www.tradestation.com/strategy_testing/st_creation.shtm |archivedate=2009-11-21 }} 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 originally intended to allow creation of custom trading strategies by traders without specialized computer training. 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.[http://lambda-the-ultimate.org/node/2201 Easylanguage: domain specific language for trading stocks] (2007-04-16), [http://lambda-the-ultimate.org/ Lambda the Ultimate: The Programming Languages Weblog]

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.{{cite web |url= http://help.tradestation.com/09_01/tsdevhelp/Subsystems/elobject/topics/easylanguage_object_reference.htm |title=OOEL |accessdate=2021-02-26}}

References

{{Reflist}}