Skip to content
New issue

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

Live Rust: log show error decode expected value #165

Open
AlexiaChen opened this issue Dec 4, 2024 · 1 comment
Open

Live Rust: log show error decode expected value #165

AlexiaChen opened this issue Dec 4, 2024 · 1 comment

Comments

@AlexiaChen
Copy link

AlexiaChen commented Dec 4, 2024

First , Thank you this project

Environment

VM

  • 1 CPUs
  • 1 GB

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:

image

the logs of connector, seems in ordermanager:

image

I cannot see anything trade on Binance App

I searched the error text, seems the logic run to here:

image

and the root cause maybe in submit_order return error:

image

@nkaz001
Copy link
Owner

nkaz001 commented Dec 5, 2024

I don't encounter any issues, at least on the testnet. Could you check if the issue persists there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants