EnterLong(Convert.ToInt32(DefaultQuantity), @"MyCrazyStratLong");
and I run my strategy in multiple windows against different instruments, when I exit the position using that Signal Name in one window for one instrument, will it also exit the the position against the other instrument because the Signal Name is the same? In other words, do I need to have unique signal names that incorporate the instrument name?
Thank you.

Comment