Hi,

I would like to create a local Excel interface for easier development.

Following the set-up of Engine.Main(), there is no problem to run a backtest first time. But for second time (maybe different algorithm name), those handlers are taken from Composer.Instance, which is a Singleton and contains the old handlers.

I think there must be a simple way to reset everything, so I can start a new algo.

Thanks,

Yoh

Author