geek-at / phptrader

A simple php powered Bitcoin and Ethereum trading bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Announcement: PHPtrader won't be maintaned any more, I'm making a better one

geek-at opened this issue · comments

Thanks for your awesome support and your interest in the php trader bot.

The Bot has one major flaw: It uses coinbase.

Coinbase has usually a spread of about 6€ (~7$) which means no matter how much or little you give to bot to trade it has to wait for the amount to rise for 6€ just so you can break even.

Also the bot has only one real autotrading method so I'm going a different path:

Meet: Cryptotrader https://github.com/HaschekSolutions/cryptotrader

Cryptotrader uses the GDAX API (if you have a coinbase account, you have a GDAX account!) which has a much smaller spread.

Also the Cryptotrader won't be ONE script or ONE bot, it will be many of them. Implemented various trading algorithms and analysis programs.

Cryptotrader won't need external libraries (no composer needed) so it will be much slicker.

See you over at https://github.com/HaschekSolutions/cryptotrader

This is good to hear. Excited to hear how it comes along.

Great jump man! Ill check it out.