IndicatorBaseCrossBelow(ISeriesDouble, Double, Int32) Method |
Evaluates when series crosses below a value
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic bool CrossBelow(
ISeries<double> series1,
double value,
int lookbackPeriod
)
Parameters
- series1 ISeriesDouble
- Series
- value Double
- Value
- lookbackPeriod Int32
- Lookback period
Return Value
Boolean
See Also