Closed
Description
say: i entry a lot of positions but without any closed. i want to close all when backtesting finished. so i need a handler
but i can't find it. how?
so i think we need a "stop" method like "backtrader" to handle some logic for example close positions or do some customized statistic etc...
this "stop" handler should be called after backtesting finished but before "built-in" statistices calculated so that we can append our
customized statistic items
what 's your idea? @kernc