BarsRequired = 0;
EntriesPerDirection = 1;
EntryHandling = EntryHandling.AllEntries;
ExitOnClose = false;
ExitOnCloseSeconds = 30;
IncludeCommission = true;
Slippage = 2;
TimeInForce = Cbi.TimeInForce.Day;
CalculateOnBarClose = true;
SessionTemplate is the only one missing. It would be great if you can add this in Version 7.
It would also help a lot in backtesting if you could add TimeFrameFrom and TimeFrameTo as fields that can be set in the Initialize() method. As mentioned in the Suggestion: defaults in Strategy Analyzer thread, the From, To, and SessionTemplate are alway being reset after the strategy is compiled (even if the Stratege Analyser remains open). It is a pain to keep setting these fields after each recompile.
By the way, Version 7 is fantastic!!!!!

Comment