in my strategies I do change value-to-string (this just for information that I know about this how to do) and I want to ask please if it´s possible in the syntax eg
stopOrder3 substitute like stopOrder"value.ToString()"
because I want to handle and count my stopOrders with "value++;" each time changed because I need to cancel the stop before once a new stop is in.
(eg when I move the stop with Donchian, so if there is a new value of Donchian I want to bring in a new stop and cancel the stop before of course. Each stop needs a proper name=value)
Thanks

Tony

Sorry, but we must be talking at cross-purposes here. Your original query gave me the impression that you were trying to replace an existing stop because some trigger condition had been met in the market. The code that you have posted looks more like you are taking an action based on an IOrder execution or update.
Comment