Matthias
|
32d46e8a6b
|
Improve fixture naming
|
2022-09-19 20:59:53 +02:00 |
|
Matthias
|
10ec681b30
|
Clean up no longer needed informative sample code
|
2022-09-17 10:19:46 +02:00 |
|
Matthias
|
d62cef01be
|
Add test for __informative_pairs_freqai
|
2022-09-17 10:18:08 +02:00 |
|
Matthias
|
939fb7acb3
|
Fix enum imports
|
2022-09-09 20:31:30 +02:00 |
|
Timothy Pogue
|
1ef1fc269e
|
docstring and tests
|
2022-09-07 15:26:38 -06:00 |
|
Matthias
|
4aec2db14d
|
Remove isClose from tests in favor of pytest.approx
|
2022-08-31 08:25:56 +00:00 |
|
Matthias
|
104a73025d
|
Uppercase TimeInForce (align with ccxt)
|
2022-08-27 10:30:06 +02:00 |
|
Matthias
|
6686489c06
|
Merge pull request #7258 from freqtrade/feat/hyp_optinal_indicator
Add flag to move hyperopt populate_indicators to epoch
|
2022-08-27 09:21:16 +02:00 |
|
Matthias
|
f55d5ffd8c
|
Don't fail when --strategy-path is not a valid directory.
closes #7264
|
2022-08-22 09:20:14 +00:00 |
|
Matthias
|
665cf4431d
|
Add explicit test cov. for .range behavior
|
2022-08-20 08:41:31 +02:00 |
|
Matthias
|
3a9ec76c91
|
Move "freqai.lock" to backend to simplify user interface
|
2022-08-14 17:19:50 +02:00 |
|
Matthias
|
b682fc446e
|
Graciously fail if strategy has freqAI code, but freqAI is not enabled.
|
2022-08-13 09:53:18 +02:00 |
|
Matthias
|
c190d57f1a
|
Test populate_any_indicator interface
|
2022-08-13 09:48:59 +02:00 |
|
robcaulk
|
aef086b02e
|
Improved dict typing, timeframe parser, collect dates associated with training data points
|
2022-08-09 15:30:25 +02:00 |
|
Matthias
|
9a82898d6b
|
Merge branch 'develop' into feat/freqai
|
2022-08-09 06:22:57 +02:00 |
|
robcaulk
|
eb8bde37c1
|
Add lightgbm classifier, add classifier check test, fix classifier bug.
|
2022-08-06 17:51:21 +02:00 |
|
Matthias
|
778833f90e
|
Modify comment in new test-strategies to point out their purpose
|
2022-08-04 07:17:26 +02:00 |
|
robcaulk
|
d830105605
|
*BREAKING CHANGE* remove unnecessary arguments from populate_any_indicators(), accommodate tests
|
2022-07-31 17:05:29 +02:00 |
|
Kavinkumar
|
a4bada3ebe
|
Partial exit using average price (#6545)
Introduce Partial exits
|
2022-07-31 14:19:04 +02:00 |
|
Matthias
|
dc82675f00
|
Add Test for liquidation in stop-loss-reached
|
2022-07-30 17:28:19 +02:00 |
|
Matthias
|
3273881282
|
Merge branch 'develop' into feat/freqai
|
2022-07-28 06:36:38 +02:00 |
|
Matthias
|
2595e40e47
|
Remove unused test-strategy
|
2022-07-27 06:47:16 +02:00 |
|
robcaulk
|
e213d0ad55
|
isolate data_drawer functions from data_kitchen, accommodate tests, add new test
|
2022-07-26 10:24:14 +02:00 |
|
Matthias
|
81c1aa3c13
|
Update imports in freqAI sample strategies
|
2022-07-23 17:08:05 +02:00 |
|
Matthias
|
8a3cffcd1b
|
Remove remaining CustomModel references
|
2022-07-23 17:08:05 +02:00 |
|
Matthias
|
8fa6e8b4ba
|
Remove freqAI model bridge in favor of self.freqai
|
2022-07-23 17:08:05 +02:00 |
|
robcaulk
|
8f86b0deaa
|
*breaking change* simplify user strat by consolidating feature loops into backend
|
2022-07-21 12:24:22 +02:00 |
|
robcaulk
|
286bd0c40b
|
follow string for adding a strat to tests/strategy/strats
|
2022-07-20 15:00:02 +02:00 |
|
robcaulk
|
c43935e82a
|
create dedicated minimal freqai test strat
|
2022-07-20 14:39:28 +02:00 |
|
Matthias
|
29efe75a6f
|
Update hyperoptable strategy to use V3 interface
|
2022-07-16 11:47:32 +02:00 |
|
Matthias
|
07aa372e2a
|
Ensure bot_loop_start is called in hyperopt, too
closes #7001
|
2022-07-03 14:10:59 +02:00 |
|
Matthias
|
ec40e79362
|
Merge pull request #6874 from froggleston/buy_reasons
Buy reasons
|
2022-06-15 19:06:00 +02:00 |
|
Matthias
|
b211a5156f
|
Add test for strategy_wrapper lazy loading
|
2022-06-09 19:36:15 +02:00 |
|
Matthias
|
a790bad1e4
|
Add entry_tag to leverage callback
closes #6929
|
2022-06-05 10:24:54 +02:00 |
|
Matthias
|
8e2c7e1298
|
extract detect_parameters to separate function
|
2022-05-30 07:26:26 +02:00 |
|
Matthias
|
5bf021be2e
|
Enhance hyperoptable strategy to test instance parameters
|
2022-05-30 07:08:37 +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
|
43b7955fc2
|
Fully rely on pathlib
|
2022-05-26 19:37:55 +02: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
|
7f3853bbcd
|
Merge pull request #6883 from freqtrade/makeProcessCandlesTrue
Change default value of process_only_new_candles to True since False …
|
2022-05-24 07:03:14 +02:00 |
|
Matthias
|
23e089061b
|
Merge pull request #6870 from freqtrade/should_exit_list
Should exit list
|
2022-05-24 06:57:50 +02:00 |
|
Matthias
|
f1a72e448a
|
Align interfaces and strategy templates
|
2022-05-24 06:54:16 +02:00 |
|
Matthias
|
42ae8ba6fb
|
Refactor hyperopt parameters to separate file
|
2022-05-23 20:18:09 +02:00 |
|
robcaulk
|
5c4014ee62
|
Change default value of process_only_new_candles to True since False is an uncommon usecase for expert strategy devs
|
2022-05-23 10:24:58 +02:00 |
|
Matthias
|
3692fcd3d5
|
Improve exit signal sequence
|
2022-05-22 11:01:18 +02:00 |
|
Matthias
|
ce3bfd59f5
|
Add explicit should_sell test
|
2022-05-22 10:31:29 +02:00 |
|