Skip to main content

Arbitrage cryptocurrency smartly

Project description

BestArbitrage

Intuitive cryptocurrency arbitrage software

example:

from BestArbitrage.intra_exchange.trading_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.Client(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.2.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