Tanguy Pruvot
009e97f311
nova: missing link to cron + url typo
2016-04-15 21:57:46 +02:00
Tanguy Pruvot
4ed942569a
add nova exchange api
2016-04-15 21:32:36 +02:00
Tanguy Pruvot
187a5dcb85
trading: remove big markets checks + bter fix + balances
2016-04-15 18:40:50 +02:00
Tanguy Pruvot
9f431ec275
markets: improve disabled flag
...
disabled = 9 means permanent disable by admin (no more checked)
else, values 1 to 8 will depends on different cases... api down, low volume, etc
for the moment, only handle the autoswitch between 0 and 1 when the api reports an active state
2016-04-02 15:11:54 +02:00
Tanguy Pruvot
616e448228
wallet: link new market fields
2016-04-02 15:11:53 +02:00
Tanguy Pruvot
f72ce04be1
markets: new fields + balances update
2016-04-02 15:11:53 +02:00
Tanguy Pruvot
294da52732
banx: rename to cryptomic (part 2)
2016-04-02 15:06:37 +02:00
JarBinks
a5450584e0
safecex: fixing missing cancel order routines
...
I left these out of the last update. :-(
2016-04-02 14:48:21 +02:00
JarBinks
1a51a4f2ec
cryptopia: bug fix in the cancel order function
2016-04-02 12:11:27 +02:00
crackfoo
c3f2e90c26
yobit: add auto withdraw BTC
...
fixed (tpruvot)
2016-04-01 10:55:29 +02:00
Tanguy Pruvot
06f397a357
cryptopia: double check orders api result in trading
2016-03-31 21:20:32 +02:00
JarBinks
46d1fe9a9a
Exchange Order Cancel on Dashboard page
2016-03-31 10:05:41 +02:00
Tanguy Pruvot
318efbb7dc
bter exchange private api
2016-03-24 05:05:52 +01:00
Tanguy Pruvot
8444523b98
exchange: banx and cryptopia also returns deposit addresses
2016-03-23 05:39:28 +01:00
Tanguy Pruvot
997f0be1b5
kraken api, to retrieve markets and btc balance
2016-03-22 14:44:10 +01:00
Tanguy Pruvot
6d3241d02a
bleutrade: sleep before each api call
2016-03-22 09:52:34 +01:00
Tanguy Pruvot
f4fcf5c492
c-cex: handle error in return field :/
2016-03-22 06:54:06 +01:00
Tanguy Pruvot
7d599013ea
safecex: also store all balances
2016-03-22 05:52:01 +01:00
Tanguy Pruvot
40dbf13e46
c-cex: get deposit addresses
2016-03-22 05:18:21 +01:00
Tanguy Pruvot
8dfa435d94
exchanges: load balances in market table
...
for the moment, only when not using the auto-exchange
disable empoex (closing)
2016-03-21 16:44:11 +01:00
Tanguy Pruvot
7e739906a1
c-cex: add new apis + auto withdraw
2016-03-21 16:18:43 +01:00
Tanguy Pruvot
bc3ae3b44f
Restore banx exchange, reopening..
...
site will also be renamed later... cryptomic.com
This reverts commit e669e1cc05
.
2016-03-19 07:40:57 +01:00
Tanguy Pruvot
7c87987cea
safecex: wrong use of isset on property
2016-03-08 17:14:46 +01:00
Tanguy Pruvot
b3090f0634
safecex: selllimit doesnt always return the order id
2016-03-08 04:42:03 +01:00
Tanguy Pruvot
4c45612261
trading: general cleanup
2016-03-08 03:55:25 +01:00
Tanguy Pruvot
5aa8c4a8ba
cryptopia: automatic trading + bittrex/bleutrade vars
2016-03-08 02:24:02 +01:00
Tanguy Pruvot
e479495b9d
safecex: implement automatic trading
...
Normal auto exchange like bittrex, not instant one...
Some higher percents can be tuned when selling on ask price
also:
- allow update yobit balance if 0
- disable crypsty user api calls (balance/trade)
2016-03-07 22:08:58 +01:00
Tanguy Pruvot
e669e1cc05
remove banx exchange, closing
2016-02-14 05:47:11 +01:00
Tanguy Pruvot
e27aa0e69f
safecex: remove useless break
2016-01-31 19:04:52 +01:00
Tanguy Pruvot
a81493224d
add banx private api (v3) support
...
get deposit addresses...
2016-01-15 20:40:44 +01:00
Tanguy Pruvot
ea8abb3032
yiimp: add exchange command, for private api tests
2016-01-15 16:13:18 +01:00
Tanguy Pruvot
6d12e9aa80
cryptopia: add private api function/balance
2016-01-15 14:49:02 +01:00
Tanguy Pruvot
2a1ce0da24
safecex: reduce private api queries to the minimum
...
deposit addresses call is not required each 15/20 minutes..
so only check for changed/new deposit addresses on new coins
and/or when a market address is (re)set to an empty value
and/or each 12 hours...
also, handle the new name field for new coins in public api
todo: apply to other exchanges,
2016-01-14 15:34:15 +01:00
Tanguy Pruvot
e3bd3de87d
exchanges: allow to ignore some with empty keys/secret
...
- cryptsy is now used in low priority as default market
- remove keys.php from default defines, only loaded when used
- safecex prepare balances and deposit addresses (not ready yet)
2016-01-13 14:17:35 +01:00
Tanguy Pruvot
3a9ed587a6
trading: ccex warning if no orders
2015-12-04 22:10:12 +01:00
Tanguy Pruvot
bc8f444f94
trading: fix polo and bleutrade withdraws
2015-12-04 17:27:19 +01:00
Tanguy Pruvot
39a371b7b1
cryptsy: handle error when api key is wrong
2015-09-07 15:27:41 +02:00
Tanguy Pruvot
a42a33c524
empoex market + balance api functions
2015-08-02 15:35:09 +02:00
root
bfee989e06
change autowithdrawal constant
...
and updated poloniex,bittrex,cryptsy,bleutrade to use the same constant
2015-07-24 04:53:37 +02:00
Tanguy Pruvot
0028095d0b
cryptsy: try catch on ticker and use new pubapi servers
2015-07-23 05:56:49 +02:00
Tanguy Pruvot
cda26ad1ab
exchanges: get btc balances when auto trade is disabled
2015-07-23 05:56:49 +02:00
Tanguy Pruvot
c96c870792
trading: add security flag to disallow orders
2015-07-23 05:56:48 +02:00
Tanguy Pruvot
92ad7fbfa5
bittrex: add key constants and ignore buy orders
2015-07-23 05:56:45 +02:00
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
Tanguy Pruvot
cc925bc5f1
c11 stratum ok, link first exchanges
2015-07-14 09:29:10 +02:00
Tanguy Pruvot
bb31cec957
dos2unix all files, we are on linux
...
trim them, btw... its important to start on a clean base...
2015-07-12 04:40:50 +02:00
Tanguy Pruvot
d8fe695a46
Some constants for the btc addr, email and site url..
...
+ missing .gitignore / folder git keepers
2015-07-02 21:17:04 +02:00
root
b5a202e155
init
2015-07-02 20:58:45 +02:00