Matthias
|
ad295946c0
|
fix: use precise calculation for decrease adjustment calculations
|
2024-09-17 20:19:22 +02:00 |
|
Matthias
|
2fe67edab3
|
chore: update link to okx liquidation formula
Build Documentation / Deploy Docs through mike (push) Waiting to run
Pre-commit auto-update / auto-update (push) Has been cancelled
|
2024-09-16 19:05:00 +02:00 |
|
Matthias
|
94ef4380d4
|
chore: remove validate_pairs from exchange class
Invalid pairs were filtered out before this was called in most cases.
in cases where it's not - regular pairlist-filtering provides proper warnings.
|
2024-09-15 11:28:57 +02:00 |
|
Matthias
|
7ebe1b8c14
|
chore: remove pointless validation
pairs are validated through expand_pairlist.
If they're not in markets, they'll no longer be in the
pairlist once this function function is hit.
|
2024-09-15 11:02:49 +02:00 |
|
Matthias
|
79020bba28
|
chore: Remove "prohibitedIn" check
it's only been used for bitrex, which does no longer exist.
apparently this was forgotten when decomissioning bittrex.
|
2024-09-15 10:49:26 +02:00 |
|
Matthias
|
95c250ebcc
|
chore: add explaining comment
|
2024-09-15 10:37:28 +02:00 |
|
Matthias
|
bfb14614cc
|
chore: enhance change with comment
|
2024-09-15 09:48:44 +02:00 |
|
Matthias
|
12299d4810
|
feat: staticPairlist to warn for invalid pairs
Warnings about invalid pairs were "covered" by the implicit
filtering of `expand_pairlist()`
|
2024-09-15 09:46:47 +02:00 |
|
Matthias
|
af422c7cd4
|
Merge pull request #10645 from dxbstyle/develop
added check for Kraken exchange
|
2024-09-14 10:44:23 +02:00 |
|
Matthias
|
51bdecea53
|
Improve check to cover more potential api oddities
|
2024-09-14 10:09:15 +02:00 |
|
Matthias
|
0f505c6d7b
|
Improve check to cover more potential api oddities
|
2024-09-14 10:04:28 +02:00 |
|
Matthias
|
ae72f10448
|
Merge pull request #10619 from KingND/pixel/feat/freqai_labels_are_okay_in_lookahead_analysis
feat: include lookahead-analysis table caption when biased_indicator is likely from FreqAI target
|
2024-09-14 09:51:38 +02:00 |
|
Matthias
|
9f34153c84
|
chore: update typing for reload function
|
2024-09-13 19:45:30 +02:00 |
|
Matthias
|
c04cf6c5cb
|
test: Improve test coverage of retry/fail logic
|
2024-09-13 07:24:08 +02:00 |
|
Matthias
|
5112736385
|
feat: Simplify reload_markets logic
|
2024-09-13 07:24:08 +02:00 |
|
Matthias
|
6024903bde
|
feat: conditionally apply retrier to market-reload
closes #10641
|
2024-09-13 07:23:58 +02:00 |
|
Matthias
|
e96928588e
|
Merge pull request #10639 from jainanuj94/backtesting
Add entry-only and exit-only filters to --indicator-list in backtesting analysis
|
2024-09-12 06:43:24 +02:00 |
|
xmatthias
|
d15921b3f2
|
chore: update pre-commit hooks
|
2024-09-12 03:12:54 +00:00 |
|
Matthias
|
3c6e2b89a4
|
Merge pull request #10640 from TheJoeSchr/fix/plot-orderflow-data-missing
fix: orderflow data was missing for plotting
|
2024-09-11 19:11:55 +02:00 |
|
Joe Schr
|
c9acb1466c
|
fix: orderflow data missing for plotting and other runmodes
|
2024-09-11 17:12:35 +02:00 |
|
colorfulgray0
|
f1df7e9bdc
|
chore: remove redundant method
|
2024-09-11 11:33:38 +08:00 |
|
Anuj Jain
|
4765656f87
|
Add filter for entry and exit only parameter
|
2024-09-10 15:21:56 +05:30 |
|
dxbstyle
|
ae155c78c2
|
added check
|
2024-09-09 21:29:49 +02:00 |
|
KingND
|
f970454cb4
|
chore: ruff format
|
2024-09-08 13:57:48 -04:00 |
|
KingND
|
69678574d4
|
fix: support python 3.9 union type hinting
|
2024-09-08 12:04:58 -04:00 |
|
KingND
|
82e30c8519
|
feat: if a biased_indicator starting with & appears in a lookahead-analysis, caption the table with a note that freqai targets appearing here can be ignored
|
2024-09-08 12:04:58 -04:00 |
|
Matthias
|
a1681cdd63
|
chore: improve typing
|
2024-09-08 08:28:40 +02:00 |
|
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
|
396d933e34
|
feat(bybit): add support for unified Accounts
|
2024-09-07 18:28:56 +02:00 |
|
Matthias
|
704e32b0dc
|
feat: properly parse marginmode on startup
|
2024-09-07 09:28:35 +02:00 |
|
Matthias
|
1b00f512c1
|
fix: call order_filled callback for left open trades
|
2024-09-07 09:24:21 +02:00 |
|
Matthias
|
1a2578a4b7
|
feat: Add margin/Trading mode output to bt-output
|
2024-09-07 08:47:45 +02:00 |
|
Matthias
|
6a4b641250
|
feat: implement __str__ for marign and tradingmode enums
|
2024-09-06 20:58:54 +02:00 |
|
Anuj Jain
|
8d96844312
|
use BT_DATA_COLUMNS for trade wide indicators
|
2024-09-06 12:28:02 +05:30 |
|
Anuj Jain
|
b7145debfb
|
handle trade wide indicators
|
2024-09-05 21:52:09 +05:30 |
|
xmatthias
|
c6a66a8fac
|
chore: update pre-commit hooks
|
2024-09-05 03:12:48 +00:00 |
|
Matthias
|
964d437c7a
|
chore: type _ft_has
|
2024-09-04 07:15:17 +02:00 |
|
Matthias
|
d49c556291
|
chore: rename ft_has setting from ws.enabled to ws_enabled
|
2024-09-04 06:57:13 +02:00 |
|
Matthias
|
d6b2748293
|
chore: rename types to ft_types
|
2024-09-04 06:44:48 +02:00 |
|
Matthias
|
e3a5831d64
|
refactor: rename exchange.types
|
2024-09-04 06:42:51 +02:00 |
|
Anuj Jain
|
08d5174d02
|
update documentation and add default values
|
2024-09-04 09:56:12 +05:30 |
|
Matthias
|
d4ba837641
|
chore: mark Bybit as supported exchange
|
2024-09-02 07:03:04 +02:00 |
|
Matthias
|
4a1592dd92
|
feat: initialize hyperliquid in spot mode by default
|
2024-09-02 07:03:04 +02:00 |
|
Matthias
|
97c937e554
|
chore: add Bugbear Ruff checking
|
2024-09-01 08:32:42 +02:00 |
|
Matthias
|
b25520cf18
|
chore: improve rhci_progress typing, remove mutable arguments
|
2024-09-01 08:27:53 +02:00 |
|
Matthias
|
a881d3fd81
|
chore: bump version to 2024.9-dev
|
2024-08-31 08:31:42 +02:00 |
|
Matthias
|
1c5ca0f022
|
chore: improved fix for terminal error
|
2024-08-29 20:38:25 +02:00 |
|
Matthias
|
59d47955a0
|
chore: fix test failure due to terminal error
|
2024-08-29 20:05:48 +02:00 |
|
Matthias
|
d05ca3db0b
|
fix: handle small terminal width
closes #10572
|
2024-08-29 07:14:32 +02:00 |
|
Matthias
|
87678eff98
|
fix: avoid hyperopt-results not showing past terminal height
|
2024-08-29 07:14:32 +02:00 |
|