HI,
does anyone know why, after running a back testing with initial Position of 10,000 (ten thousands)
Cash=Param("Cash Account",10000,0,10000,1);
SetOption("InitialEquity", Cash );
the symbol ~~~Equity is set at 10000.01 if I use 2 decimal and .007 if I use 3 decimals?
I have also tried to create a new ticker in the back testing:
e = bo.EquityArray();
AddToComposite( e, "~$CI_Daily_Equity", "X",atcFlagDefaults |atcFlagEnableInPortfolio);
and it has the same problem.
Any help is welcome.
Rgds
J