Bears Power熊力震荡指标
iBearsPower属于震荡指标,提供市场买入信号。
【用法】
1、BearsPower为负数,同时逐渐增大,表示市场出现了买入信号;
2、BearsPower为负数,同时逐渐减小,表示市场出现了卖出信号;
3、该指标通常不牛力震荡指标联合使用。
【语法】double iBearsPower( 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为前一个柱,以此类推
【代码】
iBearsPower(NULL,0,13,PRICE_CLOSE,0)