Hi guys,

Sorry to raise this, but I couldn't find appropriate example within existing topics. I've got the idea that in order to track stop-loss order there is need to save ticket at the class level. However, I am wondering what's the best approach to group order with the stop-loss order? This especially makes sense when there are multiple orders opened by algorithm. Is it good to use tags in this case? I have defined a separate class which holds initial ticket. When it's filled I am attaching stop-order ticket. Please take a look at the code and let me know what do you think and how you group

Author