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


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

OverloadDescription
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.  

Remarks

Trading System Rules

This system generates buy and sell signals respectively when one of the following is triggered:

  1. 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.
  2. 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.

See Also