I like the functionality of an ATM. The ability to have it do all the trailing features, display on the charts, manual overriding, etc. The ATM does all the work for me. The major downside is that it requires a 2nd chart to watch and can't be backtested. Another drawback is that I often want more steps to moving stops than the ATM allows (4 max - BE + 3 steps).
The builtin orders can be backtested and used for analysis of profitability over historical data. And it can draw the order lines on the chart. But if I want the ATM-like features, I have to code these all myself, adding a huge overhead to my strategy development.
Is this a true and valid viewpoint of these two features? Am I missing anything here?
Do many people implement both in their strategies?
I've got the ATM functionality working in my strategy. It works well and is very stable. I really like it. But I want to backtest so I can use the genetic optimizer for dialing in some settings.
Am I relegated to implementing both feature sets in my strategy?
Thanks.

Comment