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. |
Trading System Rules
This system generates buy and sell signals respectively when one of the following is triggered:
- Buy Signal: When the fast K Stochastic crosses above the slow D Stochastic and
this crossing takes place at a value lower than the
extremumLow
, then a buy signal is generated. - Sell Signal: When the fast K Stochastic crosses above the slow D Stochastic and
this crossing takes place at a value higher than the
extremumHigh
, then a sell signal in generated.