8000 GitHub - skilo83/Wave-Rider: A user configurable crypto currency trading bot for poloniex.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.
/ Wave-Rider Public archive

A user configurable crypto currency trading bot for poloniex.

License

Notifications You must be signed in to change notification settings

skilo83/Wave-Rider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wave Rider

A user configurable crypto currency trading bot for poloniex.

Use at your own risk!

I am not responsible for any losses you may incur from the use of this script.

Requires python 3.x

Setup:

copy and paste your api keys from poloniex into the included text files.

Usage:

python3 waverider.py <lastsellprice> <lastbuyprice> <money> <diff> <padding> <pair>

Help:

python3 waverider.py -h

"What in tarnation does all this mean?"

Last sell price:

the price you last sold at before starting the bot. Set to 0.0 if last trade was a buy order.

Last buy price:

the price you last bought at before starting the bot. Set to 0.0 if last trade was a sell order.

money:

the amount of money you want to trade with

diff:

the amount you want the market to change before making another trade

padding:

an amount in between the 24hr high and 24hr low. can be set to 0.0 if you dont want it.

pair:

the pair you are trading. USDT_BTC BTC_XMR etc etc.

About

A user configurable crypto currency trading bot for poloniex.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0