froggleston
|
df1c36e5aa
|
Change command name, use load_backtest_stats for strategy resolving
|
2022-05-29 11:54:27 +01:00 |
|
froggleston
|
c59209a01a
|
Merge branch 'buy_reasons' of github.com:froggleston/freqtrade into buy_reasons
|
2022-05-29 11:20:32 +01:00 |
|
froggleston
|
e7c5818d16
|
First pass changes for cleaning up
|
2022-05-29 11:20:11 +01:00 |
|
Matthias
|
a875a7dc40
|
Use unified stopPrice for binance
|
2022-05-29 11:01:01 +02:00 |
|
Matthias
|
f64f2b1ad8
|
Fix /stats Formatting issue in multi-message settings
|
2022-05-29 10:34:22 +02:00 |
|
Matthias
|
fe5d74cbc4
|
Extract order_close_notify
|
2022-05-29 10:14:06 +02:00 |
|
Matthias
|
dcf179020f
|
Update /status message
|
2022-05-29 10:13:44 +02:00 |
|
Matthias
|
12efd1116d
|
Update sell message wording
|
2022-05-29 09:55:12 +02:00 |
|
Matthias
|
20a7a6e0d8
|
Fix wrong partial exit notification
|
2022-05-29 09:51:47 +02:00 |
|
Matthias
|
200d617679
|
Revert another round of pointless changes
which even cause duplicate output in Total and Balance.
|
2022-05-29 09:38:59 +02:00 |
|
Matthias
|
acab9df78b
|
Update documentation
|
2022-05-28 20:36:08 +02:00 |
|
Matthias
|
268b191cc2
|
Revert some pointless changes.
|
2022-05-28 20:31:54 +02:00 |
|
Matthias
|
b4ff50c3be
|
Small refactor to /status handler
|
2022-05-28 20:14:27 +02:00 |
|
Matthias
|
a8218feea8
|
Small cleanups
|
2022-05-28 10:11:32 +02:00 |
|
Matthias
|
05ca4fed06
|
Add specific test for _get_adjust_trade_entry_for_candle
|
2022-05-27 20:35:51 +02:00 |
|
Matthias
|
88e227d618
|
Align backtesting and live logic
|
2022-05-27 20:01:02 +02:00 |
|
Matthias
|
7dc8bc39e1
|
use _exit_trade for regular exits, too.
|
2022-05-27 19:54:11 +02:00 |
|
Matthias
|
66e3290acb
|
Merge remote-tracking branch 'origin/develop' into pr/mkavinkumar1/6545
|
2022-05-27 19:32:25 +02:00 |
|
Matthias
|
f7b0933203
|
Update v3 strategy interface
|
2022-05-27 19:32:19 +02:00 |
|
Matthias
|
3e7bf6a9ef
|
Remove imports in test_strategy2
|
2022-05-27 19:31:34 +02:00 |
|
Matthias
|
b04fe5d4ee
|
Simplify test v2 strategy
|
2022-05-27 19:30:14 +02:00 |
|
Matthias
|
24cf044646
|
Fix bybit spot mode
|
2022-05-27 08:18:04 +00:00 |
|
Matthias
|
746d046f1a
|
Fix tests (and logic) for get_rates
|
2022-05-27 07:20:21 +02:00 |
|
Matthias
|
2b5530217d
|
Add test for Generic behavior
|
2022-05-27 07:05:04 +02:00 |
|
Matthias
|
7c464f3237
|
Simplify and align adjust_trade_position interface
|
2022-05-26 20:40:34 +02:00 |
|
Matthias
|
192bc868a7
|
Merge branch 'develop' into pr/mkavinkumar1/6545
|
2022-05-26 20:02:46 +02:00 |
|
Matthias
|
43b7955fc2
|
Fully rely on pathlib
|
2022-05-26 19:37:55 +02:00 |
|
Matthias
|
682daa4e94
|
Reset logging mixin to avoid random test failure
|
2022-05-26 18:05:40 +02:00 |
|
froggleston
|
145faf9817
|
Use tmpdir for testing
|
2022-05-26 11:06:38 +01:00 |
|
Matthias
|
da970cca82
|
Merge pull request #6888 from stash86/patch-1
fix typo
|
2022-05-26 06:32:44 +02:00 |
|
Stefano Ariestasia
|
e1c6cf5f91
|
fix typo
|
2022-05-26 10:12:50 +09:00 |
|
Matthias
|
537d10c627
|
Improve some typing
|
2022-05-25 20:43:43 +02:00 |
|
Matthias
|
3e66275c98
|
Refactor bot_start to separate function
to be reused further ...
|
2022-05-25 20:01:21 +02:00 |
|
Matthias
|
023f817179
|
Improve wording for supported futures exchanges
|
2022-05-25 19:37:32 +02:00 |
|
Matthias
|
b2968df5dc
|
Fix some type problems
|
2022-05-25 10:13:37 +00:00 |
|
froggleston
|
21e6c14e1e
|
Final test changes
|
2022-05-25 10:08:03 +01:00 |
|
froggleston
|
f5c2930889
|
Presume that pytest will call the cleanup call
|
2022-05-25 09:58:38 +01:00 |
|
froggleston
|
2873ca6d38
|
Add cleanup, adjust _print_table for indicators, add rsi to test output
|
2022-05-25 09:57:12 +01:00 |
|
Matthias
|
9e4c68a5b4
|
Merge pull request #6887 from freqtrade/ci_strategyTemplates
Run CI against strategy templates
|
2022-05-25 09:13:18 +02:00 |
|
Matthias
|
43f726ba8f
|
Run CI against different templates
|
2022-05-25 06:34:05 +00:00 |
|
froggleston
|
edd474e663
|
Another test fix attempt
|
2022-05-24 21:21:20 +01:00 |
|
froggleston
|
22b9805e47
|
Fix all tests
|
2022-05-24 21:04:23 +01:00 |
|
froggleston
|
3adda84b96
|
Update docs, add test
|
2022-05-24 20:27:15 +01:00 |
|
Matthias
|
d6773bc32c
|
Merge pull request #6886 from freqtrade/fix/typing
Fix/typing
|
2022-05-24 19:41:59 +02:00 |
|
Matthias
|
a8ee77cd5e
|
Simplify backtesting typechecking
|
2022-05-24 19:13:35 +02:00 |
|
froggleston
|
8c03ebb78f
|
Fix group 0 table, add pathlib.Path use
|
2022-05-24 12:48:13 +01:00 |
|
froggleston
|
80c6190c05
|
Fix analyze_commands setup
|
2022-05-24 11:47:26 +01:00 |
|
froggleston
|
ae1ede58da
|
Fix import order
|
2022-05-24 11:47:26 +01:00 |
|
froggleston
|
a1a09a802b
|
Add analyze_commands
|
2022-05-24 11:47:25 +01:00 |
|
froggleston
|
9488e8992d
|
First commit for integrating buy_reasons into FT
|
2022-05-24 11:47:25 +01:00 |
|