My indicators
-
I made an EA a couple of months ago and use my own indicators in fxdreema.
Now when I open the old EA I don't have the indicators in fxdreema. Is there a way to find what indicators I was using when looking in the code? And where in the code would that be? Is there a specific area where the name of the indicator is mentioned or doesn't it use the name in the code? -
Search for iCustom in the code and look in it's attributes. Also look in the logs, there must be something there - indicator not found, indicator loaded, or something like that.