We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First , Thank you this project
VM
binancefutures toml
# Testnet: wss://fstream.binancefuture.com/ws # Mainnet: wss://fstream.binance.com/ws # Private: wss://fstream-auth.binance.com/ws # Low-Latency Market Maker: wss://fstream-mm.binance.com/ws stream_url = "wss://fstream.binance.com/ws" # Testnet: https://testnet.binancefuture.com # Mainnet: https://fapi.binance.com # Low-Latency Market Maker: https://fapi-mm.binance.com api_url = "https://fapi.binance.com" order_prefix = "test" api_key = "****" secret = "****"
After I run connector and use live grid, the logs of strategy shows as follows, symbol: 1000shibusdt:
the logs of connector, seems in ordermanager:
I cannot see anything trade on Binance App
I searched the error text, seems the logic run to here:
and the root cause maybe in submit_order return error:
The text was updated successfully, but these errors were encountered:
I don't encounter any issues, at least on the testnet. Could you check if the issue persists there?
Sorry, something went wrong.
No branches or pull requests
First , Thank you this project
Environment
VM
binancefutures toml
After I run connector and use live grid, the logs of strategy shows as follows, symbol: 1000shibusdt:
the logs of connector, seems in ordermanager:
I cannot see anything trade on Binance App
I searched the error text, seems the logic run to here:
and the root cause maybe in submit_order return error:
The text was updated successfully, but these errors were encountered: