This may be a very basic question -- so far, I've been using ATMs with NT successfully. ATMs have limitations -- stops are fixed vs. variable values, etc.
What I'd like to do is create a trade management strategy that calculates the initial stop using, for instance, the lowest low of the past six bars minus one tick. I would want that strategy to be selectable in the DOM just as all ATM strategies are now.
My impression of coded strategies is that they are for full-bore automated trade management. However, my entries are discretionary -- I only want to enter an order when I explicity click to enter one. It is at that point I would want the custom strategy to look at the chart, calculate the stop, then set the initial target, intial stop, scale out, move the stop on remaining positions as needed, etc.
Can coded strategies function in this manner?
If so, are there some examples that anyone is aware of that you could point me to?
Thanks,
Gordon

Comment