Is there a way to know the market position related to a specific strategy.
I'm using TradeStation to generate trading signals and I didn't found in NT's .dll library any way to do this.
For example let's assume that I'm trading the eurostoxx futures and I have 2 differents strategies.
For strategy n°1 a sell order of 2 contracts was executed (I'm short)
For strategy n°2 a buy order of 3 contracts was executed (I'm long)
If I use the NTMarketPosition function the output will be : +1
What am I supposed to do if I only want to know the live position for a specific strategies ? Is there a function like this for example : NTLivePosition(MarketID, StrategyID, AccountID) ?
Many thanks,
Sebastien

Comment