This trading system combines the features of the crossing and extremum value trading systems by 
            requiring that a signal will only be generated if the fast 
K Stochastic crosses the slow D Stochastic
            either above or below the extremal values.
            
            
            
 Overload List
Overload List
| Overload | Description | 
|---|
| CrossingExtremeSignal(String,Series,Double,Double,Int32,Int32,Int32) | This trading system combines the features of the crossing and extremum value trading systems by 
            requiring that a signal will only be generated if the fast K Stochastic crosses the slow D Stochastic
            either above or below the extremal values. | 
| CrossingExtremeSignal(Series,Double,Double,Int32,Int32,Int32) | This trading system combines the features of the crossing and extremum value trading systems by 
            requiring that a signal will only be generated if the fast K Stochastic crosses the slow D Stochastic
            either above or below the extremal values. | 
| CrossingExtremeSignal(SeriesCollection,Double,Double,Int32,Int32,Int32) | This trading system combines the features of the crossing and extremum value trading systems by 
            requiring that a signal will only be generated if the fast K Stochastic crosses the slow D Stochastic
            either above or below the extremal values. | 
 See Also
See Also