dotnetCHARTING Send comments on this topic.
ExtremeValueDSignal Method
See Also 
dotnetCHARTING Namespace > FinancialEngine Class : ExtremeValueDSignal Method


Implements a general framework for producing extreme value trading signals using Stochastic indicators.

Overload List

OverloadDescription
ExtremeValueDSignal(String,Series,Double,Double,Int32,Int32,Int32) Implements a general framework for producing extreme value trading signals using Stochastic indicators.  
ExtremeValueDSignal(Series,Double,Double,Int32,Int32,Int32) Implements a general framework for producing extreme value trading signals using Stochastic indicators.  
ExtremeValueDSignal(SeriesCollection,Double,Double,Int32,Int32,Int32) Implements a general framework for producing extreme value trading signals using Stochastic indicators.  

Remarks

Note, that the general ides of this approach is to seek points which are oversold or over brought levels which are turning.

Methodology

Buy when the Oscillator the Stochastic %D falls below a specific level (e.g. 20) and then rises above that level. Sell when the Oscillator rises above a specific level (e.g. 80) and then falls below that level. This approach is the preferred method of the Stochastics original creator George Lane.

See Also