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 |
|
Janne Sinivirta
|
649781d823
|
store result strings, display best result in summary. switch to a lot better objective algo
|
2017-10-28 15:26:22 +03:00 |
|
Janne Sinivirta
|
08ca7a8166
|
change print to format so result can be used in hyperopt Trials
|
2017-10-28 15:26:22 +03:00 |
|
Samuel Husso
|
0c33e917d5
|
Merge pull request #79 from gcarq/qtpylib
Include new indicators from qtpylib
|
2017-10-27 12:11:04 +03:00 |
|
Janne Sinivirta
|
e401a016f5
|
change analyze tests to use full json dump from bittrex
|
2017-10-26 16:50:31 +03:00 |
|
Janne Sinivirta
|
e0fde8665c
|
Merge pull request #80 from gcarq/fix-testdate-dl-path
download testdata to correct folder when running from project root
|
2017-10-26 10:37:38 +03:00 |
|
Samuel Husso
|
752520c823
|
When running from project root download the files to the testdata folder instead of cwd
|
2017-10-26 10:24:22 +03:00 |
|
Janne Sinivirta
|
6ba2492360
|
add Awesome Oscillator and try it in hyperopt
|
2017-10-25 18:37:20 +03:00 |
|
Samuel Husso
|
041e201713
|
remove duplicated backtesting from hyperopt
|
2017-10-25 08:17:17 +03:00 |
|
Samuel Husso
|
f43ba44b15
|
refactor backtesting to its own method as we use it also in hyperopt
|
2017-10-24 07:58:42 +03:00 |
|
Janne Sinivirta
|
6f5307fda7
|
use more aggressive stop loss for hyperopt
|
2017-10-22 17:15:57 +03:00 |
|
Janne Sinivirta
|
37004e331a
|
remove unused import and commented out code
|
2017-10-22 17:14:55 +03:00 |
|