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



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

Overload List

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

Remarks

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

Methodology

Buy when the the Stochastic %K 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