How do I determine the NetProfit at each bar in the backtester using 
this loop?

for (i=1; i<BarCount; i++)
{
    np = NETPROFIT[i] ????????
}

Reply via email to