Search found 997 matches

Return

Re: TradeStation Indicators

by: mladen
New version of normalized MACD
It is drawn as a kind of a tape (signal period in this indicator should not be taken in the same manner as in macd, since the signal is applied to already normalized macd values, not to the macd value itself)

normalized macd.jpg

Re: TradeStation Indicators

by: mladen
Mean reversion indicator // TASC JAN 2017 // Mean-Reversion Swing Trading // Ken Calhoun inputs: ChanLength( 20 ), MALength( 50 ) ; variables: UpperBand( 0 ), LowerBand( 0 ), MidBand( 0 ), LongOK( false ), ShortOK( false ), LowRef( 0 ), HighRef( 0 ), TriggerLine( 0 ), MAValue( 0 ) ; UpperBand = High...