|
GBar.MiddleHighLow()
Returns the midpoint between the highest and lowest point of a candle.
double GBar.MiddleHighLow( |
Parameter
shift
[in] The candle shift. 0 (zero) is the current unclosed candle.
timeFrame
[in] The timeframe of the candle.
Return value
Returns the center between the highest and lowest point of a candle.
Example:
//--- Include Glib classes |
See also