Matthias
|
ac80a69142
|
Update converters for trades dataframe handling
|
2023-08-17 10:00:11 +02:00 |
|
Matthias
|
46882406be
|
Update Datahandlers to work with trades data as dataframes
|
2023-08-17 10:00:11 +02:00 |
|
Matthias
|
ba34318f7a
|
Update converter test to use fixture
|
2023-08-17 09:57:26 +02:00 |
|
Matthias
|
3bc49330ce
|
webserver mode should properly validate config
|
2023-08-17 09:15:59 +02:00 |
|
Matthias
|
7bc317fea7
|
Merge pull request #9061 from freqtrade/fix/7389_backtest_startup_candle
improve `get_analyzed_dataframe` behavior in early candles
|
2023-08-17 08:25:30 +02:00 |
|
Matthias
|
b93c6235c1
|
Fix Case of gym.Env in documentation
|
2023-08-16 18:59:22 +02:00 |
|
Matthias
|
aa756221f6
|
Improve behavior of ta-lib install
|
2023-08-16 18:56:42 +02:00 |
|
Matthias
|
688018d9f2
|
Update setup.sh script to use .venv instead of .env
|
2023-08-16 18:51:24 +02:00 |
|
Matthias
|
ea181645b0
|
setup.sh: Extract environment recration to function
|
2023-08-16 18:33:19 +02:00 |
|
Matthias
|
f607b8abfb
|
Silence pip download
|
2023-08-16 18:24:40 +02:00 |
|
Matthias
|
d439936014
|
Update docs about suing .venv instead of .env
|
2023-08-16 18:24:40 +02:00 |
|
Matthias
|
91fd472717
|
Extend ruff excludes to .venv
|
2023-08-16 13:16:23 +02:00 |
|
Matthias
|
6134807c67
|
Remove wrong image link
|
2023-08-16 11:00:28 +02:00 |
|
Matthias
|
7651f1b1db
|
Add more samples for correct debug configurations
|
2023-08-16 10:55:48 +02:00 |
|
Matthias
|
d9fb40ca3e
|
Update cached binance leverage tiers
|
2023-08-16 07:45:22 +02:00 |
|
Matthias
|
77c7dd8a12
|
Add FIAT mapping for true usdt
|
2023-08-16 07:44:19 +02:00 |
|
Matthias
|
452e1ab016
|
get_analyzed_dataframe should provide dataframe with startup candles
closes #7389
|
2023-08-15 19:43:04 +02:00 |
|
Matthias
|
bea6782223
|
Ensure cutoffs in backtesting are properly tested
|
2023-08-15 19:33:07 +02:00 |
|
Matthias
|
045d8c6fca
|
Add test for informative pair filtering
|
2023-08-15 17:56:40 +02:00 |
|
Matthias
|
161ab14ed0
|
Avoid lookahead bias through informative pairs in callbacks
|
2023-08-15 17:48:07 +02:00 |
|
Matthias
|
6f347b839a
|
Remove optionality from timeframe parameter
(it was never optional, and code was failing if it wasn't provided).
|
2023-08-15 17:31:56 +02:00 |
|
Matthias
|
09ec00888f
|
Don't use global variable in test
|
2023-08-15 17:31:56 +02:00 |
|
Robert Caulk
|
5d3f3fb39f
|
Merge pull request #8903 from Yinon-Polak/freqai-pytorch-bugfixes
Freqai pytorch bugfixes
|
2023-08-15 16:48:44 +02:00 |
|
Matthias
|
3f5903bad8
|
Split tests for jinja utils
|
2023-08-15 07:42:43 +02:00 |
|
Matthias
|
afcaeafd96
|
Move rendering commands to utils
|
2023-08-15 07:42:05 +02:00 |
|
Matthias
|
6b11f3063f
|
"minimal" strategy templates shouldn't render all attributes
|
2023-08-15 06:58:50 +02:00 |
|
Matthias
|
a4842113ce
|
Split strategy template to have conditional attributes
|
2023-08-15 06:58:35 +02:00 |
|
Matthias
|
a78d704998
|
Fix strategy template typng
|
2023-08-14 17:29:49 +02:00 |
|
Matthias
|
cb85a53042
|
Improve "uses_after_fill" detection
(short-circuits some logic, resulting in less code being executed in interface.py)
|
2023-08-14 17:08:37 +02:00 |
|
Matthias
|
7f1a81eeed
|
Fix stop switching to trailing if order is replaced in backtesting
|
2023-08-14 17:08:01 +02:00 |
|
Matthias
|
106dffe2c5
|
split update_trade
|
2023-08-14 17:07:34 +02:00 |
|
Matthias
|
070a1990e8
|
Improve handling of None values from custom_stoploss
|
2023-08-14 16:46:33 +02:00 |
|
Matthias
|
ddf79088fb
|
Update custom stop documenttaion
|
2023-08-14 16:40:09 +02:00 |
|
Matthias
|
3ed682a9c6
|
Allow None from custom_stop
|
2023-08-14 16:40:09 +02:00 |
|
Matthias
|
6e32f172be
|
Update samples in the documentation
|
2023-08-14 16:40:09 +02:00 |
|
Matthias
|
bef5e191a4
|
Don't surprise people with "after_fill" calls
|
2023-08-14 16:40:06 +02:00 |
|
Matthias
|
fc60c0df19
|
Add call to stoploss-adjust for backtesting
|
2023-08-14 16:00:33 +02:00 |
|
Matthias
|
62d83b8dbd
|
Use is_stop_trailing for actual trailing detection
|
2023-08-14 15:57:47 +02:00 |
|
Matthias
|
e1eeaa24d2
|
Implement "adjust lower" correctly
|
2023-08-14 15:21:59 +02:00 |
|
Matthias
|
6249392526
|
Add test for "allow adjustment in other direction"
|
2023-08-14 15:21:59 +02:00 |
|
Matthias
|
4da8c91161
|
Improve stop adjustment tests
|
2023-08-14 15:21:59 +02:00 |
|
Matthias
|
ec8ba821ed
|
Simplify stop adjustment code
|
2023-08-14 15:21:59 +02:00 |
|
Matthias
|
6b9547a9ad
|
Improve migrations
|
2023-08-14 15:21:38 +02:00 |
|
Matthias
|
ae9f730624
|
Add explicit "is_trailing_stop" field to database
|
2023-08-14 15:21:38 +02:00 |
|
Matthias
|
147cc4f0b6
|
Initial version of stop "after_fill"
|
2023-08-14 15:21:10 +02:00 |
|
Matthias
|
e2274e813a
|
Rename adjust_stoploss parameter to allow_refresh
|
2023-08-14 15:21:10 +02:00 |
|
Matthias
|
d091931279
|
Ease meaning of "refresh" param for adjust_stoploss
|
2023-08-14 15:20:31 +02:00 |
|
Matthias
|
d768afed37
|
price_to_precision should only run once
|
2023-08-14 15:19:34 +02:00 |
|
Matthias
|
db9247e78e
|
prevent errors in custom stop from crashing the bot
|
2023-08-14 14:54:11 +02:00 |
|
Matthias
|
d53b6871ea
|
Bump pre-commit mypy
|
2023-08-14 13:22:55 +02:00 |
|