|
GBar.CandleBodySpread()
Returns the size of the body of a candle.
double GBar.CandleBodySpread( |
Parameter
shift
[in] The shift of the candle. 0 (zero) is the current uncompleted candle.
timeFrame
[in] The timeframe of the candle.
Return Value
Returns the range from the opening price to the closing price of a candle.
Example:
//--- Include Glib class |
See also