Skip to content

Commit edba801

Browse files
authored
Remove duplicated note (mementum#386)
1 parent 3380801 commit edba801

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

backtrader/brokers/bbroker.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,6 @@ class BackBroker(bt.BrokerBase):
9595
exchanges for many products for a couple of minutes after the end of
9696
the session
9797
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-
10598
- ``filler`` (default: ``None``)
10699
107100
A callable with signature: ``callable(order, price, ago)``

0 commit comments

Comments
 (0)