We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3380801 commit edba801Copy full SHA for edba801
1 file changed
backtrader/brokers/bbroker.py
@@ -95,13 +95,6 @@ class BackBroker(bt.BrokerBase):
95
exchanges for many products for a couple of minutes after the end of
96
the session
97
98
- - ``eosbar`` (default: ``False``):
99
- With intraday bars consider a bar with the same ``time`` as the end
100
- of session to be the end of the session. This is not usually the
101
- case, because some bars (final auction) are produced by many
102
- exchanges for many products for a couple of minutes after the end of
103
- the session
104
-
105
- ``filler`` (default: ``None``)
106
107
A callable with signature: ``callable(order, price, ago)``
0 commit comments