The way I am setting up NT is that I will have 2 strategies, LongOnly and ShortOnly now if I execute both of these strategies into 1 account, is there going to be any over-riding Net Position issues of what part of the strategy is generating the order LongEntry,ShortEntry,LongExit or ShortExit?
I assume the EnterLongStop & EnterShortStop both simply resolve to a COMMAND function which can only "BUY" or "SELL", so I assume given two seperate strategies, your code is not going to care what method generates these Buys & Sells and will place the orders in realtime without rejection, is this correct? or am I mistaken.
Thanks. W2

Comment