crypto-trading-bot icon indicating copy to clipboard operation
crypto-trading-bot copied to clipboard

wer can I set minimum to start working

Open room3622 opened this issue 3 years ago • 0 comments

const InstanceUtil = require('./src/utils/instance_util'); c.init = async () => { // Bitmex contracts + examples c.symbols.push( ...(await InstanceUtil.bitmexInit(pair => { // inverse contracts; trade with 1 USD // you can also provide a "capital" instead for trade with fixed BTC or ETH if (['XBTUSD', 'ETHUSD', 'BNBBTC'].includes(pair.symbol) || pair.symbol.startsWith('BTC')) { pair.trade = { currency_capital: 0.00001615 }; return pair; }

is it this currency_capital: 0.00001615 ?

room3622 avatar Jan 02 '22 14:01 room3622