jvanlandingham
jvanlandingham
I am trying to run an Engle-Granger cointegration test using `statsmodels.tsa.stattools`'s `coint` function with no constant and no trend (using parameter `trend="n"`). For some reason it appears that there is...
When placing a margin order using the `POST /api/v1/margin/order`, the `remark` argument does not have any effect. I have found this to be true in a library I am developing,...
Thank you for this wonderful library! I have a question regarding record logging during event-driven backtesting. I am using `.from_order_func` with several calculations performed per time bar (e.g., z-scores) all...