-
Apologies if this is not the best place for such sort of questions, but I think it's a fundamental part that is missing in the documentation.
Having trained an agent with agent with Ray, how can I …
wnz99 updated
3 years ago
-
IOC/FAK canceled orders are never called back to
WebSocket_OnDoneReceived(object sender, WebfeedEventArgs e)
The Done.DoneReasonType.Canceled are not called in the cases where
the price is VERY c…
-
It seems like binance has a nice little api you can get balance and other stuff from, much like nicehash.
When you are bored perhaps you could implement that? ;)
https://github.com/binance-exchang…
-
Currently using the below line of code to try and place a stop order
`print(client.place_stop_order('ETH-USD','loss',1000.0,size=.001))`
The resulting console output can be seen below
`{'mess…
-
Hey there!
I'm trying to add some retry / error handling logic to the code that I'm writing.
I want to be able to split between errors that should be retried and ones that should not. I feel a goo…
-
Do you have a working example for coinbase?
-
The current list of dependencies are all absolute.
```
'bintrees==2.0.7',
'requests==2.13.0',
'six==1.10.0',
'websocket-client==0.40.0',
'pymongo==3.5.1'
```
This makes i…
-
So i am trying to use this is a Blazor Server .Net 8 Project and am having an issue getting the authentication to work. Everytime i try to submit the trade, i receive the Unauthorized response.
I …
-
Hello,
```
$ pip list | grep cbpro
cbpro (1.1.4)
```
Today, my websocket stopped working because of Error 104:
`[Errno 104] Connection reset by peer - data: None`
I change source code little …
-
when testing the websocket in user mode, the websocket seems to drop the connection after 50 seconds of inactivity (the keep alive solution does not kick in)
First of all, i had to implement this c…