How to check Accuracy of the Indicator signals
-
I have an indicator of MT5 or MT4 and I want to create an EA to check the Accuracy of its past signals below or above the candles oike in Intrabar way or NewBar way.
Please experts guide me how that can be done in Fxdreema
-
Before trying anything in fxDreema you should backtest manually if it an effective indicator. Trust me, if it isn't (as is in most cases) you'll have saved a lot of headache and frustration.
-
@l-andorrà You are Correct, Thats why i wanted to make an effort to make an EA like this If i load an indicator then it can count the ITM and OTM Signals and Also the max Continue Losses so that Once a tool id built then my next indicators testing and Ability I can know easily.
Please guide me how to do it. Thanks
-
Ok. The first thing to consider is trying on MT4 only. The MT5 option in fxDreema is not 100% reliable at his moment. Then you should get the mql4 file of the indicator instead of the ex4 format and import it into your fxDreema account. Then we can move on.