pool/web/yaamp/core/trading/trading.php
Tanguy Pruvot ccd8bed2e6 monitor the right webserver and new exchanges
Added cryptopia ticker, and prepare alcurex functions...
2015-07-14 09:29:10 +02:00

10 lines
304 B
PHP

<?php
require_once('poloniex_trading.php');
require_once('bittrex_trading.php');
require_once('bleutrade_trading.php');
require_once('cryptsy_trading.php');
require_once('c-cex_trading.php');
require_once('yobit_trading.php');
require_once('alcurex_trading.php');
require_once('cryptopia_trading.php');