sirhc78
sirhc78
Hello, I get the same bug. It should be 1 Min bars , right ? 150 | 2020-05-08 12:28:00 | 2 | 9174.5 | 9174.5 | 9174.5 | 9174.5 |...
Do we have to downgrade pandas from 1.0.3 to 0.25 or 0.22 ?
Hi, I am not sure if my question is at the right place but I am trying to understand backtrader/ccxt/bitmex live behaviours. I am running a test script : simple...
Hi, thank you for your comment. This is a way to manage live orders. And it is working. I need to check how backtrader handles the state of a strategy...
I am definitively getting the same experience during prenext. 11sec per bar to compute few indicators when it run instantaneously without the broker. I tried to explained my problem here...
I have found functions which are taking too much time. Here is my ouput : ``` time is 2018-10-02 17:07:10.848704 ## start CCXTBroker getposition 4.0 Seconds 0.01 init pausetrade =...
May be a wrong PR. If I load 100 bar and, in prenext, BT request 5 times (2 getcash 3 getvalue) the broker per bar. We will reach this rolling...
My Strategie code is working correctly on pandas feed.
May be I don't understand how it should work. if self.position : is true. I should get a structure with size and price members and not a float. Is that...