We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad64056 commit b92b2beCopy full SHA for b92b2be
1 file changed
main.py
@@ -20,9 +20,9 @@
20
21
# start arbitrage detection
22
print("Scanning...")
23
- exchange_name = "cryptocom" # allow pickable exchange_id from https://github.com/ccxt/ccxt/wiki/manual#exchanges
+ exchange_name = "binanceus" # allow pickable exchange_id from https://github.com/ccxt/ccxt/wiki/manual#exchanges
24
25
- best_opportunities, best_profit = asyncio.run(detector.run_detection(exchange_name))
+ best_opportunities, best_profit = asyncio.run(detector.run_detection(exchange_name, max_cycle=3))
26
27
28
def opportunity_symbol(opportunity):
0 commit comments