TradeStation Help
Indicator Templates
When creating a new Indicator, you can choose from the following templates:
- (None) - This template provides you with an empty EasyLanguage document. No other information is provided in this template.
- 1 Plot Indicator - This template provides you with instructions on how to store one numeric value into a variable and plot it. The instructions are included within commentary braces { }. It also includes instructions on how to trigger an alert based on True/False criteria.
- 2 Plot Indicator - This template provides you with instructions on how to store two different numeric values into two different variables and plot them. The instructions are included within commentary braces { }. It also includes instructions on how to trigger an alert based on True/False criteria.
- 3 Plot Indicator - This template provides you with instructions on how to store three different numeric values into three different variables and plot them. The instructions are included within commentary braces { }. It also includes instructions on how to trigger an alert based on True/False criteria.
- 4 Plot Indicator - This template provides you with instructions on how to store four different numeric values into four different variables and plot them. The instructions are included within commentary braces { }. It also includes instructions on how to trigger an alert based on True/False criteria.
- OverBought - OverSold Oscillator - This template provides you with instructions on how to store one numeric value into a variable and plot it against two input values. The instructions are included within commentary braces { }. It also includes instructions on how to trigger an alert based on True/False criteria.
- Zero Based Oscillator - This template provides you with instructions on how to store one numeric value into a variable and plot it against a zero line. The instructions are included within commentary braces { }. It also includes instructions on how to trigger an alert based on True/False criteria.