Matthias
|
59818af69c
|
Remove common_datearray function
|
2019-06-30 13:18:22 +02:00 |
|
Matthias
|
9c497bf15c
|
Improve docstring for deep_merge_dicts
|
2019-06-09 14:04:19 +02:00 |
|
hroff-1902
|
9fbe573cca
|
limit usage of ccxt to freqtrade/exchange only
|
2019-04-09 12:27:35 +03:00 |
|
hroff-1902
|
d6d16b4696
|
docstrings improved
|
2019-04-07 00:22:02 +03:00 |
|
hroff-1902
|
dc1968b968
|
docstrings added
|
2019-04-06 23:36:55 +03:00 |
|
hroff-1902
|
2aa1b43f01
|
get rid of TICKER_INTERVAL_MINUTES dict, use ccxt's parse_timeframe() instead
|
2019-04-04 20:56:40 +03:00 |
|
hroff-1902
|
2f225e2340
|
multiple --config options
|
2019-02-19 15:14:47 +03:00 |
|
Matthias
|
e0ad095bc7
|
Simplify conversation to python dates (pandas offers this "for free"
|
2019-01-27 10:47:02 +01:00 |
|
Matthias
|
fab7663ab3
|
Log when dumping to file (instead of print)
|
2018-12-28 10:46:48 +01:00 |
|
Matthias
|
7dc40cdac5
|
refactor file_load_json to be standalone
|
2018-12-28 10:25:41 +01:00 |
|
Matthias
|
27abdd9788
|
Move load_json to misc
|
2018-12-28 10:04:28 +01:00 |
|
Matthias
|
c955415cc3
|
Switch from ujson to rapidjson
|
2018-12-28 10:01:16 +01:00 |
|
Janne Sinivirta
|
bf4d0a9b70
|
sort imports
|
2018-07-04 10:31:35 +03:00 |
|
xmatthias
|
45909af7e0
|
type anotation fixes
|
2018-05-30 22:38:09 +02:00 |
|
Samuel Husso
|
de8db9293c
|
exchange: extract ccxt init to its own function (so that we can init ccxt from the scripts)
|
2018-04-22 10:57:48 +03:00 |
|
Matthias Voppichler
|
2f40e23dcc
|
don't check negated if both trees are handled
|
2018-03-31 17:28:54 +02:00 |
|
Matthias Voppichler
|
a4906c477e
|
Add handling for gzip files
|
2018-03-30 23:30:23 +02:00 |
|
Matthias Voppichler
|
f51ef1a791
|
refactor format_ms_time to misc.py
|
2018-03-25 13:38:50 +02:00 |
|
gcarq
|
d2aea7bdc1
|
optimize imports
|
2018-03-20 19:50:04 +01:00 |
|
gcarq
|
31e2aa0f38
|
misc: apply missing typehints
|
2018-03-20 19:48:03 +01:00 |
|
Gerald Lonlas
|
38510d4b03
|
Merge commit '1134c81aad049d4357c8f299ffc801218f3d9574' into feature/objectify
|
2018-03-03 17:26:06 -08:00 |
|
Gerald Lonlas
|
84759073d9
|
Refactor Configuration() to apply common configurations all the time and to remove show_info
|
2018-03-03 13:43:14 -08:00 |
|
Gerald Lonlas
|
3ba365ceb2
|
Merge commit 'fecd9f830ec4e8e9d5d1f3a70310d42bbe3f274a' into feature/objectify
|
2018-03-03 09:39:27 +08:00 |
|
Gerald Lonlas
|
e025dc0dba
|
Keep in misc file only tool functions
|
2018-03-03 09:33:54 +08:00 |
|
Janne Sinivirta
|
fecd9f830e
|
use substitution in argparse
|
2018-02-04 15:48:41 +02:00 |
|
Gérald LONLAS
|
d24cd89304
|
Remove Strategy fallback to default strategy (#490)
* Remove Strategy fallback to default strategy
|
2018-02-02 11:01:09 +02:00 |
|
Gerald Lonlas
|
524290d678
|
Fix backtesting ticker interval download
|
2018-01-29 22:51:29 -08:00 |
|
Gerald Lonlas
|
2bccaa31c9
|
Increase pylint score on misc.py
|
2018-01-28 14:28:28 -08:00 |
|
kryofly
|
fe2f779c47
|
Merge branch 'develop' into plot_profit
|
2018-01-26 10:07:48 +01:00 |
|
Gerald Lonlas
|
41aa8f18fb
|
Add ticker_interval support in strategy class
|
2018-01-22 20:51:39 -08:00 |
|
Gerald Lonlas
|
c46d78b4b9
|
Decouple strategy from analyse.py
|
2018-01-22 20:51:39 -08:00 |
|
Samuel Husso
|
757a46ab12
|
ticker_interval as int (instead of string)
|
2018-01-22 10:39:26 +02:00 |
|
kryofly
|
19ef682250
|
Merge branch 'develop' into plot_profit
|
2018-01-21 14:13:08 +01:00 |
|
kryofly
|
6171be4f46
|
Use dates on plot profit/dataframe
* plot_dataframe also support --timerange
* Both default to tkinter as matplotlib plotting backend
|
2018-01-21 13:44:30 +01:00 |
|
Jean-Baptiste LE STANG
|
36797cda30
|
Merge branch 'develop' into support_multiple_ticker
|
2018-01-20 19:25:47 +01:00 |
|
kryofly
|
8bbe8a7f95
|
Merge branch 'develop' into plot_profit
|
2018-01-20 08:33:28 +01:00 |
|
kryofly
|
9d75b63a6e
|
Merge branch 'develop' into plot_profit
|
2018-01-19 07:26:04 +01:00 |
|
kryofly
|
4a9e1cb345
|
Merge branch 'develop' into backtest-export
|
2018-01-19 07:02:38 +01:00 |
|
Jean-Baptiste LE STANG
|
8e5de365a5
|
Ticker in the conf is now an enum string
|
2018-01-17 13:52:14 +01:00 |
|
Jean-Baptiste LE STANG
|
7b292d5ca3
|
backtesting takes its ticker_interval from the config file, else from the command line options
|
2018-01-17 13:52:14 +01:00 |
|
Jean-Baptiste LE STANG
|
15189c28ed
|
fixing pep8 compliance
|
2018-01-17 13:52:14 +01:00 |
|
Jean-Baptiste LE STANG
|
e2e2005567
|
Adding 30 minutes, 1 hour, 1 day tickers
|
2018-01-17 13:52:14 +01:00 |
|
kryofly
|
0e58ab7e01
|
more advanced use of --timerange
|
2018-01-16 00:15:49 +01:00 |
|
kryofly
|
71bb348698
|
rename --timeperiod to --timerange
|
2018-01-15 21:49:06 +01:00 |
|
kryofly
|
f61012097c
|
Merge branch 'develop' into timeperiod
|
2018-01-14 10:23:54 +01:00 |
|
kryofly
|
3277e491f1
|
support download for multiple testdata sets
|
2018-01-13 17:40:59 +01:00 |
|
kryofly
|
48432abff1
|
remove two-letter options
|
2018-01-12 19:48:52 +01:00 |
|
kryofly
|
167483f777
|
plot profit: filter multiple pairs, misc fixes
|
2018-01-12 19:18:31 +01:00 |
|
kryofly
|
98cf986934
|
misc options parsing split up
|
2018-01-12 11:55:58 +01:00 |
|
kryofly
|
153e11f045
|
Merge branch 'develop' into timeperiod
|
2018-01-11 19:45:47 +01:00 |
|