| / | Forum |
|
nondisclosure
2010.04.03 05:54
What options does one have if their strategy is based on objects drawn on the chart? |
|
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. |
|
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. |
|
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.
|