|
GBar.Close()
Returns the closing price of a candle.
double GBar.Close( |
Parameter
shift
[in] The candle offset. 0 (zero) is the current unfinished candle.
timeFrame
[in] The timeframe of the candle.
Return value
Returns the closing price of a candle.
Example:
//--- Include Glib classes |
See also