Indicators: Double Bolling Band Signal

 
 
Great job!
 
Jay H #:
Great job!

Thanks for your support. 

 
Nice job , What about targets 
 
MT5 No indicator plot defined. Blank chart.
 
seems that BB3 condition check was removed.

to be worked as described, add following code below line 71, "// Rest of your code..."

if(orderPtn == 0) {
  if(BB3UP < close[1]) {
      orderPtn = 1;
  } else if(BB3LO > close[1]) {
      orderPtn = -1;
  }
}


 
 
indicator blank . how to fix it?