You've got 100% Deposit Load, seriously...? xP
I never recommended it be implemented this way otherwise I would have charged for it, I made it for research purposes to test technical analysis hypothesis. I'm sure other people appreciate the idea
I never recommended that it be implemented in this way, otherwise I would have to charge it for research purposes to test the technical analysis hypothesis . I'm sure other people appreciate this idea
I am sorry for my english. Great idea and good idea. Thank you very much.
Solved the problem in the code where you commented "something wrong here"
Needed to round also the Close price to find the levels. Don't know how it was working without this?
for (int c=1; c<period; ++c) { if (NormalizeDouble(i,3)==NormalizeDouble(Close[c],3)) { count++; } }
Does anyone know why it is not taking trades on MT5? Did the download then copied and pasted code into the editor to create a new Ea, still not working. No errors in the journal.
Thanks for any help!!
Thanks for taking the time and effort to post your ea, I appreciate that!

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Support and Resistance Trader:
Expert adviser scans past 500 closing bars and looks for common closing regions as entries.
Author: QuantStrategies