For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Drop Variable Values(Buffer) Before Look-Back Period.
-
@backtrader
Can we drop the stored values of data,indicator values(Eg. self.line0, self.data0 etc.) before the look-back period(if there is no use of data for further analysis like plotting ,return calculation etc.), which will be essentially useful in memory(RAM) optimization.
If yes, then Could you suggest the possible way ? -
Check out Docs - Saving memory
Looks like
exactbars
parameter is what you are looking for.