Janne Sinivirta
|
e10279b7b4
|
show default exchange in download_backtest_data.py
|
2018-06-04 11:50:33 +03:00 |
|
Janne Sinivirta
|
a0c79bd727
|
make --pairs-file required
|
2018-06-04 11:47:27 +03:00 |
|
xmatthias
|
e3227a741c
|
add --export-filename for backtesting
|
2018-06-03 19:36:53 +02:00 |
|
xmatthias
|
50fc5f91ca
|
Merge branch 'develop' into mypy_typecheck
|
2018-06-03 10:35:56 +02:00 |
|
creslin
|
43ba02afc6
|
Per feed back, kept the stype as date.
Use a tuple to keep as epoch int or process via arrow to timestamp.
I'll look at the test file also.
|
2018-06-02 21:59:18 +03:00 |
|
creslin
|
6ca375a397
|
Extend timerange to accept unix timestamps.
This gives greater granularity over backtest, parsing tickerfiles.
Example runs using date and unix time below.
/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/bin/python3.6 /Users/creslin/PycharmProjects/freqtrade/scripts/report_correlation.py --timerange=20180528-20180529
2018-06-02 18:44:58,829 - freqtrade.configuration - INFO - Log level set to INFO
2018-06-02 18:44:58,830 - freqtrade.configuration - INFO - Using max_open_trades: 200 ...
2018-06-02 18:44:58,831 - freqtrade.configuration - INFO - Parameter --timerange detected: 20180528-20180529 ...
2018-06-02 18:44:58,831 - freqtrade.configuration - INFO - Parameter --datadir detected: freqtrade/tests/testdata ...
BasePair Pair Correlation BTC % Change Pair % USD Ch Pair % BTC Ch Gain % on BTC Start Stop BTC Volume
1 BTC_USDT ETC_USD 0.965 -2.942 -4.070 -1.163 -1.128585 05-28 00:00 05-29 00:00 335.19
0 BTC_USDT SNT_USD 0.943 -2.942 -5.857 -3.004 -2.915585 05-28 00:00 05-29 00:00 496.01
3 BTC_USDT DASH_USD 0.902 -2.942 -9.034 -6.277 -6.092432 05-28 00:00 05-29 00:00 751.41
2 BTC_USDT MTH_USD 0.954 -2.942 -9.290 -6.541 -6.348708 05-28 00:00 05-29 00:00 23.00
4 BTC_USDT TRX_USD 0.951 -2.942 -13.647 -11.029 -10.704957 05-28 00:00 05-29 00:00 14544.57
Process finished with exit code 0
/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/bin/python3.6 /Users/creslin/PycharmProjects/freqtrade/scripts/report_correlation.py --timerange=1527595200-1527618600
2018-06-02 18:47:40,382 - freqtrade.configuration - INFO - Log level set to INFO
2018-06-02 18:47:40,382 - freqtrade.configuration - INFO - Using max_open_trades: 200 ...
2018-06-02 18:47:40,383 - freqtrade.configuration - INFO - Parameter --timerange detected: 1527595200-1527618600 ...
2018-06-02 18:47:40,383 - freqtrade.configuration - INFO - Parameter --datadir detected: freqtrade/tests/testdata ...
BasePair Pair Correlation BTC % Change Pair % USD Ch Pair % BTC Ch Gain % on BTC Start Stop BTC Volume
0 BTC_USDT SNT_USD 0.680 NaN NaN NaN NaN 05-29 12:00 05-29 18:30 68866.30
1 BTC_USDT ETC_USD 0.857 NaN NaN NaN NaN 05-29 12:00 05-29 18:30 227514.17
2 BTC_USDT MTH_USD 0.790 NaN NaN NaN NaN 05-29 12:00 05-29 18:30 12103.96
3 BTC_USDT DASH_USD 0.862 NaN NaN NaN NaN 05-29 12:00 05-29 18:30 72982.78
4 BTC_USDT TRX_USD 0.178 NaN NaN NaN NaN 05-29 12:00 05-29 18:30 1258316.95
Process finished with exit code 0
|
2018-06-02 19:45:08 +03:00 |
|
xmatthias
|
0a595190a3
|
fix last typechecks
|
2018-06-02 13:59:35 +02:00 |
|
xmatthias
|
c0cef7250d
|
typing - avoid variable reuse with differen ttype
|
2018-05-31 21:22:46 +02:00 |
|
xmatthias
|
48516e6e1e
|
Add typehint
|
2018-05-31 20:41:05 +02:00 |
|
peterkorodi
|
0c051b1b7a
|
Make plot_dataframe able to show trades stored in database. (#692)
* Show trades stored in db on the graph
|
2018-05-19 09:14:42 +03:00 |
|
Anton
|
ceeb98dda9
|
Fix conflicts
|
2018-05-03 11:16:29 +03:00 |
|
gcarq
|
306885e174
|
Merge branch 'develop' into feat/objectify-ccxt
|
2018-05-02 22:49:55 +02:00 |
|
Anton
|
24ab1b5be5
|
Fix review comments, documenation update
|
2018-05-01 00:27:05 +03:00 |
|
Anton
|
82ea56c8fd
|
Fix review comments. Add support of datetime timeganges
|
2018-04-28 00:16:34 +03:00 |
|
Anton
|
2fe7812e20
|
Fix codestyle
|
2018-04-25 10:32:58 +03:00 |
|
Anton
|
6675120324
|
Add time range support to download_backtest_data
|
2018-04-25 02:11:07 +03: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 |
|
enenn
|
db46ad6502
|
Change ticker interval from minutes as integer to string (1m, 5m, 1h,...)
|
2018-04-07 16:57:47 +02:00 |
|
Michael Egger
|
9019f6492f
|
define constants on module level (#596)
|
2018-04-02 16:42:53 +02:00 |
|
gcarq
|
a356edb117
|
implement '--strategy-path' argument
|
2018-03-27 16:32:58 +02:00 |
|
gcarq
|
bd2a6467fe
|
adapt argument description and metavar
|
2018-03-25 15:12:39 +02:00 |
|
gcarq
|
b4d2a3f495
|
refactor StrategyResolver to work with class names
|
2018-03-25 15:12:39 +02:00 |
|
gcarq
|
f6df7df9bf
|
modify args typehints
|
2018-03-20 19:50:04 +01:00 |
|
gcarq
|
d2aea7bdc1
|
optimize imports
|
2018-03-20 19:50:04 +01:00 |
|
gcarq
|
ed71340a90
|
arguments: apply missing typehints
|
2018-03-20 19:48:03 +01:00 |
|
Gerald Lonlas
|
d685646446
|
Arguments(): Change private methods to public
|
2018-03-04 17:51:57 -08:00 |
|
Gerald Lonlas
|
6fcc173489
|
Merge commit '35c51c73f713bfdb81bd84721f3dceab0c19e819' into feature/objectify
|
2018-03-04 01:33:39 -08:00 |
|
Gerald Lonlas
|
722ed48d9d
|
Merge commit 'e3d222912dfd775b7456a44d6d6055430711f251' into feature/objectify
|
2018-03-04 00:51:22 -08:00 |
|
Gerald Lonlas
|
3ba365ceb2
|
Merge commit 'fecd9f830ec4e8e9d5d1f3a70310d42bbe3f274a' into feature/objectify
|
2018-03-03 09:39:27 +08:00 |
|
Gerald Lonlas
|
383fb6d20e
|
Add a class Arguments to manage cli arguments passed to the bot
|
2018-03-03 09:33:54 +08:00 |
|