|
GBar.MiddleOpenClose()
Returns the middle between the opening and closing price of a candle.
double GBar.MiddleOpenClose( |
Parameter
shift
[in] The candle offset. 0 (zero) is the current unclosed candle.
timeFrame
[in] The timeframe of the candle.
Return value
Returns the midpoint between the opening and closing prices of a candle.
Example:
//--- Include the Glib class |
See also