|
GBar.CandleFullSpread()
Returns the full size of a candle.
double GBar.CandleFullSpread( |
Parameter
shift
[in] Shift the candle. 0 (Zero) is the actual unfinished candle.
timeFrame
[in] The timeframe of the candle.
Return Value
Returns the range from the lowest to the highest point of a candle.
Example:
//--- Include the Glib classes |
See also