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
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
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