Duplicating indicator windows
-
Hi friends, can someone please tell me what's wrong with my input variables that;s causing this? please see this tread that I posted in - it's an old thread so I don't think it will show which is why i've created this one. thanks so much!
https://fxdreema.com/forum/topic/14029/duplicating-indicator-windows?_=1684870718255

-
here is what i've inputted -
It's likely that it is your EA that created multiple instances of the indicator, not because any error in your indicator definition.
-
@sktsec thanks sir. I'm guessing there isn't anything I can do about it?
-
any way to fix this?
-
Try contacting the admin. Maybe he can provide some help.
-
I'm having this problem too. indicator gets duplicated on chart for every bar or tick that I am trying to read from them.
This particular indicator has a bunch of odd characters in the name, so could be relevant?
-
Ok yeah, little trail of breadcrumbs for anyone else -
the indicator I tried to load was named like this lol:G.S.P_idv3_cci=rsi
that's a developers worst nightmare to parse.
I renamed it to the following and it worked perfectly:
gsp_cci_rsi
-
If you need help, be transparent. You blurr stuffs that are not relevant thinking you are wise while you are seeking help. It is better you help yourself.
-
@HELLOTB9JA are you responding to me? Blur stuffs?
I didn't blur anything lol that is literally like 100 sub windows on my chart that got opened by fxdreema.
Again my issue was indicator name, included tricky characters.
just need to remove them and for me anyways, the problem went away.
-
@enviraldesign Just curious. What do you do to fix the issue?
-
My indicator was named this:
"G.S.P_idv3_cci=rsi"I renamed it to:
"gsp_cci_rsi"in my case, the issue was an indicator name full of other weird characters. I bet the = sign was the issue, but regardless I stuck with underscores and letters only and it worked!
-
Great for you. Congrats!
