geek-at / phptrader

A simple php powered Bitcoin and Ethereum trading bot
143 stars 41 forks source link

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

Open geek-at opened 7 years ago

geek-at commented 7 years ago

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

Skeyelab commented 7 years ago

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

hemaik commented 6 years ago

Great jump man! Ill check it out.