Hi,

I am trying to identify when the current asset in a loop has an open trade. I can't use NumOpenTotal as it will also report on trades opened by other assets. When I try using TradeIsAsset in VC++ I get a sharing violation exception. How do I get number of trades open on the current asset please?