Did you use AI for conversion?
NOTE: Traders and coders are working for free:
- if it is interesting for them personally, or
- if it is interesting for many members on this forum.
Freelance section of the forum should be used in most of the cases.

- 2025.01.17
- www.mql5.com
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
Did you use AI for conversion?
NOTE: Traders and coders are working for free:
- if it is interesting for them personally, or
- if it is interesting for many members on this forum.
Freelance section of the forum should be used in most of the cases.
You are over-complicating things for yourself. The Bollinger Bands "width", or more correctly "height", is just a multiple of the Standard Deviation. So, why complicate things?
You should always endeavour to understand the maths used in Indicators so that you can better understand their nature:
- The Bollinger Bands are just the Moving Average +/- a multiple of Standard Deviation.
You are over-complicating things for yourself. The Bollinger Bands "width", or more correctly "height", is just a multiple of the Standard Deviation. So, why complicate things?
You should always endeavour to understand the maths used in Indicators so that you can better understand their nature:
- The Bollinger Bands are just the Moving Average +/- a multiple of Standard Deviation.
yeh I was used to coding EAs not indicators this is my first time doing anything related to indicators so... I just really wanted a version of this indicator thats available for free, however it measures its values in the ticksize of the asset so you can't use it on multisymbol EAs because of the huge differences in values. I was kind of just asking other people to test the indicator just in case they catch repainting that I'm not catching although I'm pretty sure at this point it's not repainting. Thanks for the advice though
Executable file removed by moderator. Attach source code only, not executables.
Then just make a Normalised Standard Deviation indicator (percentage or ratio). Why bother with the Bollinger Bands in the first place?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
So I wanted to use a Bollinger Band Width indicator in mt5 but the only one available for free measured it in a weird ticksize so using it in optimizations or multisymbol EAs is not possible because of the huge difference in values. So I took the one from tradingview and tried to convert it into a BBand width % indicator using the same calculation. The Problem is I am now paranoid that its repainting and I genuinely cannot tell if it is or is not. If anyone would be so kind as to try it out here is the source code below. (and if they want to use it in their own trading systems the point of it is to keep from reentering trades once a trend has run out and provide better entries.)