phptrader icon indicating copy to clipboard operation
phptrader copied to clipboard

A simple php powered Bitcoin and Ethereum trading bot

Results 4 phptrader issues
Sort by recently updated
recently updated
newest added

Added Pushover to notification System, changed the way the notifications will be send out. Additionally added a systemd Startup Service Handler which can be used instead of the NOHUP startup.

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€...

I've modified my bash script so that it prepends today's date on the log file, so there is a new file generated for each day. Keeps the size manageable per-file...

There's a little redundancy between 'list' and 'report' since both show the orders currently pending. Could condense that to a single block of code that is just called from both...