Hi there!
I discovered this nice code snippet which delivers some additional data regarding profability:
Yearly and monthly returns backtest indicator (for ProBacktest)
Has anyone more enhanced current reporting, for example to see:
- most profitable day of the week
- most profitable date of the month
- most profitable week of the month
- and much more?
Before you reply – YES – I am aware I could do some “magic pivots” in excel – but I prefer to have everything in one place.
So if you have something to share, it’s very welcome!
Thanks!
It’s very difficult to add those points.
There’s no built-in date math instructions/functions because there’s no date data type, so it’s very hard to number weeks and keep track of them (v11 has some improvements with arrays, but it’s still a very difficult and lengthy process).
Just received the V11 on IG DEMO – and I must say the reporting functionality is awesome! Beating my expectations. Great Job!