For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
[Cerebro] Unresolved reference 'msg'
-
In Cerebro.py 661:
def _notify_data(self, data, status, *args, **kwargs): for callback in self.datacbs: callback(msg, *args, **kwargs) self.notify_data(data, status, *args, **kwargs)
Is there any wrong ?
-
Yes. Data notifications have always been used from strategies or with cerebro overridden subclasses and there (and in the docstring) remains an error.
-
There is a fix in the latest commit of the development branch. Another fix has a side effect, so the release will be delayed
-
@backtrader I get it, thank you
-
It's already in the latest release Community - Release 1.9.51.121