bollingerbandwidth mt5

  • Thread starter Thread starter d8rian
  • Start date Start date
  • Watchers Watchers 3
Your BBandwidthBuffer array is set as series, yet you are trying to access it as a common array. You need to replace BBandwidthBuffer[rates_total - 1 - TriggerCandle] with BBandwidthBuffer[TriggerCandle] in your checks. Also, your two alert checks seems to be the same - in both, you are checking a BBandwidthBuffer value to be less than 0.