Experts: Support and Resistance Trader

 

Support and Resistance Trader:

Expert adviser scans past 500 closing bars and looks for common closing regions as entries.

Support and Resistance Trader

Author: QuantStrategies

 
You've got 100% Deposit Load, seriously...?  xP
 
drayzen:
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

 
QuantStrategies:

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!

Reason: