Quote:
|
Originally Posted by scorpion
Thanks for compliment
For v1.3 and v2, there can be multiple trades in the same 1h bar. Actually, what I want is only 1 trade per bar. This is a major problem for most expert advisors around the net; trades keep on open and close in the same bar. The only real solution is to code new crossover checking in mql4. The workaround is setting buy level = 54, exit buy level = 46, sell level = 46, and exit sell level = 54.
|
Scopion,
The problem you refer to about multiple open and closes on the same bar can be fixed. Look at the coding MrPip did with LSMA or with the EA he helped me with. I know we both had this problem at one time.
I like the filtering so far and I'm thinking of adding RSX to my EA. I think more then one exit can be added to improve profitability. Looking at the 15 and 30 charts, it works well here. Good job.
cs