iBullsPower Indicator
Calculates the Bulls Power indicator and returns its value.
Function Signature
double iBullsPower(string symbol, int timeframe, int period, int applied_price, int shift);
Parameters
NULL for the current symbol.ENUM_TIMEFRAMES value. 0 for the current chart timeframe.ENUM_APPLIED_PRICE value.Returned Value
Example
double val = iBullsPower(NULL, 0, 13, PRICE_CLOSE, 0);
Related Indicators
Previous
arrow_back
Ibands on array