Hi,
I am looking for a backtesting software that supports:
- fx, govt bond futures, libor futures, main equity indices...not just US stocks.
- allows writing my strategy in code, not just the std technical indicators.
- supports vanilla options, including the ability to specify a delta hedging strategy (ie can use the delta of my options in the strategy script).
- supports good cross-validation (eg randomized), not just walk-forward.
- ideally talks to IB API. optional.
is there a good software for that, or do i have to do it in python (and if python, any package recommendation?).
Cheers.