in Initialize() method i set ExitOnClose=false;
but in backtest it is still exiting on the end of every day.
How could i repair that? I wrote few strategies and when i set ExitOnClose=false it was not exiting on the end of day... i dont know what happend but it is not working yet in my new strategy
Note: in Initialize() is too Add(PeriodType.Tick, 1) ....maybe this information could help you with resolving this situation..
Thank you

Comment