EAs based on Zig-Zag

 

I have a general question for those who have already developped and tried their own EAs and have some experience with automated trading...

Do you find zig-zag approach useful for automated / semiautomated trading?

Are zig-zag based EAs performing well (if done by professionals)?

Is zig-zag worth applying?

I am learning to code and actually starting thinking in which direction I could make my first steps / attempts...

Many thanks

 
Sidewinder:

I am learning to code and actually starting thinking in which direction I could make my first steps / attempts...

Best bit of advice I can give is make your code, which is not method/system dependant, reusable. Create functions which perform tasks that have to be done regardless of which method/system you are going to use.
Reason: