Matthias
|
39579b6e5d
|
Merge pull request #4093 from freqtrade/ohlcv_limit
set ohlcv limit on ccxt calls
|
2020-12-21 19:34:50 +01:00 |
|
Christof
|
18a24d75ef
|
cleanup
|
2020-12-20 21:31:01 +01:00 |
|
Christof
|
c1b8ad7232
|
renaming, comments, cleanups
|
2020-12-20 21:31:01 +01:00 |
|
Christof
|
43091a26ce
|
simple tests
|
2020-12-20 21:28:57 +01:00 |
|
Christof
|
5b2902fcbc
|
cleanup
|
2020-12-20 21:28:57 +01:00 |
|
Christof
|
16baca5eeb
|
fixed: too complex warning
|
2020-12-20 21:28:57 +01:00 |
|
Christof
|
d901a86165
|
typo
|
2020-12-20 21:28:57 +01:00 |
|
Christof
|
75e4758936
|
changed config params, added fill area in subplots
|
2020-12-20 21:28:57 +01:00 |
|
Christof
|
cc39cf97dd
|
revert to former create_plotconfig behaviour
|
2020-12-20 21:28:57 +01:00 |
|
Christof
|
4531c924da
|
PEP8
|
2020-12-20 21:28:57 +01:00 |
|
Christof
|
fb3d82ccb9
|
cleanup
|
2020-12-20 21:28:57 +01:00 |
|
Christof
|
fdd4b40c34
|
fixed subplots, empty create plot_config if its not given by strategie
|
2020-12-20 21:28:57 +01:00 |
|
Christof
|
daa1727e2b
|
Exeption for fill_area.traces
|
2020-12-20 21:28:57 +01:00 |
|
Christof
|
3fdfc06a1e
|
label for fill_area added and documentation updated
|
2020-12-20 21:28:57 +01:00 |
|
Christof
|
ecadfdd98e
|
fixed:advanced config. added. feature: fill area between traces by advanced configuration.
|
2020-12-20 21:28:57 +01:00 |
|
Matthias
|
8d3f096a97
|
AgeFilter does not require tickers
|
2020-12-20 20:08:54 +01:00 |
|
Matthias
|
d7daa86434
|
Add bybit subclass
|
2020-12-20 19:59:46 +01:00 |
|
Matthias
|
7d2395ddb7
|
Add limit parameter to fetch_ohlcv
|
2020-12-20 19:33:04 +01:00 |
|
Matthias
|
4e7f914e92
|
Improve test for AgeFilter, fix bug in Agefilter
|
2020-12-17 13:34:53 +01:00 |
|
Matthias
|
266031a6be
|
Disallow PerformanceFilter for backtesting
closes #4072
|
2020-12-16 19:24:47 +01:00 |
|
Matthias
|
d1fda28d2e
|
Fix typehints
|
2020-12-15 20:59:58 +01:00 |
|
Matthias
|
3c85d5201f
|
Use async to get candle data for pairlists
|
2020-12-15 20:38:26 +01:00 |
|
Matthias
|
c8dde63227
|
Allow test-pairlist to run with verbosity
|
2020-12-15 09:23:40 +01:00 |
|
Matthias
|
69901c1314
|
Provide pair to _validate_pairs in pairlists
|
2020-12-15 09:23:40 +01:00 |
|
Matthias
|
39fec25ae0
|
add optional Cache arguments to refresh_pairs method
|
2020-12-15 09:23:27 +01:00 |
|
Matthias
|
9f5c4ead15
|
Remove support for 3.6
|
2020-12-14 19:18:54 +01:00 |
|
Matthias
|
7c6357cc45
|
Merge pull request #4041 from freqtrade/plugins/protections_backtest
Introduce Protection Plugins
|
2020-12-13 11:08:24 +01:00 |
|
Matthias
|
657b002a81
|
Explicitly check for False in fetch_ticker
|
2020-12-13 10:59:29 +01:00 |
|
Matthias
|
7eab33de08
|
Merge branch 'develop' into plugins/protections_backtest
|
2020-12-13 10:31:33 +01:00 |
|
Matthias
|
8a2fbf6592
|
Small cleanup of protection stuff
|
2020-12-13 10:16:09 +01:00 |
|
Matthias
|
181b88dc75
|
Don't accept too high fees, assuming they are erroneous
Forces fallback to "detection from trades"
|
2020-12-12 10:52:27 +01:00 |
|
Matthias
|
c784e5780e
|
Merge pull request #4054 from freqtrade/models_open_price
Models open price
|
2020-12-11 06:31:02 +01:00 |
|
Matthias
|
95fd3824da
|
Finish renamal of open_trade_price to open_value
|
2020-12-10 19:36:52 +01:00 |
|
Matthias
|
201cc67e05
|
Rename open_trade_price to "open_trade_value"
|
2020-12-10 19:21:20 +01:00 |
|
Matthias
|
76594d5dde
|
Merge pull request #3799 from imxuwang/issue3783
Introduce Telegram /stats endpoint
|
2020-12-10 15:41:09 +01:00 |
|
Matthias
|
ca99d484fc
|
Refactor to use list comprehension
|
2020-12-10 07:39:50 +01:00 |
|
Matthias
|
33f330256b
|
Reorder commands on telegram init
|
2020-12-09 20:36:30 +01:00 |
|
Matthias
|
f1af2972e2
|
Ensure non-defined attributes fail correctly
Remove unnecessary check, as stoploss cannot be none (it's mandatory and
a number)
|
2020-12-09 07:55:08 +01:00 |
|
Matthias
|
c37bc307e2
|
Small finetunings to documentation
|
2020-12-07 16:12:03 +01:00 |
|
Matthias
|
f047297995
|
Improve wording, fix bug
|
2020-12-07 15:48:06 +01:00 |
|
Matthias
|
3ab5514697
|
Add API endpoint for /stats
|
2020-12-07 15:07:08 +01:00 |
|
Matthias
|
81410fb404
|
Document /stats for telegram
|
2020-12-07 15:03:16 +01:00 |
|
Matthias
|
e873cafdc4
|
Beautify code a bit
|
2020-12-07 14:54:39 +01:00 |
|
Matthias
|
effc96e92b
|
Improve tests for backtest protections
|
2020-12-07 11:39:01 +01:00 |
|
Matthias
|
5849d07497
|
Export locks as part of backtesting
|
2020-12-07 11:39:01 +01:00 |
|
Matthias
|
bb51da8297
|
Fix slow backtest due to protections
|
2020-12-07 11:39:01 +01:00 |
|
Matthias
|
75a5161650
|
Support multis-strategy backtests with protections
|
2020-12-07 11:39:01 +01:00 |
|
Matthias
|
a3f9cd2c26
|
Only load protections when necessary
|
2020-12-07 11:39:01 +01:00 |
|
Matthias
|
e2d15f4082
|
Add parameter to enable protections for backtesting
|
2020-12-07 11:39:01 +01:00 |
|
Matthias
|
32189d27c8
|
Disable output from plugins in backtesting
|
2020-12-07 11:39:01 +01:00 |
|