bmino / binance-triangle-arbitrage

Detect in-market cryptocurrency arbitrage
MIT License
1.07k stars 337 forks source link

need advise #83

Closed noahwalugembe closed 4 years ago

noahwalugembe commented 4 years ago

If i have 10 BNB How best can i configure the part blow starting with BNB as the base

"INVESTMENT": { "BASE": "BTC", "MIN": 0.015, "MAX": 0.035, "STEP": 0.005 },

bmino commented 4 years ago

If you want your base currency to be BNB, then set the "BASE" property to BNB. Referring to the readme might also be helpful in describing what each property in the config does.

Something like this:

"INVESTMENT": {
    "BASE": "BNB",
    "MIN": 5,
    "MAX": 9,
    "STEP": 0.5
}