Duplicating indicator windows
-
[0_1641238227343_multiple indicator](Uploading 100%)

Hi i'm trying to use this indicator but when i'm back testing it, its opening multiple instances of the same indicator. I checked online and couldnt find any answers. Has anyone encountered this issue before? thanks
-
Check its input parameters again, it's probably something wrong with them. Their number should be the same as the number of inputs in the indicator. The types should be... at least don't mix "string" with something else.
I looked into your definition of this indicator and I noticed that you used empty spaces and a point for the parameter names. I think empty spaces work, but I'm not entirely sure. Parameter names are a little bit buggy sometimes. But I would advice you to try with names such as MyIndicatorParameter, with letters and numbers only. And don't use names like Symbol or Period, because of other known issues

-
@fxDreema BUMP: same thing is happening to me: what am i doing wrong here please? Thanks in advance!

