NOrderMathBarTransformationAdd Method |
Add OHLCV
Namespace:
FinAnalysis.Transformations
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public bool Add(
double open,
double high,
double low,
double close,
double volume
)
Parameters
- open
- Type: SystemDouble
Open - high
- Type: SystemDouble
High - low
- Type: SystemDouble
Low - close
- Type: SystemDouble
Close - volume
- Type: SystemDouble
Volume
Return Value
Type:
Boolean True if succeeded
Implements
IBarTradeSignalAdd(Double, Double, Double, Double, Double)See Also