I want to use a daily MaxLoss so when my Total PnL reach that it will not allow anymore trades for that day, but I can't do that on Playback because the total PnL doesn't reset daily, it just keep accumulating.
Any work around this with code? make a condition that calculate the Total PnL of everyday, and if that Total PnL when went bellow a certain amount, it turn DailMaxLoss = true;

Comment