Bulls Power牛力震蕩指标
iBullsPower屬于震蕩指标,提供市場賣出信号。
【MT4系統自帶牛力震蕩指标用法】
1、BullsPower爲正數,同時逐漸增大,表示市場出現了買入信号;
2、BullsPower爲正數,同時逐漸減小,表示市場出現了賣出信号;
3、該指标通常不熊力震蕩指标聯合使用。
【MT4系統自帶牛力震蕩指标語法】double iBullsPower( string symbol, int timeframe, int period, int applied_price, int shift)
1、symbol 指定貨币對,NULL爲默認當前貨币對
2、timeframe 時間周期,0爲當前時間周期
3、period 計算平均周期。默認選13
4、applied_price 選擇價格,默認選收盤價PRICE_CLOSE
5、shift 指定柱值,0爲當前柱,1爲前一個柱,以此類推
【MT4系統自帶牛力震蕩指标代碼】
iBullsPower(NULL,0,13,PRICE_CLOSE,0)