private IOrder EntryOrderPosition1;
private IOrder EntryOrderPosition2;
what would the Position methods reflect. would it use the net profit or loss across both orders
for eg.EntryOrderPosition1 is filled and in trade
EntryOrderPosition2. is filled and in trade
if i close EntryOrderPosition1, would the
Position.GetProfitLoss(double marketPrice, PerformanceUnit performanceUnit)
factor in teh profits/losses of teh EntryOrderPosition1 when EntryOrderPosition2 is in trade?

Comment