|
GBar.Low()
Returns the lowest price of a candle.
double GBar.Low( |
Parameter
shift
[in] The shift of the candle. 0 (zero) is the current, not yet completed candle.
timeFrame
[in] The timeframe of the candle.
Return Value
Returns the low price of a candle.
Example:
//--- Include Glib classes |
See also