How do I determine the NetProfit at each bar in the backtester using this loop?
for (i=1; i<BarCount; i++)
{
np = NETPROFIT[i] ????????
}
How do I determine the NetProfit at each bar in the backtester using this loop?
for (i=1; i<BarCount; i++)
{
np = NETPROFIT[i] ????????
}