Hi

So a backtest has a ‘Start’ and ‘End’ date.  I want my algorithm to run some closing processes when the final date is completed, I thought there would be some de-initialize function.. An alternative solution would be to check for a date and then run a function.

 

Author