Implements a general framework for producing trading signals based on the crossing of two Stochastics.
Overload List
Overload |
Description |
CrossingSignal(String,Series,Int32,Int32,Int32) |
Implements a general framework for producing trading signals based on the crossing of two Stochastics. |
CrossingSignal(Series,Int32,Int32,Int32) |
Implements a general framework for producing trading signals based on the crossing of two Stochastics. |
CrossingSignal(SeriesCollection,Int32,Int32,Int32) |
Implements a general framework for producing trading signals based on the crossing of two Stochastics. |
See Also