abayomi185 / simple-pump-and-dump-bot

Simple pump-and-dump bot for Binance and Kucoin Cryptocurrency Exchange
Apache License 2.0
78 stars 21 forks source link

Mapping Error #52

Closed BruceGrove92 closed 3 years ago

BruceGrove92 commented 3 years ago

I keep getting a mapping error during the creation of the secrets-binance file. Can anyone help avoid this

Thanks a lot

This is the config file for Crypto-bot

cd src touch secrets-binance.yaml echo "api_key: ''" >> secrets-binance.yaml echo "api_secret: ''" >> secrets-binance.yaml

debug_mode: false

trade_configs:

Put comments here

market-trade-one:

Coin pairing for trade

pairing: BTC
#Currently, only market is available, keep unchanged
order_type: market
#Amount from wallet to use for trade buy; range 0 to 1
buy_qty_from_wallet: 0.75
#Profit margin multiplier; 0.5 equals 50% gain
profit_margin: 0.1
#Amount from wallet to use for trade sell; range 0 to 1
sell_qty_from_wallet: 1
#Refresh interval in milliseconds to check market for current price
refresh_interval: 100
#Timeout in milliseconds if profit margin doesn't reach intended value; 25 seconds
sell_fallback_timeout_ms: 25000

market-trade-two: pairing: BTC order_type: marketp buy_qty_from_wallet: 0.75 profit_margin: 2 sell_qty_from_wallet: 1 refresh_interval: 100 sell_fallback_timeout_ms: 5000