PureBytes Links
Trading Reference Links
|
In a message dated 98-04-21 23:45:49 EDT, nealcook@xxxxxxxxxxxxx writes:
> Anyone know how I can plot an indicator of an indicator in TradeStation 4?
> For example, in an S&P chart I would like to plot a 14 MA of a 9 period RSI.
Put up the average indicator. Replace the price input close with
RSI(close,9)
Besure to change the scaling from price to scale, and plot somewhere other
than in subgraph 1 is you don't want it overlaying price data.
Pete
|