Matthias
|
611a3ce138
|
Merge pull request #10485 from jainanuj94/feature/8902
Add exit signals to export in backtesting
|
2024-09-07 20:12:05 +02:00 |
|
Matthias
|
1b00f512c1
|
fix: call order_filled callback for left open trades
|
2024-09-07 09:24:21 +02:00 |
|
Matthias
|
d6b2748293
|
chore: rename types to ft_types
|
2024-09-04 06:44:48 +02:00 |
|
Matthias
|
c60e00c77f
|
Merge pull request #10530 from freqtrade/feat/price_precision_mode
add price_precision_mode
|
2024-08-13 12:20:53 +02:00 |
|
Matthias
|
ac1ac0debe
|
feat: set precision_mode_price when creating trade objects
|
2024-08-13 09:11:44 +02:00 |
|
Matthias
|
70f3018e67
|
feat: remove "open_trade_count_start" workaround
Due to the updated pair ordering logic, we can open trades on
different pairs during the same candle without
superating the max_open_trades limit
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
7945eba386
|
feat: Evaluate pairs with open trades first
This will enable further improved logic for pairs with no open trade.
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
f01e101447
|
feat: extract backtest iteration into generator
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
980b81f009
|
chore: Simplify futures backtest
|
2024-08-12 14:51:37 +02:00 |
|
Matthias
|
2bc9cdafb2
|
chore: update attribute wording to bt_trades
|
2024-08-12 10:57:53 +02:00 |
|
jainanuj94
|
7f0e5dd335
|
Refactor and add documentation
|
2024-08-05 23:19:38 +05:30 |
|
jainanuj94
|
8f8859a5f5
|
Initial commit - create a different file for signals
|
2024-08-02 15:54:03 +05:30 |
|
Matthias
|
deeabbca12
|
chore: Don't override builtins
|
2024-07-05 08:51:20 +02:00 |
|
Matthias
|
dd42a79234
|
Remove most explicit "supports backtesting" checks
|
2024-06-21 14:57:57 +02:00 |
|
Matthias
|
b97ff77d65
|
Update a few missed ruff format updates
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
a9732c6195
|
Fix odd formatting by ruff format
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
801ab4acc9
|
ruff format: optimize
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
a8eabd0b2e
|
Update remaining files with new import sorting
|
2024-05-13 07:10:24 +02:00 |
|
Matthias
|
866f059d6a
|
Use FtPrecise to avoid rounding errors
|
2024-05-04 11:25:07 +02:00 |
|
Matthias
|
ab93fd3be4
|
Enhance trade to verify #10166
|
2024-05-04 11:21:25 +02:00 |
|
Matthias
|
ee7be1cd5a
|
move "add_bt_trade" call for entries into enter_trade function
|
2024-05-04 09:14:56 +02:00 |
|
Matthias
|
c81c07c24a
|
Add docstring for process_exit_order
|
2024-05-04 09:07:56 +02:00 |
|
Matthias
|
67636abb30
|
Fix #10166 with fewer side-effects
|
2024-05-04 09:01:05 +02:00 |
|
Matthias
|
e5b79eee5a
|
Extract _process_exit_order to separate function
|
2024-05-04 09:00:46 +02:00 |
|
Matthias
|
62a3ed6f8d
|
partial exit order should not close immediately
closes #10166
|
2024-05-04 08:41:24 +02:00 |
|
Matthias
|
997db6c706
|
Type-ignore
we can't type variables of the list-comprehension ...
|
2024-04-27 19:59:53 +02:00 |
|
Matthias
|
3f2f2a1dbd
|
Use worst case of maker / taker fee for backtest
|
2024-04-27 18:26:23 +02:00 |
|
Christian Clauss
|
99b4767bf4
|
Fix typos discovered by codespell
|
2024-04-18 22:51:25 +02:00 |
|
Matthias
|
d7920c4b64
|
Simplify backtest storage
|
2024-04-16 20:53:06 +02:00 |
|
Matthias
|
c8a5904959
|
Store and load backtest-market-change data
|
2024-04-16 19:27:41 +02:00 |
|
Matthias
|
a0a22f62e0
|
Update typehint for backtesting
|
2024-04-16 18:00:24 +02:00 |
|
Matthias
|
094bbb3a50
|
Remove pointless docstring comment
|
2024-04-11 21:02:54 +02:00 |
|
Matthias
|
df2432bc18
|
Re-align adjust_trade_position bt with live.
|
2024-04-11 20:57:03 +02:00 |
|
Matthias
|
82565a9667
|
Merge pull request #9955 from Axel-CH/feature/trade-lifecycle-callbacks
Feature: trade lifecycle callbacks
|
2024-03-28 19:35:53 +01:00 |
|
Matthias
|
666f2fc10a
|
Fix bug where amount becomes 0
closes #10003
|
2024-03-25 20:59:39 +01:00 |
|
Axel-CH
|
996fcb6f56
|
fix current_time parameter of order_filled usage in backtest
|
2024-03-18 22:07:43 -04:00 |
|
Axel-CH
|
08c1866cdc
|
fix mypy artype error
|
2024-03-18 20:57:47 -04:00 |
|
Axel-CH
|
d1e1b8410b
|
add order parameter to order_filled callback
|
2024-03-18 20:47:27 -04:00 |
|
Axel-CH
|
18a3489a6f
|
add order_filled callback to bot and backtest
|
2024-03-18 15:46:47 -04:00 |
|
Matthias
|
6f0f4f06ef
|
Merge pull request #6908 from eSeR1805/feature_keyval_storage
Persistent storage of user-custom information
|
2024-03-08 07:00:17 +01:00 |
|
Matthias
|
1176c16b93
|
REmove unnecessary assignment
|
2024-03-03 12:41:51 +01:00 |
|
Matthias
|
e2d3774b07
|
Clearer wallets variable/parameter wording
|
2024-02-25 09:07:53 +01:00 |
|
Matthias
|
4700782f60
|
Merge branch 'develop' into feature_keyval_storage
|
2024-02-07 07:13:41 +01:00 |
|
Matthias
|
c5948693a3
|
enable sub-minute backtest detail timeframes
closes #9635
|
2024-02-03 13:14:46 +01:00 |
|
Matthias
|
0d14b7a800
|
perf: only create detail timedelta object once for detail backtests
|
2024-02-02 07:03:44 +01:00 |
|
Matthias
|
79b8496f38
|
Fix backtesting not setting entry_tag out of position adjustments
|
2024-01-30 07:24:36 +01:00 |
|
Matthias
|
830a004dfd
|
Move response handling to interface wrappermethod
|
2024-01-30 07:24:36 +01:00 |
|
Matthias
|
95e51bf816
|
allow adjust_trade_position to return tuples in backtesting
|
2024-01-30 07:24:36 +01:00 |
|
Matthias
|
e8288a34c9
|
add ft_order_tag to backtesting
|
2024-01-30 07:24:36 +01:00 |
|
Matthias
|
39ffee381b
|
Improve type hint
|
2024-01-30 07:24:36 +01:00 |
|