Replies: 3 comments 8 replies
-
What happens if you bypass pysystemtrade and just use ib insync? https://nbviewer.org/github/erdewit/ib_insync/blob/master/notebooks/basics.ipynb |
Beta Was this translation helpful? Give feedback.
-
when I run line 5 as shown in your link, it shows the correct net liquidation value of the futures account. I only have single strategy in pysystemtrade. When I run interactive_diagnostics and View Capital, "Capital for an Individual Strategy" and "Capital for Global Account, all strategies" show slightly different capital, former showing higher. |
Beta Was this translation helpful? Give feedback.
-
FWIW, I did have a similar issue a couple years ago where capital got out of sync and once it did it was basically permanent (not self-correcting, and not correctable using the interactive tool as far as I could tell). I think it may have been related to recording a deposit or withdrawal. My "solution" was to delete all my capital history and start over. (I'm not recommending that as a fix!) I think Rob has made significant changes to the capital logic since then, so take all this with a grain of salt. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
When I compare my broker account value in interactive_diagnostics vs. IB portal, I see some significant discrepancies. What could be the reason? For example portal shows 92k vs. pysystemtrade showing 88k.
I have only futures in the IB account, the cash is split between USD and GBP.
PS: I do have a second IB account for ETFs but looking at the code, update capital only seems to be pulling liquidation value of the account included in the private config.
Best,
Emre
Beta Was this translation helpful? Give feedback.
All reactions