load cutom indicator error buffer
-
Hello,
Load an indicator but adds a buffer not created.
This buffer does not make me run correctly the indicator.
How do I delete the buffer 1 from the import of the indicator?Thanks,
Antonio......
LoadIndicator.JPG -
There is no way to delete a buffer, but the EA does not care even if you put 1000 buffers. Buffers does not have names, they are numbers (the first one is 0), so whatever you write there is ok. These names are only for fxDreema, for you to see something meaningful when you open the indicator in "Condition".