|
GBar.IsBear()
Determines whether a candle is bearish.
bool GBar.IsBear( |
Parameter
shift
[in] The shift of the candle. 0 (zero) is the currently unfinished candle.
timeFrame
[in] The timeframe of the candle.
Return value
Returns true if the requested candle is bearish.
Example:
//--- include the Glib classes |
See also