EasyLanguageVersion (Reserved Word)
Returns the EasyLanguage version currently installed.
Remarks
The EasyLanguage version for TradeStation is 5.1.
Examples
If you wanted to only display an indicator when the user had EasyLanguage 4.0 or later installed on the machine, you could use the following syntax:
If EasyLanguageVersion >= 4.0 Then
Plot1(Value1, "Indicator");