Matthias
|
12d2db5e7b
|
Merge pull request #1966 from hroff-1902/fix-docstrings
minor: typos in docstrings fixed
|
2019-06-24 06:17:11 +02:00 |
|
Matthias
|
1add8ecd0c
|
Merge pull request #1960 from freqtrade/plot_df_stripping
Plot datafame simplification
|
2019-06-24 06:15:54 +02:00 |
|
Matthias
|
f23a8a8cd1
|
Merge pull request #1965 from freqtrade/hroff-1902-patch-1
minor: typo fixed in docs
|
2019-06-24 06:14:27 +02:00 |
|
hroff-1902
|
116d8e853e
|
typos in docstrings fixed
|
2019-06-23 23:10:37 +03:00 |
|
hroff-1902
|
5b84cb39ac
|
typo fixed
|
2019-06-23 22:51:33 +03:00 |
|
Matthias
|
da5f77c96f
|
Merge pull request #1962 from hroff-1902/fix-help-strings
minor: fix help strings shown to the user
|
2019-06-23 10:56:11 +02:00 |
|
hroff-1902
|
451d4a400e
|
fix help strings shown to the user
|
2019-06-22 23:51:29 +03:00 |
|
Matthias
|
4cbcb5f36f
|
Move .title to ExchangeResolver (it does not make sense to do this over
and over again)
|
2019-06-22 16:52:14 +02:00 |
|
Matthias
|
026784efac
|
remove get_tickers_data from plot_dataframe
|
2019-06-22 16:45:38 +02:00 |
|
Matthias
|
d8286d7a98
|
Merge pull request #1937 from xmatthias/feat/plot_module
move parts of scripts/plot_dataframe.py to main bot code
|
2019-06-22 13:06:30 +02:00 |
|
Matthias
|
101ad71be1
|
Merge pull request #1955 from freqtrade/ticker_interval_to_hyperopt
Ticker interval to hyperopt
|
2019-06-22 12:55:17 +02:00 |
|
Matthias
|
db17b20e26
|
Don't require pairs but fall back to pair_whitelist instead
|
2019-06-21 20:21:03 +02:00 |
|
Matthias
|
a581ca66bf
|
Adapt test after merging develop
|
2019-06-21 19:31:18 +02:00 |
|
Matthias
|
5d6819bb28
|
Merge branch 'develop' into feat/plot_module
|
2019-06-21 19:28:38 +02:00 |
|
Matthias
|
7a0d86660e
|
Mypy type errors
|
2019-06-21 07:10:30 +02:00 |
|
Matthias
|
1a27ae8a81
|
Add tests to verify that ticker_interval is there
|
2019-06-21 07:07:39 +02:00 |
|
Matthias
|
f907a487c8
|
make ticker_interval available to hyperopt functions
|
2019-06-21 07:07:21 +02:00 |
|
Matthias
|
a75f08cf17
|
Merge pull request #1947 from hroff-1902/arguments-cleanup
arguments cleanup
|
2019-06-21 06:41:46 +02:00 |
|
Matthias
|
b8fb38b92c
|
Merge pull request #1951 from hroff-1902/pipe-config
allow reading config from stdin
|
2019-06-20 19:29:14 +02:00 |
|
hroff-1902
|
0866b5f29f
|
allow reading config from stdin
|
2019-06-20 00:04:11 +03:00 |
|
Matthias
|
38712f8120
|
Merge pull request #1946 from hroff-1902/validator-cosmetics
minor: json validator cosmetics
|
2019-06-19 19:32:22 +02:00 |
|
hroff-1902
|
860e056366
|
--datadir is now handled in arguments.common_options()
|
2019-06-19 02:49:12 +03:00 |
|
hroff-1902
|
c6fed4e493
|
make flake happy
|
2019-06-19 02:42:29 +03:00 |
|
hroff-1902
|
8c40a406b6
|
arguments cleanup
|
2019-06-19 01:53:38 +03:00 |
|
hroff-1902
|
6f950bbd66
|
json validator cosmetics
|
2019-06-18 01:46:30 +03:00 |
|
Matthias
|
aa2cce020e
|
Merge pull request #1944 from freqtrade/pyup/scheduled-update-2019-06-17
Scheduled weekly dependency update for week 24
|
2019-06-17 19:16:39 +02:00 |
|
pyup-bot
|
0e7ea1dada
|
Update coveralls from 1.8.0 to 1.8.1
|
2019-06-17 15:23:15 +00:00 |
|
pyup-bot
|
6973087d5b
|
Update pytest from 4.6.2 to 4.6.3
|
2019-06-17 15:23:14 +00:00 |
|
pyup-bot
|
25755f6adf
|
Update ccxt from 1.18.667 to 1.18.725
|
2019-06-17 15:23:13 +00:00 |
|
Matthias
|
0d360167f3
|
Merge pull request #1942 from freqtrade/fix/rpc_market_buy
RPC: don't use limit for rates that could be market orders
|
2019-06-17 14:55:31 +02:00 |
|
Matthias
|
7cd36239a4
|
UPdate documentation with new value
|
2019-06-17 07:03:33 +02:00 |
|
Matthias
|
06afb3f155
|
Don't use "limit" for sell-orders either
|
2019-06-17 07:01:17 +02:00 |
|
Matthias
|
557122921a
|
Add order_type to sell-notification
|
2019-06-17 06:56:52 +02:00 |
|
Matthias
|
475e76b272
|
Add order_type to buy_notification
|
2019-06-17 06:55:30 +02:00 |
|
Matthias
|
b0c5286e8a
|
Merge pull request #1938 from hroff-1902/cleanup-setup-configuration
minor: setup_configuration() cleanup
|
2019-06-17 06:41:19 +02:00 |
|
Matthias
|
bffa9fbfbd
|
Merge pull request #1941 from hroff-1902/fix-typo
minor: fix typo
|
2019-06-17 06:07:07 +02:00 |
|
hroff-1902
|
d217f32bbc
|
minor: fix typo in freqtradebot.py
|
2019-06-17 04:35:39 +03:00 |
|
hroff-1902
|
195bf5a4cc
|
tests adjusted
|
2019-06-16 22:10:39 +03:00 |
|
hroff-1902
|
813c008af2
|
setup_configuration() cleanup
|
2019-06-16 21:37:43 +03:00 |
|
Matthias
|
765eff23f0
|
Fix typo
|
2019-06-16 20:14:31 +02:00 |
|
Matthias
|
0eb109f8f7
|
Improve some tests
|
2019-06-16 19:53:48 +02:00 |
|
Matthias
|
fc3e3c468c
|
File existence is checked in load_backtest_data
|
2019-06-16 19:35:21 +02:00 |
|
Matthias
|
4b7dfc64c6
|
Add test for generate_plot_file
|
2019-06-16 19:35:21 +02:00 |
|
Matthias
|
488bb971ff
|
Get rid of global conf object
|
2019-06-16 19:35:21 +02:00 |
|
Matthias
|
907c2f1e6b
|
Copy plot options to config
|
2019-06-16 19:35:21 +02:00 |
|
Matthias
|
3f04930f38
|
Require pairs argument
|
2019-06-16 19:35:21 +02:00 |
|
Matthias
|
0300128cb8
|
Move plot-options to arguments.py
|
2019-06-16 19:35:15 +02:00 |
|
Matthias
|
bf2c0390e7
|
Adjust some imports
|
2019-06-16 19:33:48 +02:00 |
|
Matthias
|
1cd8415723
|
Move extract_trades_of_period to btanlaysis
|
2019-06-16 19:33:48 +02:00 |
|
Matthias
|
1c53aa5687
|
Add tests for load_trades
|
2019-06-16 19:33:48 +02:00 |
|