Joe Schr
|
50070bc2ca
|
Removes unused import
|
2024-02-12 09:39:09 +01:00 |
|
Joe Schr
|
0a4da26f2d
|
Resolve using trades directly from trades_load when backtesting
|
2024-02-12 09:29:30 +01:00 |
|
Matthias
|
7ae69a9cde
|
update imports
|
2024-02-10 17:27:11 +01:00 |
|
Joe Schr
|
4ae63d7ecb
|
Fix superfluous formatting
|
2024-02-09 13:15:12 +01:00 |
|
Joe Schr
|
1a0610f3e4
|
mypy fixes
|
2024-02-08 12:11:10 +01:00 |
|
Joe Schr
|
39ba6fe56b
|
Ruff --fix
|
2024-02-07 12:48:15 +01:00 |
|
Joe Schr
|
f61c75ffcc
|
Fix isort imports
|
2024-02-06 20:35:16 +01:00 |
|
Joe Schr
|
43645729a0
|
Don't fetch trades for informatitve pairs
|
2024-02-02 14:33:45 +01:00 |
|
Joe Schr
|
2833169955
|
Merge remote-tracking branch 'upstream/develop' into feature/fetch-public-trades
|
2024-02-01 11:46:38 +01:00 |
|
Thomas Joußen
|
3f44f56f6f
|
Remove bool from get_required_startup because its unused.
|
2023-12-19 17:30:15 +00:00 |
|
Matthias
|
4f2d7b858f
|
Slightly enhance logging for clarity
|
2023-12-18 20:06:49 +00:00 |
|
Thomas Joußen
|
663b1e11f8
|
Add timeframe info into 'increase startup_candle_count' log message
|
2023-12-18 20:06:49 +00:00 |
|
Thomas Joußen
|
2d6a49013f
|
Fix duplicated data loading and timerange for populate_features
|
2023-12-18 20:06:49 +00:00 |
|
Joe Schr
|
387a36e730
|
fix: fetches only every second OHLCV candle
|
2023-10-09 11:34:31 +02:00 |
|
Joe Schr
|
4abac1364a
|
refactor(move function): refresh_latest_trades into dataprovider
needed here to be used for call before analyze
also removes need for internal exchange function checking if
public_trades is enabled
|
2023-10-09 11:34:30 +02:00 |
|
Joe Schr
|
0f4e147035
|
use fetch_trades' public trades to populate dataframe
|
2023-10-09 11:34:29 +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
|
b593205ad9
|
No need to use .get() for properties with default values
|
2023-07-12 18:29:12 +02:00 |
|
Matthias
|
cca8c4e5b8
|
Update default dataformat to feather
|
2023-07-12 18:23:30 +02:00 |
|
Matthias
|
ad58bac810
|
Type WS messagetypes
|
2023-03-24 20:54:28 +01:00 |
|
Joe Schr
|
7d906fd4c2
|
refactor(if-gate): use temp variable instead of if-gate
|
2023-02-23 10:58:43 +01:00 |
|
Matthias
|
ecff21ac21
|
type Orderbook
|
2023-02-15 07:01:36 +01:00 |
|
Matthias
|
1dc3c58775
|
Convert missing candle count to int
closes #8082
|
2023-01-31 11:04:56 +00:00 |
|
Matthias
|
8108a48f39
|
Follow PEP 484 - no implicit optionals
|
2023-01-21 20:01:56 +01:00 |
|
Matthias
|
ca2a878b86
|
Update test naming
|
2022-12-14 20:06:55 +01:00 |
|
Matthias
|
fa260e6560
|
Move "replace or append" decision to dataprovider
|
2022-12-14 19:56:54 +01:00 |
|
Matthias
|
a693495a6d
|
Improve external_candle aggregation
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
414c0ce050
|
change unused var
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
6717dff19b
|
update overlapping candle handling, move append to misc
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
0602479f7d
|
minor changes, update candle appending to support overlaps
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
0d5b2eed94
|
fix same candle handling
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
ccd1aa70a2
|
change log calls to debug, handle already received candle
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
c050eb8b8b
|
add candle difference calculation to dataprovider
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
d2c8487ecf
|
update add_external_candle, fix breaking on ping error, handle empty dataframes
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
36a00e8de0
|
update add_external_candle returns
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
4cbb3341d7
|
change how missing candles will be handled
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
9660e445b8
|
use new channel apis in emc, extend analyzed df to include list of dates for candles
|
2022-12-12 22:47:35 -07:00 |
|
Matthias
|
24edc276ea
|
Simplify new_candle message
|
2022-12-05 19:46:39 +01: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
|
585342f193
|
Merge pull request #7454 from freqtrade/fix_backtesting_dfsize_freqai
Ensure the DF has the same size in backtesting FreqAI
|
2022-09-24 16:17:39 +02:00 |
|
Matthias
|
166ae8e3a1
|
Remove missleading comment
|
2022-09-24 15:51:20 +02:00 |
|
Matthias
|
1626eb7f97
|
Update dataprovider function name to get_producer_df
|
2022-09-22 20:46:40 +02:00 |
|
Wagner Costa Santos
|
b1dbc3a65f
|
remove function remove_training_from_backtesting and ensure BT period is correct with startup_candle_count
|
2022-09-22 12:13:51 -03:00 |
|
Timothy Pogue
|
0811bca8b4
|
revise docs, update dp method docstring
|
2022-09-21 15:50:11 -06:00 |
|
Matthias
|
914eccecec
|
Merge branch 'develop' into pr/wizrds/7303
|
2022-09-20 06:56:15 +02:00 |
|
Matthias
|
667853c504
|
Use Alias to type config objects
|
2022-09-18 13:20:55 +02:00 |
|
Timothy Pogue
|
efaef68ad7
|
Merge branch 'develop' into feat/externalsignals
|
2022-09-15 18:09:25 -06:00 |
|
Timothy Pogue
|
bf2e5dee75
|
add running false on shutdown, fix dp typing
|
2022-09-12 14:21:39 -06:00 |
|
Timothy Pogue
|
c19a5fbe06
|
copy data being transferred, remove debug messages in emc
|
2022-09-12 13:57:29 -06:00 |
|