gcarq
|
f7a27c156c
|
add /version command handler
|
2017-11-09 23:51:32 +01:00 |
|
gcarq
|
98f11fc7bb
|
fix sqlite threading issue
|
2017-11-09 23:45:22 +01:00 |
|
gcarq
|
013e13e546
|
use tabulate for /count
|
2017-11-09 23:45:03 +01:00 |
|
gcarq
|
c81358c291
|
remove MagicBot
|
2017-11-09 22:11:02 +01:00 |
|
gcarq
|
ed34d9f22f
|
add tests for /forcesell all
|
2017-11-09 22:08:28 +01:00 |
|
gcarq
|
0cfbb56b6c
|
enhance and test pair validation
|
2017-11-09 21:47:47 +01:00 |
|
gcarq
|
80592970e9
|
add more tests
|
2017-11-09 20:02:41 +01:00 |
|
gcarq
|
31c03cdce1
|
fix linter issue
|
2017-11-08 22:44:32 +01:00 |
|
gcarq
|
6ce6018bb7
|
add more tests
|
2017-11-07 22:27:44 +01:00 |
|
gcarq
|
abdddd5193
|
define common fixtures
|
2017-11-07 20:12:56 +01:00 |
|
gcarq
|
8eeb02e592
|
make ticker interval configurable
|
2017-11-07 18:59:47 +01:00 |
|
gcarq
|
d921bae75e
|
set executable bit
|
2017-11-07 18:42:40 +01:00 |
|
Janne Sinivirta
|
0395c92260
|
move testdata file loading to pytest fixture
|
2017-11-07 19:24:51 +02:00 |
|
Janne Sinivirta
|
fbbde9de25
|
put shared fixtures to conftest.py
|
2017-11-07 17:29:00 +02:00 |
|
Janne Sinivirta
|
adfae9e75c
|
autoformat with autopep8
|
2017-11-06 19:17:23 +02:00 |
|
Michael Egger
|
ae0b49f532
|
Merge pull request #92 from gcarq/feature/rework-dry_run-mode
rework dry_run
|
2017-11-06 16:54:55 +01:00 |
|
gcarq
|
cc29126d61
|
make download_backtest_data.py platform independent
|
2017-11-06 00:16:24 +01:00 |
|
gcarq
|
60e651cb4c
|
only return data['result'] from get_ticker_history
|
2017-11-05 23:47:59 +01:00 |
|
Sébastien Moreau
|
3884cfb809
|
Merge branch 'develop' into feature/advanced-status-command
|
2017-11-05 10:32:53 -05:00 |
|
Sebastien Moreau
|
caa6e22e53
|
Adds unit tests
|
2017-11-05 10:26:03 -05:00 |
|
gcarq
|
19f6ff330c
|
adapt float precision asserts
|
2017-11-05 16:21:13 +01:00 |
|
gcarq
|
325f72fd91
|
dry_run: keep list of open orders
|
2017-11-05 15:21:16 +01:00 |
|
Janne Sinivirta
|
29b173f4e7
|
only run four evals of hyperopt, just to check it works
|
2017-11-05 09:28:42 +02:00 |
|
gcarq
|
264d71e29e
|
fix some pylint warnings
|
2017-11-04 18:55:41 +01:00 |
|
gcarq
|
a873688a44
|
backtesting: init Trade with Bittrex fee
|
2017-11-04 18:43:23 +01:00 |
|
gcarq
|
460dfa1031
|
fix percentage formating in execute_sell
|
2017-11-02 19:00:25 +01:00 |
|
gcarq
|
1daeed4a52
|
fix assert
|
2017-11-02 19:00:25 +01:00 |
|
gcarq
|
cd18629433
|
add fee to sqlalchemy model and respecting it in calc_profit
|
2017-11-02 19:00:25 +01:00 |
|
gcarq
|
543857ddb2
|
set initial open_rate and amount in create_trade
This is mostly needed by dry_run
|
2017-11-02 19:00:25 +01:00 |
|
gcarq
|
1e5b0e8726
|
adapt tests
|
2017-11-02 19:00:25 +01:00 |
|
gcarq
|
e07904d436
|
PEP8 linting
|
2017-10-31 00:36:35 +01:00 |
|
Michael Egger
|
ea1b1e11ea
|
Merge pull request #88 from gcarq/reduce_memory_use
Reduce memory use in backtesting
|
2017-10-31 00:28:38 +01:00 |
|
Janne Sinivirta
|
e68e6c0a1a
|
reuse mock in hyperopt also
|
2017-10-30 22:31:28 +02:00 |
|
Janne Sinivirta
|
7190226c84
|
reuse same mock for get_ticker_history, just change return_value
|
2017-10-30 22:06:09 +02:00 |
|
gcarq
|
6f2915e25e
|
move qtpylib to vendor folder
This is necessary to distribute qtpylib with
freqtrade when you install it globally.
|
2017-10-30 20:41:36 +01:00 |
|
Janne Sinivirta
|
8da55c3742
|
move patching of arrow.utcnow to remove 500 unnecessary mock objects
|
2017-10-30 19:56:53 +02:00 |
|
Michael Egger
|
05111edd04
|
Merge pull request #87 from gcarq/more_triggers
More triggers and guards to hyperopt
|
2017-10-30 14:43:18 +01:00 |
|
Michael Egger
|
4c2dea83c5
|
Merge pull request #84 from gcarq/telegram/show-balance
Telegram command: /show balance
|
2017-10-29 22:05:10 +01:00 |
|
Janne Sinivirta
|
d066817d0b
|
removed below_sma and over_sma to wait for better implementation
|
2017-10-29 21:33:57 +02:00 |
|
Janne Sinivirta
|
a632121368
|
add macd cross signal trigger to hyperopt
|
2017-10-29 21:33:57 +02:00 |
|
Janne Sinivirta
|
473d09b5cd
|
add ema50 and ema100. add long uptrend ema guard to hyperopt
|
2017-10-29 21:33:57 +02:00 |
|
Janne Sinivirta
|
22cfef7d36
|
add ema5 cross ema10 trigger to hyperopt
|
2017-10-29 21:33:57 +02:00 |
|
Janne Sinivirta
|
e1bbe1d9a9
|
adjust indicator ranges in hyperopt
|
2017-10-29 21:33:57 +02:00 |
|
Janne Sinivirta
|
ec981b415a
|
add RSI to hyperopt
|
2017-10-29 21:33:57 +02:00 |
|
Janne Sinivirta
|
3b1dc36d8a
|
switch to using itertuples instead of iterrows as it's a lot faster
|
2017-10-29 16:28:55 +02:00 |
|
Janne Sinivirta
|
4edf8f2079
|
copy only needed columns before iterating over them
|
2017-10-29 16:28:55 +02:00 |
|
Janne Sinivirta
|
54987fd9ca
|
do date parsing while loading json, not later
|
2017-10-29 16:28:55 +02:00 |
|
Janne Sinivirta
|
da9c3e7d7d
|
remove leftover dates from removing date filtering
|
2017-10-29 16:28:55 +02:00 |
|
Samuel Husso
|
4f6c3f94e0
|
added tests to /balance, minor cleanup
|
2017-10-29 10:10:00 +02:00 |
|
Janne Sinivirta
|
25d6d6bbe5
|
remove unused imports from test_hyperopt
|
2017-10-28 15:32:29 +03:00 |
|