Matthias
|
bddec476f9
|
Fix missing typehint in hyper.py
|
2023-02-13 20:13:26 +01:00 |
|
Matthias
|
cdd324d0a9
|
Rename stoploss_reached to ft_stoploss_reached
|
2023-02-13 20:08:54 +01:00 |
|
Matthias
|
ce7d24f529
|
Extract ft_stoploss_adjust to seperate method
|
2023-02-13 19:53:04 +01:00 |
|
Matthias
|
801714a588
|
Update function signatures in all templates
add typehints to help the user's editor suggest the right things.
|
2023-02-04 20:04:16 +01:00 |
|
robcaulk
|
0dd2472385
|
add metadata param to docstrings
|
2023-02-04 16:56:36 +01:00 |
|
Matthias
|
8108a48f39
|
Follow PEP 484 - no implicit optionals
|
2023-01-21 20:01:56 +01:00 |
|
Antonio Della Fortuna
|
b0f1d914c8
|
Changed max_open_trades type to int or inf
|
2023-01-15 11:44:10 +01:00 |
|
Antonio Della Fortuna
|
534aa8f7ff
|
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades
# Conflicts:
# freqtrade/optimize/backtesting.py
|
2023-01-11 18:55:57 +01:00 |
|
Antonio Della Fortuna
|
f2fa476dc6
|
max_open_trades should be an integer
Max open trades will be always an integer in the strategy (-1 for infinity), but in the config -1 will be parsed as infinity
|
2023-01-04 16:09:27 +01:00 |
|
Antonio Della Fortuna
|
5fd85368a9
|
Added support for max_open_trades hyperopting
|
2023-01-04 10:34:44 +01:00 |
|
robcaulk
|
c2936d551b
|
improve doc, update test strats, change function names
|
2022-12-28 13:25:40 +01:00 |
|
Wagner Costa
|
8227b4aafe
|
freqAI Strategy - improve user experience
|
2022-12-27 11:37:01 -03:00 |
|
Matthias
|
5e533b550f
|
Emit a simple "new candle" message to allow UI's to refresh charts
|
2022-12-05 18:19:19 +01:00 |
|
Matthias
|
3a9853db10
|
use high/low for custom stoploss evaluation in backtesting
|
2022-10-22 12:52:13 +02:00 |
|
Matthias
|
84a194bcab
|
Simplify stoploss logic by removing redundant condition
|
2022-10-22 11:57:59 +02:00 |
|
Matthias
|
2045780810
|
Reinstate default of 1000% for roi
closes #7583
|
2022-10-13 11:58:32 +00:00 |
|
Matthias
|
914eccecec
|
Merge branch 'develop' into pr/wizrds/7303
|
2022-09-20 06:56:15 +02:00 |
|
Matthias
|
994c1c5ea0
|
use Config typing in more places
|
2022-09-18 13:31:52 +02:00 |
|
Matthias
|
667853c504
|
Use Alias to type config objects
|
2022-09-18 13:20:55 +02:00 |
|
Matthias
|
0aada271ca
|
Move informative_pairs for freqAI to backend
|
2022-09-17 10:17:22 +02:00 |
|
Timothy Pogue
|
0f8eaf98e7
|
Merge branch 'develop' into feat/externalsignals
|
2022-09-10 15:14:10 -06:00 |
|
Matthias
|
939fb7acb3
|
Fix enum imports
|
2022-09-09 20:31:30 +02:00 |
|
Timothy Pogue
|
4104d0f68a
|
Merge branch 'develop' into feat/externalsignals
|
2022-09-08 10:19:23 -06:00 |
|
Matthias
|
045c3f0f3a
|
Reduce diff by avoiding unnecessary changes
|
2022-09-08 07:01:37 +02:00 |
|
Matthias
|
f3417a8690
|
Revert condition sequence to simplify conditions
|
2022-09-08 06:59:14 +02:00 |
|
Timothy Pogue
|
1ef1fc269e
|
docstring and tests
|
2022-09-07 15:26:38 -06:00 |
|
Timothy Pogue
|
2c9b765953
|
add suffix parameter
|
2022-09-07 09:35:37 -06:00 |
|
Timothy Pogue
|
cd8455ccb7
|
Merge branch 'develop' into feat/externalsignals
|
2022-09-05 15:10:25 -06:00 |
|
Timothy Pogue
|
07f806a314
|
minor improvements, fixes, old config+constant removal
|
2022-09-04 10:22:10 -06:00 |
|
Timothy Pogue
|
3b5e5fc57b
|
fix method name in dummy class
|
2022-09-03 14:10:23 -06:00 |
|
Timothy Pogue
|
dae3b3d86a
|
support shutting down freqai
|
2022-09-03 13:24:14 -06:00 |
|
Timothy Pogue
|
00f35f4870
|
remove old constant, add initial_data requesting, minor changes
|
2022-09-01 20:06:36 -06:00 |
|
Timothy Pogue
|
865b34cd6f
|
add producer names
|
2022-08-31 11:43:02 -06:00 |
|
Timothy Pogue
|
510cf4f305
|
remove data waiting, remove explicit analyzing of external df
|
2022-08-31 10:40:26 -06:00 |
|
Matthias
|
a88ffd2c9d
|
Merge branch 'develop' into move_datadownload
|
2022-08-31 10:23:45 +00:00 |
|
Timothy Pogue
|
346e73dd75
|
client implementation, minor fixes
|
2022-08-30 19:21:34 -06:00 |
|
Matthias
|
104a73025d
|
Uppercase TimeInForce (align with ccxt)
|
2022-08-27 10:30:06 +02:00 |
|
robcaulk
|
bb3523f383
|
download data homogeneously across timeframes
|
2022-08-26 18:51:42 +02:00 |
|
robcaulk
|
65b552e310
|
make docs reflect reality, move download_all_data to new utils.py file, automatic startup_candle detection
|
2022-08-26 15:30:01 +02:00 |
|
robcaulk
|
4b7e640f31
|
reduce code duplication, optimize auto data download per tf
|
2022-08-26 13:56:44 +02:00 |
|
Timothy Pogue
|
d474111a65
|
Renamed to external signals, controller class refactored
|
2022-08-24 22:42:29 -06:00 |
|
robcaulk
|
ac42c0153d
|
deprecate indicator_max_period_candles, automatically compute startup candles for FreqAI backtesting.
|
2022-08-22 18:19:07 +02:00 |
|
Timothy Pogue
|
4fa01548f6
|
Remove old var from strategy interface
|
2022-08-21 22:49:42 -06:00 |
|
Timothy Pogue
|
6f5478cc02
|
DataFrame transmission, strategy follower logic
|
2022-08-21 22:45:36 -06:00 |
|
Matthias
|
bc359675a2
|
Add --analyze-per-epoch - moving populate_analysis to the epoch process
|
2022-08-19 15:19:43 +02:00 |
|
Matthias
|
1c6f966579
|
Hyperopt: simplify parameter "can_optimize" handling
|
2022-08-19 15:03:03 +02:00 |
|
robcaulk
|
88dd9920ea
|
sort imports for isort
|
2022-08-17 16:38:09 +02:00 |
|
robcaulk
|
0c34104e45
|
extract download-data from freqai to prepare for future async changes
|
2022-08-17 15:18:44 +02:00 |
|
Matthias
|
e7902bffa0
|
Remove checks for dataprovider existance - it's available in all modes.
|
2022-08-17 10:57:25 +02:00 |
|
Matthias
|
5aaab75d1c
|
Add test for dynamic_pairlist_expand
|
2022-08-13 10:18:57 +02:00 |
|