bmino / binance-triangle-arbitrage

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

About CAP in Config #170

Closed jodiekurnia closed 3 years ago

jodiekurnia commented 3 years ago

Hi, I kinda confuse about CAP on config, does CAP max attempt to trade specific opportunity? let's say ETH->BTC->XMR->ETH, on attempt executing ETH/BTC it's fail, then script kept running just ignore current opportunity, or after successfully execute 1 opportunity the script shutting down? basically if I want it to run 24/7 on a server I need to set CAP to 0?

bmino commented 3 years ago

Hey, checkout the configuration README where there is descriptions on all the config options.

image