gabriel-milan / btrader

Triangle arbitrage trading bot for Binance
GNU General Public License v3.0
291 stars 63 forks source link

Launch problem #13

Closed rhjelove closed 1 year ago

rhjelove commented 2 years ago

Hi, I just followed the instructions and ran into this problem. Could you please help? Untitled

rhjelove commented 2 years ago

Hi,

Thanks a lot! But could you please explain it, because I'm a little confused and don't understand correctly where I should replace this:

in "" put . like this binance = ""


My current Cargo.toml

[package] name = "btrader" version = "0.2.0" authors = ["Gabriel Gazola Milan @.***>"] edition = "2018" description = "Arbitrage trading bot for Binance" homepage = "https://github.com/gabriel-milan/btrader" repository = "https://github.com/gabriel-milan/btrader" license="GPL-3.0" keywords=["bot", "algotrading", "cryptocurrencies", "binance", "arbitrage"]

See more keys and their definitions at

https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies] binance = "" serde = { version = "1.0" } serde_json = { version = "1.0" } rayon = "" indicatif = "" console = "" telegram-bot = "" futures="" tokio = { version = "*", features = ["macros", "io-util"] }

[lib] name = "btrader" path = "src/lib.rs"

On Mon, 8 Aug 2022 at 18:41, Mihaiu Marius @.***> wrote:

in "" put . like this binance = ""

— Reply to this email directly, view it on GitHub https://github.com/gabriel-milan/btrader/issues/13#issuecomment-1208292156, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NILR7JSQQMGRP3XVM7UPDVYETDXANCNFSM553DDNDA . You are receiving this because you authored the thread.Message ID: @.***>

rhjelove commented 2 years ago

Thank you for your response! I have this error now:

C:\Users\Administrator\Desktop\btrader\btrader>cargo install --path . error: failed to parse manifest at C:\Users\Administrator\Desktop\btrader\btrader\Cargo.toml

Caused by: failed to parse the version requirement ` for dependencyconsole`

Caused by: unexpected end of input while parsing major version number

C:\Users\Administrator\Desktop\btrader\btrader>

On Tue, 9 Aug 2022 at 15:40, Mihaiu Marius @.***> wrote:

yes

— Reply to this email directly, view it on GitHub https://github.com/gabriel-milan/btrader/issues/13#issuecomment-1209330115, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NILR43DG6NOWJP4GR2RZ3VYJGT3ANCNFSM553DDNDA . You are receiving this because you authored the thread.Message ID: @.***>

rhjelove commented 2 years ago

I have added a new repo but still getting the error:

C:\Users\Administrator\Desktop\btrader\btrader>btrader C:\Users\Administrator\Desktop\btrader\btrader\config\sample_config.json [1/7] Connecting to Binance... Successfully connected! thread 'main' panicked at 'Error on getting exchange info: unknown variant TRAILING_DELTA, expected one of PRICE_FILTER, PERCENT_PRICE, LOT_SIZE, MIN_NOTIONAL, ICEBERG_PARTS, MAX_NUM_ORDERS, MAX_NUM_ALGO_ORDERS, MAX_NUM_ICEBERG_ORDERS, MAX_POSITION, MARKET_LOT_SIZE at line 1 column 1453', src\trader.rs:41:17 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace [2/7] Getting trading pairs... C:\Users\Administrator\Desktop\btrader\btrader>

On Tue, 9 Aug 2022 at 19:06, Mihaiu Marius @.***> wrote:

try this repo https://github.com/marmibv/btrader-arbitrage

— Reply to this email directly, view it on GitHub https://github.com/gabriel-milan/btrader/issues/13#issuecomment-1209583032, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NILRZPJU4XCXGOL6KVJIDVYJ6ZRANCNFSM553DDNDA . You are receiving this because you authored the thread.Message ID: @.***>

github-actions[bot] commented 1 year ago

This issue has no recent activity.