Abort (Reserved Word)

image\trumpet2.gif Disclaimer

The Abort reserved word is used turn off an analysis technique and toggles the status of the analysis technique to Off.  The status can be viewed from a TradeStation platform Chart Analysis windows containing the analysis technique by accessing the Analysis Techniques tab of the Format Analysis Techniques & Strategies dialog.

Example

If myAbortCondition=True then Abort;

Suspends processing of an analysis technique when myCondition is true causing the Abort reserved word to be executed.