Jump to content

EasyLanguage: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m sp
m External links: Micro-Processor Services, Inc. is adding to the list of Easy Language migration solutions.
Line 42: Line 42:
== External links ==
== External links ==
* [http://www.tradestation.com TradeStation Securities, Inc]
* [http://www.tradestation.com TradeStation Securities, Inc]
* [http://www.mpsinc.com/easy2c.html - EasyLanguage to C Translator Tool & Services] – Migration Solutions from Micro-Processor Services, Inc.


{{DEFAULTSORT:Easylanguage}}
{{DEFAULTSORT:Easylanguage}}

Revision as of 17:28, 28 October 2016

EasyLanguage
Filename extensions.eld
Influenced by
Pascal[1]

EasyLanguage is a proprietary programming language that was developed by TradeStation and built into its 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: "if the close is greater than the high of 1 day ago, then buy 100 shares at market" This is written in EasyLanguage as the following: "if the Close > the High of 1 day ago then Buy 100 shares next bar at market;"

References