|
GBar.IsBull()
Checks if a candle is bullish.
bool GBar.IsBull( |
Parameter
shift
[in] The shift of the candle. 0 (zero) is the current candle.
timeFrame
[in] The timeframe of the candle.
Return Value
Returns true if the selected candle is bullish.
Example:
//--- Include Glib classes |
See also