Commit Graph

16 Commits

Author SHA1 Message Date
Michael Egger
95ec2a517a Merge pull request #12 from vertti/stoploss
Add a stop-loss feature
2017-09-08 10:48:39 +02:00
Janne Sinivirta
a3b318cb03 set stake_currency to be an enum of available markets in Bittrex 2017-09-08 08:51:10 +03:00
Janne Sinivirta
768eae31e8 set minimum of max_open_trades to 1 2017-09-08 08:49:50 +03:00
Janne Sinivirta
ac6d25c8f4 set stake_amount minimum to match minimum bid in Bittrex 2017-09-08 08:45:27 +03:00
Janne Sinivirta
83b14523ca add stoploss to example config and json schema validation 2017-09-07 17:31:55 +03:00
gcarq
e3eaad07b1 use jsonschema instead of custom type validations 2017-09-02 01:10:21 +02:00
gcarq
32cac11580 add typehints 2017-09-01 21:11:46 +02:00
Janne Sinivirta
06d92042fd avoid single char variable names 2017-08-28 08:53:20 +03:00
gcarq
b37149cf6f make conf validation more robust 2017-05-22 22:15:33 +02:00
gcarq
9200ebb48a validate if bittrex pairs are valid 2017-05-22 21:58:03 +02:00
gcarq
4859bf18a3 s/trade_thresholds/minimal_roi/ 2017-05-20 21:30:42 +02:00
gcarq
775c2a1a9a respect stake_currency conf 2017-05-18 18:53:22 +02:00
gcarq
d572b7bdbe implement support for concurrent open trades 2017-05-18 02:13:02 +02:00
gcarq
1e4f104f51 major refactoring 2017-05-18 02:13:02 +02:00
gcarq
c9cc9faf31 create table if it doesnt exist and other fixes 2017-05-18 02:13:02 +02:00
gcarq
e5d693ed4c initial commit 2017-05-12 19:11:56 +02:00