All Projects → geek-at → Phptrader

geek-at / Phptrader

A simple php powered Bitcoin and Ethereum trading bot

Projects that are alternatives of or similar to Phptrader

Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+60.31%)
Mutual labels:  bot, ethereum, bitcoin, btc, eth
Telegram Kraken Bot
Python bot to trade on Kraken via Telegram
Stars: ✭ 156 (+19.08%)
Mutual labels:  bot, ethereum, bitcoin, btc, eth
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (+121.37%)
Mutual labels:  ethereum, bitcoin, btc, eth, coinbase
Cryptotrader
This is an experimental trading bot framework written in PHP. It may contain bugs and should not be trusted with much money
Stars: ✭ 108 (-17.56%)
Mutual labels:  bot, ethereum, bitcoin, btc, eth
Optimal Buy Cbpro
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Stars: ✭ 288 (+119.85%)
Mutual labels:  ethereum, bitcoin, btc, eth, coinbase
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+17076.34%)
Mutual labels:  bot, ethereum, bitcoin, btc, eth
Coinbin.org
₿ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 253 (+93.13%)
Mutual labels:  ethereum, bitcoin, btc, eth
Lstm Crypto Price Prediction
Predicting price trends in cryptomarkets using an lstm-RNN for the use of a trading bot
Stars: ✭ 136 (+3.82%)
Mutual labels:  bot, trading-bot, bitcoin, btc
Openapi
DragonEx OpenAPI
Stars: ✭ 54 (-58.78%)
Mutual labels:  ethereum, bitcoin, btc, eth
Arbitrader
A market neutral cryptocurrency trading bot.
Stars: ✭ 66 (-49.62%)
Mutual labels:  trading-bot, ethereum, bitcoin, btc
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+2716.79%)
Mutual labels:  trading-bot, ethereum, bitcoin, coinbase
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (+30.53%)
Mutual labels:  ethereum, bitcoin, btc, eth
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (+19.85%)
Mutual labels:  ethereum, bitcoin, btc, eth
Donate
Cryptocurrency donation daemon
Stars: ✭ 34 (-74.05%)
Mutual labels:  ethereum, bitcoin, btc, eth
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+2572.52%)
Mutual labels:  ethereum, bitcoin, btc, eth
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (-21.37%)
Mutual labels:  ethereum, bitcoin, btc, coinbase
Erc20 Ico Onchain Technical Analysis
An tool to analyze any company's ICO
Stars: ✭ 326 (+148.85%)
Mutual labels:  trading-bot, ethereum, bitcoin, eth
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+692.37%)
Mutual labels:  bot, trading-bot, bitcoin
Miner Monitor
Miner, balance, wallet and pool monitoring software
Stars: ✭ 38 (-70.99%)
Mutual labels:  ethereum, bitcoin, coinbase
Coinbase Pro Node
Coinbase Pro API written in TypeScript and covered by tests.
Stars: ✭ 116 (-11.45%)
Mutual labels:  ethereum, bitcoin, coinbase

Automated Bitcoin and Ethereum trading bot

THIS BOT IS NOT MAINTAINED AND WILL BE REMOVED SOON

Use this alternative: Hascheksolutions Cryptotrader

Tutorial on https://blog.haschek.at/post/feb62

Features

  • Uses the Coinbase API
  • Works with USD or EUR/USD Wallets
  • Works with Bitcoin or Ethereum
  • Automatically buys when your desired BTC/ETH price is reached
  • Automatically sells when your desired earnings are reached
  • Stores buy/sell data in a local JSON file or on a Redis server

Requirements

  • A Coinbase account
  • Some money on your EUR/USD/USD Wallet on Coinbase
  • Raspberry Pi or some Linux box
  • php5 or up
  • composer
  • (Optional) A Rocket.Chat or Slack webhook which will inform you whenever BTC/ETH are sold or bought

Install

  1. Download the repo by using git clone https://github.com/chrisiaut/phptrader.git or download as ZIP file
  2. Inside the Traderbot directory let composer install the dependencies: composer install
  3. Rename example.config.inc.php to config.inc.php and fill in your data and wether you want to trade BTC or ETH

Upgrading

  1. Re-download or pull repo
  2. check example.config.inc.php for new settings and add them to your config.inc.php
  3. re-run composer install in the root directory to install new libraries

Usage

Command Parameters What does it do Example
buy [amount in EUR/USD] [earnings] Buys the amount in EUR/USD and sells when the earnings are reached buy 100 2 (Buy 100 EUR/USD and sell when the 100 are worth 2 more (102 EUR/USD))
sell [amount in EUR/USD] [crypto price] Adds a high sell order. Will sell amount when the crypto price is reached sell 300 3000 (Sell 300 EUR/USD when 1 coin is worth 3000 EUR/USD)
order [amount in EUR/USD] [earnings] [BTC/ETH price] Adds a low buy order. Will buy amount when BTC/ETH price is reached and will sell when earnings are reached order 500 20 1000 (Buy 500 EUR/USD when 1 coin is worth 1000 EUR/USD and sell when 500 are worth 520
watchdog -none- Starts infinite loop where prices are checked and orders are bought/sold
list -none- Lists all open transactions with IDs
delete transaction ID Allows you to delete transactions
check -none- Checks prices and orders. Does what "watchdog" does but only once
report -none- Reports current status of all transactions to chat webhook
debug -none- Lists all your payment methods and wallets

Start the watchdog

The heart of the bot is an infinite loop that checks periodically for price changes. You can start it yourself or use the start.sh script which will put the process in background and log to /var/log/phptrader.log

./start.sh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].