bollingerbandwidth mt5

Enivid

Administrator
Staff member
Nov 30, 2008
18,535
1,355
144
Odesa
www.earnforex.com
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.