Replies: 2 comments
-
Can you try with the beta branch? I've done a pretty major rewrite in version 7. git reset --hard |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try v7.0.20 which was released this evening. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was wondering if anyone has run into this issue when running the simulation. I have not been able to pinpoint what it is in my config that would be causing the problem. I will attach that below as well.
Issue only seems to trigger when there is a test buy order executed.
William
{
"coinbasepro": {
"api_url": "https://api.pro.coinbase.com",
"config": {
"base_currency": "ALGO",
"quote_currency": "USD",
"live": 0,
"smartswitch": 1,
"verbose": 1,
"statdetail": 1,
"sim": "fast"
},
"api_key_file": "coinbase.key"
}
}
Beta Was this translation helpful? Give feedback.
All reactions