bmino / binance-triangle-arbitrage

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

How to modify the code?? #147

Closed edwardnguyen2311 closed 3 years ago

edwardnguyen2311 commented 3 years ago

I tried to change the number of rows to 15 but just 10 rows were running when I started deploying Screenshot 2021-04-14 162908 Screenshot 2021-04-14 162943 Screenshot 2021-04-14 163148

bmino commented 3 years ago

Hey! In javascript, providing an equals sign for a function parameter means that is the default value when no value is supplied. Since this function is always called with a value, changing the default here won't have any effect.

If you want to hack around with the code, go for it! Keep in mind this parameter is easily changed by the configuration HUD.ROWS You can check out the configuration documentation here

bmino commented 3 years ago

closing due to inactivity