CHAPTER 4

TradeStation Analysis Techniques

EasyLanguage is the power behind TradeStation. Without this power, TradeStation would not be any different from any of the other real-time charting software packages. EasyLanguage is the driving force behind all of TradeStation's analysis techniques: PaintBar, Indicator, ShowMe, Function, and Strategy. Each of these techniques is discussed, and sample code is given so that you can use it as a template for your own research. We have covered the basic essentials of programming from the first three chapters, and now we will use this knowledge to put our trading ideas into action.

INDICATORS

An indicator is a graphic representation of a mathematical formula used to analyze market data. If you have used charting software before, you probably know what some of the most popular indicators are. Indicators are the lines (graphs) that are plotted either on top of a bar chart or in subgraphs above or below a bar chart. These lines are used to help understand and, in some cases, to forecast market action. Indicators are the plotted output of formulas applied to the price data. The most famous indicator of all is the moving average of closing prices. The graph of the moving average is a continuous line that can be plotted on the actual bar chart data. Not all indicators can be plotted on the underlying bar chart due to the difference in their scaling properties. The scale of the output of a moving average calculation is the same as the data that was ...

Get Building Winning Trading Systems with TradeStation®, + Website, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.