When I cancel that order, the strategy immediately generates an order to replace it.
It seems that the only way around this is to disable the strategy - If I am wrong, I would love to learn how to do what I wish.
One of the NT support folks recommended that I look at adding buttons, and directed me to a thread that had some examples. I have had trouble deciphering some of these examples so far.
My question is this - has anyone created a button that can disable 1 of the specific strategies that is running. To put it another way, if I have Strat1, Strat2 and Strat3 running, and I wish to block orders from Strat1 without affecting the other two.
Ideally, I would like to have 3 buttons on the toolbar that generates a "blocking signal" that I can then add to a strategy. Something like "if button is clicked then a blocking variable is set to TRUE" and the strategy then looks to that variable in its logic as a permissive.
Any ideas?

Comment