Skip to main content

Arbitrage cryptocurrency smartly

Project description

BestArbitrage

image Intuitive cryptocurrency arbitrage software

user code example:

from BestArbitrage.intra_exchange.trader_bot import Robot
from BestArbitrage import core
import ccxt


okex = ccxt.okex({
    'apiKey': 'xx0xx0x0-0y00-0000-0x0x-x00xx0xxxxx0x',
    'secret': 'X0XXXX0XXXXXX00XXXXX00XX00XX0X0X',
    'password': 'PaSsWoRd'
})
robot = Robot(client=core.ClientExchangeData(client=okex))
robot.start_arbitrage(min_profit=0.5, sleep_in_chains=1, sleep_in_deals=0.7)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

BestArbitrage-0.4.0.tar.gz (6.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page