Originally Posted By: jcl
Not only that, you also used "numLong" instead of "numLong(0)". Both are valid C expressions, but numLong is the pointer of the numLong() function.

We have removed numLong() from the documentation because it is not needed. The number of trades and all other trade statistics are directly available as variables:

http://manual.zorro-trader.com/winloss.htm


I've used NumOpenLong but I got the following message:

'NumOpenLong' undeclared identifier.

I need to include some specific line at start?

Thanks.