I have a weekly model I am testing and I am trying to get a better idea of drawdowns.
I assume the weekly backtest is only using end of week data, so the drawdown is based on that. Ideally, I would like to see drawdown data on a daily basis.
Would setting the Date Time frame to daily, then adding “weekly” to every time setting within the script accomplish this?
Or would doing so provide bad results since I am mixing weekly with daily?
Thanks!