crypto-trading-bot
crypto-trading-bot copied to clipboard
wer can I set minimum to start working
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 ?