For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Is the `date` in analyzers.Transactions record wrong?
-
I have read:
https://www.backtrader.com/docu/analyzers-reference.html#transactions
The result is used during next to record the transactions
but, I think transaction record date should be the order execution date.
Is the
date
in analyzers.Transactions record wrong? -
Which date are you expecting where and why is the actual one wrong?
-
@g_will said in Is the `date` in analyzers.Transactions record wrong?:
transaction record date should be the order execution date
-
Order can be executed only during the price bar, in other words it can't be other date except
next()
date.