Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wer can I set minimum to start working #284

Open
room3622 opened this issue Jan 2, 2022 · 0 comments
Open

wer can I set minimum to start working #284

room3622 opened this issue Jan 2, 2022 · 0 comments

Comments

@room3622
Copy link

room3622 commented Jan 2, 2022

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant