I have strategy that is working well with an ATM. It enters correctly on signal and the atm manages the trade as expected. Profit locked in by the ATM as expected.
I was wondering.... is it possible to have the strategy use the ATM to enter the initial order with an ATM ( as usual, with my working code). The ATM would have a stop and no target. then i would like to control the stop my self within the strategy. first to scratch after 4 ticks and then BE after 10 ticks BUT THEN TRAIL with a moving average. I know how to handle the first 2 conditions in the ATM but not the trailing of the moving average.
I could programmatically do so but that would mean a complete rewrite of the strategy manually controlling the entering and managing the stop. The logic is completely different than using the ATM Strategy method I am using currently and it would require a new learning curve as the logic is different from what i use now.
So basically my question is:
1) Can I use the ATM to place the initial stop and target but them manage the stop my self trailing as i described above? If so is there a sample in the references you would suggest i follow
or
2) Is it possible to control the stop with the ATM by using a moving average?
Thank you for your patience
Sammy

Comment