MQL4 - automated forex trading   /  

Forum

Testing an EA in strategy tester

Back to topics list To post a new topic, please log in or register

avatar
75
nondisclosure 2010.04.03 05:54 

What options does one have if their strategy is based on objects drawn on the chart?

See this link: http://articles.mql4.com/72.
Quote: "Draw objects are not really set. The objects are disabled in order to accelerate the testing."

So I can't backtest my strategy?

Transferring an Indicator Code into an Expert Advisor Code. Conclusion

Transferring an Indicator Code into an Expert Advisor Code. Conclusion

This is the final article, devoted to transferring an indicator code into an Expert Advisor code. Here the author transforms on a certain example a code of an Expert Advisor so, that this EA is presented in a single file without calling custom indicators.


avatar
441
blogzr3 2010.04.03 08:40 
For those objects to be drawn, there must be rules on how they are drawn.

If the drawing is visual/manual, then the challenge is translating those visual rules into code which can then be backtested.

avatar
75
nondisclosure 2010.04.03 19:19 
blogzr3 wrote >>
For those objects to be drawn, there must be rules on how they are drawn.

If the drawing is visual/manual, then the challenge is translating those visual rules into code which can then be backtested.


...And that's what I'm trying to figure out. Got any ideas?

Back to topics list  

To add comments, please log in or register