bolinger aplicado a un indicador
-
Hello I want to apply a bollinger band on a personal indicator,
I want to pick up the indicators crossing the indicator on the bolinger bands punched to it.
it's possible?? -
You want to be able to draw BB over another indicator? Well, I'm not very good at writing custom indicators, but I guess that you can call iBands() in a custom indicator and print it somehow.
If you only want to compare the value of BB with the value of another indicator, then the other indicator should have similar kind of values (something around the current price).
Or if you want to apply BB over another indicator (Previous indicator's data), you can do that manually, but not in the EA, at least not in fxDreema. In the past I tried to find a way to do that in an EA, but without success.
-
@fxDreema Thank you.
What you need to do is to draw a signal from the crossing of an indicator on the bb, applied to the same indicator (previous indicator data).
Thanks for asking the question.