Looking for a WORKING Bollinger Bands Indicator
#2
let customBBSettings = {

 optInTimePeriod: 20,
 optInNbDevUp: 2,
 optInNbDevDn: 2,
 optInMAType: 0
};


this.addTalibIndicator('mybb', 'bbands', customBBSettings);

this.BB = this.talibIndicators.mybb.result;
this.BB.upper = this.BB['outRealUpperBand'];
this.BB.middle = this.BB['outRealMiddleBand'];
this.BB.lower = this.BB['outRealLowerBand'];
this.bbGap = this.BB.upper - this.BB.lower;
  Reply


Messages In This Thread
RE: Looking for a WORKING Bollinger Bands Indicator - by Yoganesh - 09-30-2018, 08:47 AM

Forum Jump:


Users browsing this thread: