Using Bollinger Band Oscillator %B via Custom Indicator
-
Hey guys,
I would love to get a hint what I'm doing wrong. I used custom indicators before without any issue and struggle now. I checked everything a few times but run out of ideas.
I would like to use the %B Oscillator and rebuild the systematical approach which was presented by StatOasis (https://www.youtube.com/watch?v=y2--vB5wgZ0).
Therefore I downloaded the indi from the mql5 page: https://www.mql5.com/de/code/7019
and defined it as custom indi in FxDreema:

I renamed the indi in the MT5 folder also to "Percent_B" to ensure the matching. Furthermore I deleted the ENUM_Applied_Price Line from the Indicator script. That was a failed try of troubleshooting it.
So far I kept the EA very simple: shared/qsa38byYc
But when I start the testing this error note appears:

I'm looking forward to the hint that brings me back on the road!

-
@Pascal-0 you have to upload into fxDreema that custom indicator in the .mq5 format as it is, without touch the code. It works fine on my side
-
@ambrogio I started it from the scratch and it's working now! Thanks for checking it!
-
