|
GBar.Open()
Returns the open price of a candle.
double GBar.Open( |
Parameter
shift
[in] The shift of the candle. 0 (zero) is the current unclosed candle.
timeFrame
[in] The timeframe of the candle.
Return value
Returns the open price of a candle.
Example:
//--- Include Glib Classes |
See also