Matthias
|
9bb0f1f675
|
Move legacy strategy to "broken strats" folder
|
2022-04-25 07:11:32 +02:00 |
|
Matthias
|
ec2582a4ae
|
Update tests to no longer use Strategy V1
|
2022-04-25 07:02:09 +02:00 |
|
Matthias
|
299dd84cfe
|
Merge pull request #6656 from freqtrade/use_sell_signal
Use sell signal -> use_exit_signal
|
2022-04-06 19:46:46 +02:00 |
|
மனோஜ்குமார் பழனிச்சாமி
|
7e97e58820
|
renamed enter-side
|
2022-04-06 06:32:13 +05:30 |
|
Matthias
|
8d95e76d26
|
Add tests for new naming definitions
|
2022-04-05 20:43:39 +02:00 |
|
Matthias
|
6f1b14c013
|
Update buy_timeout and sell_timeout methods
|
2022-03-25 19:57:06 +01:00 |
|
Matthias
|
b1e3ead88b
|
Merge branch 'develop' into feat/short
|
2022-03-22 20:28:38 +01:00 |
|
Matthias
|
6ec7b84b92
|
Modify hyperoptable strategy to use relative importing
|
2022-03-20 13:12:26 +01:00 |
|
Matthias
|
49e087df5b
|
Allow Strategy subclassing in different files by enabling local imports
|
2022-03-20 13:07:06 +01:00 |
|
Matthias
|
aceaa3faec
|
remove last ticker_interval compatibility shim
|
2022-03-20 09:33:47 +01:00 |
|
Matthias
|
b044dd2c45
|
Update custom_sell to custom_exit
|
2022-03-12 11:37:56 +01:00 |
|
Matthias
|
6946203a7c
|
Add tests and test-strategies for custom "implements" requirements
|
2022-03-12 10:05:16 +01:00 |
|
Matthias
|
28046c6a22
|
Change populate_buy_trend to populate_entry_trend
|
2022-03-12 09:38:28 +01:00 |
|
Matthias
|
efc313b28b
|
Merge pull request #6512 from freqtrade/short_order_types
Short order types renamal
|
2022-03-12 09:32:16 +01:00 |
|
Matthias
|
20fc9459f2
|
Add test for can_short strategy attribute
|
2022-03-11 19:37:45 +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
|
f0f5a50975
|
Update tests to test DCA for shorts
|
2022-02-27 15:44:23 +01:00 |
|
Sam Germain
|
fc2d3649a1
|
edited todos
|
2022-02-12 16:23:14 -06:00 |
|
Sam Germain
|
c47c54c16c
|
removed strategy_test_v3.populate_sell_trend # TODO-lev: Add short logic, because it looked like the short logic was already there
|
2022-02-03 17:48:33 -06:00 |
|
Matthias
|
c620e38c7d
|
Informative decorator updates for futures
|
2022-01-28 19:17:46 +01:00 |
|
Matthias
|
f090dcc597
|
Merge branch 'develop' into feat/short
|
2022-01-22 17:56:01 +01:00 |
|
Matthias
|
270d7ebbf5
|
Simplify test strategy
|
2022-01-15 17:36:42 +01:00 |
|
Reigo Reinmets
|
0bca07a32a
|
Added min_stake, max_stake. Removed pair as its included in trade.
|
2022-01-08 17:20:02 +02:00 |
|
Sam Germain
|
707a6507b5
|
removed redundant todos
|
2022-01-02 21:46:06 -06:00 |
|
Reigo Reinmets
|
de79d25caf
|
Refactoring to use strategy based configuration
|
2021-12-24 12:38:43 +02:00 |
|
Reigo Reinmets
|
db2f0660fa
|
Some more compatibility fixes.
|
2021-12-18 11:15:59 +02:00 |
|
Reigo Reinmets
|
30673f84f9
|
Flake8 compatibility
|
2021-12-18 11:00:25 +02:00 |
|
Reigo Reinmets
|
462270bc5a
|
Fix a case where the amount was not recalculated. Added additional temporary logging.
|
2021-12-16 22:57:56 +02:00 |
|
Reigo Reinmets
|
1017b68af9
|
Fix some unit-tests. Use common trade entry code.
|
2021-12-13 02:27:09 +02:00 |
|
Reigo Reinmets
|
f97662e816
|
Add position_adjustment_enable config keyword to enable it.
|
2021-12-11 00:28:12 +02:00 |
|
Matthias
|
c20157e64f
|
Add compatibility code for existing informative_pairs implementation
|
2021-11-28 15:43:04 +01:00 |
|
Matthias
|
51e54a666c
|
Merge branch 'feat/short' into pr/samgermain/5780
|
2021-11-23 19:01:07 +01:00 |
|
Matthias
|
ce0593c0e1
|
Merge branch 'develop' into feat/short
|
2021-11-23 07:35:26 +01:00 |
|
Rokas Kupstys
|
78a00f2518
|
Use market data to get base and quote currencies in @informative() decorator.
|
2021-11-22 09:27:45 +02:00 |
|
Sam Germain
|
920151934a
|
Added candle_type to a lot of methods, wrote some tests
|
2021-11-21 17:48:14 -06:00 |
|
Matthias
|
4c6b1cd55b
|
Add very simple short logic to test-strategy
|
2021-09-22 20:36:03 +02:00 |
|
Matthias
|
5928ba9c88
|
Test and document leverage strategy callback
|
2021-09-22 20:14:52 +02:00 |
|
Matthias
|
c791b95405
|
Use new TestStrategy (V3) by default in tests
|
2021-09-21 20:24:08 +02:00 |
|
Matthias
|
4b5cd891cd
|
Add V3 test strategy
|
2021-09-21 07:12:46 +02:00 |
|
Sam Germain
|
778f0d9d0a
|
Merged feat/short into lev-strat
|
2021-09-19 17:44:12 -06:00 |
|
Rokas Kupstys
|
1fdb656334
|
Add a decorator which can be used to declare populate_indicators() functions for informative pairs.
|
2021-09-18 10:48:18 +03:00 |
|
Matthias
|
5184cc7749
|
Merge branch 'develop' into feat/short
|
2021-09-02 07:03:14 +02:00 |
|
Matthias
|
07d71f014f
|
Rename defaultStrategy file
|
2021-08-26 19:38:41 +02:00 |
|
Matthias
|
6d96b11279
|
Rename DefaultStrategy
|
2021-08-26 07:25:53 +02:00 |
|
Matthias
|
0d8e105a33
|
Rename legacystrategy file
|
2021-08-26 07:14:49 +02:00 |
|
Matthias
|
fbf8eb4526
|
Rename test-legacy strategy
|
2021-08-26 07:04:33 +02:00 |
|
Sam Germain
|
e2d5299116
|
Name changes for strategy
|
2021-08-18 13:22:54 -06:00 |
|
Matthias
|
ad0e4a8567
|
Add BooleanParameter
|
2021-08-04 20:52:56 +02:00 |
|
Matthias
|
3c41223333
|
Add test for protections-hyperopt
|
2021-08-04 20:01:28 +02:00 |
|
Matthias
|
41cb2a6451
|
Merge branch 'develop' into pr/rokups/4596
|
2021-04-03 17:00:37 +02:00 |
|
Matthias
|
6555454bd2
|
Remove more ticker_interval occurances
|
2021-04-03 16:54:47 +02:00 |
|
Rokas Kupstys
|
ea43d5ba85
|
Implement DecimalParameter and rename FloatParameter to RealParameter.
|
2021-04-02 17:08:16 +03:00 |
|
Matthias
|
d64295ba24
|
Adapt test strategy to new parameters
|
2021-04-01 06:55:25 +02:00 |
|
Matthias
|
929f329607
|
more tests
|
2021-03-28 19:49:20 +02:00 |
|
Matthias
|
71e2134694
|
Add some simple tests for hyperoptParameters
|
2021-03-27 11:26:26 +01:00 |
|
Matthias
|
9df366d943
|
Apply isort to tests
|
2020-09-28 19:43:15 +02:00 |
|
Matthias
|
8e1a664a48
|
Add test for deprecation updating
|
2020-06-02 10:11:50 +02:00 |
|
Matthias
|
947903a4ac
|
Use timeframe from within strategy
|
2020-06-02 09:36:04 +02:00 |
|
hroff-1902
|
3208faf7ed
|
Do not use ticker where it's not a ticker
|
2020-03-08 20:47:02 +03:00 |
|
Matthias
|
1634297685
|
Move strategies to test subfolder
|
2020-02-18 20:12:10 +01:00 |
|