/bitfinex

Bitcoin trading scripts written in Python

Primary LanguagePython

Bitfinex

Open source ripped and changed from Original Author: jndok
Python scripts for the Bitfinex Bitcoin exchange. Open sourced development and learning about algorithmic trading on the Bitcoin market.

Install

pip install -r requirements.txt
sudo python setup.py install

#Keys Create file keys.txt in the main directory with the following syntax:

public key
private key
[insert newline here]

#Funds Ensure you have at least 0.01 BTC in your exchange wallet
The scripts are configured for this wallet and not your trading wallet

#Contents /examples/putTake.py places a put and take on each side of the market value.
/examples/cancelAll.py cancels all orders in your exchange account.
/examples/showPastTrades.py creates a visualization of past trades. Below is a screenshot.

Here is a vis of my trade history on Bitfinex. (The smallest dots were performed by execution of /examples/putTake.py)
screenshot

If donating is your kind of thing: 14Gp132H9r2jUEre2TYZuVLTk5VEneBoKX

If you like what you see let me know and I will continue contributing to this.
In using this software, you take full responsibility of the results.