Matthias
|
3188d036a6
|
improve trading_mode handling
Ensure trading_mode is set by new-config
handle empty strings to default to spot.
closes #6663
|
2022-04-07 08:45:45 +00:00 |
|
Matthias
|
d5ec79c0b9
|
Update deprecated settings to support non-nested transitions
|
2022-04-06 19:09:34 +02:00 |
|
Matthias
|
b1378efdeb
|
ignore_roi_if_buy_signal -> ignore_roi_if_entry_signal
|
2022-04-05 20:21:39 +02:00 |
|
Matthias
|
4897731030
|
use_sell_signal -> use_exit_signal
|
2022-04-05 20:10:20 +02:00 |
|
Matthias
|
5ce5c70be6
|
sell_profit_offset -> exit_profit_offset
|
2022-04-05 20:03:27 +02:00 |
|
Matthias
|
bba9629a2a
|
Rename sell_profit_only to exit_profit_only
|
2022-04-05 20:00:35 +02:00 |
|
Matthias
|
7d3116f9fb
|
webhookbuy -> webhookentry
|
2022-04-04 19:32:27 +02:00 |
|
Matthias
|
eff636ba53
|
Update RPC message types to ENTRY
|
2022-04-04 19:29:15 +02:00 |
|
Matthias
|
125dff1dad
|
Properly deprecate webhook settings (with transition)
|
2022-04-04 19:21:13 +02:00 |
|
Matthias
|
5ecb695e50
|
Update deprecated notification settings
|
2022-04-04 19:17:11 +02:00 |
|
Matthias
|
2d740230f7
|
price_last_balance renaming
|
2022-03-28 19:53:55 +02:00 |
|
Matthias
|
cee09493be
|
Update market order validation
|
2022-03-28 19:25:46 +02:00 |
|
Matthias
|
f70166270d
|
Update pricing to use entry/exit pricing
|
2022-03-28 07:07:46 +02:00 |
|
Matthias
|
9f863369bd
|
Migrate bid/ask strategy to entry/exit pricing
|
2022-03-27 18:58:46 +02:00 |
|
Matthias
|
bcf326a035
|
Initial steps to change bid/ask pricing to enter/exit
|
2022-03-27 18:03:49 +02:00 |
|
Matthias
|
0624817242
|
update unfilledtimeout settings to entry/exit
|
2022-03-26 11:55:11 +01:00 |
|
Matthias
|
b1e3ead88b
|
Merge branch 'develop' into feat/short
|
2022-03-22 20:28:38 +01:00 |
|
Matthias
|
eb08b92180
|
Raise exception when ticker_interval is set.
|
2022-03-20 09:01:36 +01:00 |
|
Matthias
|
66afc233db
|
Use Deprecated method for order_Time_in_force
|
2022-03-09 06:54:13 +01:00 |
|
Matthias
|
943d080f5e
|
Add test for order-types migration
|
2022-03-09 06:37:08 +01:00 |
|
Matthias
|
420cc5c595
|
deprecated-setting moval should delete old setting
|
2022-03-09 06:37:08 +01:00 |
|
Matthias
|
5d4386f037
|
Implement order_types validation
|
2022-03-09 06:37:08 +01:00 |
|
Matthias
|
3ff261e22c
|
Update order time in force to use entry/exit wording
|
2022-03-07 19:55:15 +01:00 |
|
Matthias
|
5ab72ac082
|
chore: realign enums imports
|
2022-03-03 07:07:33 +01:00 |
|
Matthias
|
70f4305dfa
|
don't allow short trades in spot mode
|
2022-02-21 19:19:12 +01:00 |
|
Matthias
|
0c6d92a7a6
|
Merge branch 'develop' into feat/short
|
2022-02-11 17:02:04 +01:00 |
|
Joe Schr
|
761f7fdefb
|
fix: linter
|
2022-02-04 13:14:55 +01:00 |
|
Joe Schr
|
e84a58de28
|
fix: don't use different configuration keys, just add as 2nd argument
|
2022-02-04 12:47:13 +01:00 |
|
Joe Schr
|
a3e045f69d
|
Plotting: add alias --backtest-filename for --export-filename
makes it easier to discover how to use this argument
|
2022-02-04 12:47:13 +01:00 |
|
Matthias
|
f090dcc597
|
Merge branch 'develop' into feat/short
|
2022-01-22 17:56:01 +01:00 |
|
Rokas Kupstys
|
5fffc5033a
|
Rework backtesting --no-cahche to --cache=[none, day, week, month].
Fix an issue where config modification during runtime would prevent use of cached results.
|
2022-01-19 11:44:35 +02:00 |
|
Rokas Kupstys
|
16861db653
|
Implement previous backtest result reuse when config and strategy did not change.
|
2022-01-15 17:30:40 +02:00 |
|
Matthias
|
ddfbe55e7c
|
Merge branch 'develop' into feat/short
|
2022-01-01 19:16:49 +01:00 |
|
Matthias
|
5a546855e6
|
Import TTLCache from cachetools
Importing from cachetools.ttl is deprecated, and will be removed in 5.0
|
2021-12-27 19:30:17 +01:00 |
|
Matthias
|
25e1142f89
|
Update Enum imports
|
2021-12-08 15:59:20 +01:00 |
|
Matthias
|
d89cbda7b8
|
Use candle_type_def where possible
|
2021-12-08 14:15:54 +01:00 |
|
Matthias
|
a58c2c4f6c
|
Update ccxt_compat tests to also test funding_rate
|
2021-12-07 06:31:39 +01:00 |
|
Matthias
|
9d79501c13
|
Add candletypes argument for convert-data
|
2021-12-05 10:26:00 +01:00 |
|
Matthias
|
6cc3f65a83
|
Add --trading-mode parameter
|
2021-11-07 10:52:20 +01:00 |
|
Matthias
|
60a5ded532
|
Don't convert telegram chat_id
closes #5840
|
2021-11-05 19:27:54 +01:00 |
|
Matthias
|
f472709438
|
Add option to show sorted pairlist
Allows easy copy/pasting of the pairlist to a configuration
|
2021-10-30 10:50:40 +02:00 |
|
Matthias
|
96f99699e0
|
Merge pull request #4606 from rextea/add_days_breakdown_to_backtesting_summary
Add days breakdown table to backtesting
|
2021-10-21 13:56:30 +02:00 |
|
Matthias
|
fa028c2134
|
Support day/week/month breakdowns
|
2021-10-21 06:58:40 +02:00 |
|
Matthias
|
47bba331c1
|
Merge branch 'develop' into pr/rextea/4606
|
2021-10-17 16:29:31 +02:00 |
|
Matthias
|
d4d57f0002
|
Document expansion of --pairs , add download-inactive
|
2021-10-17 16:09:56 +02:00 |
|
Matthias
|
aed919a05f
|
Simplify "no-space-configured" error handling by moving it to hyperopt_auto
|
2021-10-13 19:54:35 +02:00 |
|
Scott Lyons
|
95227376b6
|
Adding IUS to optimize args
|
2021-09-30 00:53:46 -07:00 |
|
Matthias
|
e4ec5679a1
|
Merge pull request #5574 from freqtrade/agefilter_cache
Agefilter cache
|
2021-09-15 06:33:36 +02:00 |
|
Matthias
|
3ce5197e8d
|
Add Tests for AgeFilter caching
closes #5552
|
2021-09-14 06:45:26 +02:00 |
|
Matthias
|
a12c3ecc9b
|
Remove credentials whenever dry-run is set from within the exchange
|
2021-09-13 20:27:32 +02:00 |
|