stable/freqtrade
Michael Smith 5fce2c5712 Better buy and sell strategy:
Buy if at the low end of normal range and the price is increasing.
Buy into extreme gains regardless of if it's on the low part of the range.
Avoid buying when the price is on a long decrease even if it's low.
Sell anytime the price is above the top end of normal range and the momentum slows.
Sell on an extreme drop.
2017-11-23 22:33:41 +08:00
..
exchange add missing import 2017-11-20 22:26:32 +01:00
rpc Merge pull request #122 from gcarq/feature/fix-signal-handling 2017-11-22 13:38:57 +02:00
tests implement test 2017-11-22 21:02:36 +01:00
vendor add missing import 2017-11-20 22:26:32 +01:00
__init__.py use normal program flow to handle interrupts 2017-11-20 22:15:19 +01:00
analyze.py Better buy and sell strategy: 2017-11-23 22:33:41 +08:00
main.py dont apply fees on trade creation 2017-11-22 21:01:44 +01:00
misc.py use normal program flow to handle interrupts 2017-11-20 22:15:19 +01:00
persistence.py modify trade life cycle (should fix #112) 2017-11-17 20:17:29 +01:00