Matthias
|
4def3678b7
|
Merge pull request #7298 from freqtrade/tif_align
align TimeInForce to ccxt usage
|
2022-08-29 06:36:51 +02:00 |
|
Matthias
|
8be8a12cc4
|
Merge pull request #7260 from JohanVlugt/develop
Example FreqAI hybrid strategy
|
2022-08-29 06:34:45 +02:00 |
|
Matthias
|
40c00d2d8f
|
Version bump dev version to 2022.9
|
2022-08-29 06:34:20 +02:00 |
|
Matthias
|
a01402fa46
|
Merge branch 'stable' into develop
|
2022-08-29 06:28:21 +02:00 |
|
th0rntwig
|
8b0cfe1236
|
Reduce image sizes in freqai doc (#7304)
|
2022-08-28 23:27:12 +02:00 |
|
Robert Caulk
|
39a739eadb
|
Merge pull request #7296 from th0rntwig/dbscan
Improve MinPts calculation in DBSCAN, add outlier protection, and add data_kitchen tests
|
2022-08-28 14:37:47 +02:00 |
|
robcaulk
|
a44a235b56
|
isort imports in tests/freqai
|
2022-08-28 13:47:01 +02:00 |
|
robcaulk
|
6634229cc1
|
appease the flake8 gods
|
2022-08-28 13:21:29 +02:00 |
|
robcaulk
|
fcb5d1cb5a
|
remove debugging flag
|
2022-08-28 13:01:39 +02:00 |
|
robcaulk
|
dd628eb525
|
add tests for outlier detection and removal functions
|
2022-08-28 12:56:39 +02:00 |
|
robcaulk
|
1e41c773a0
|
fix outlier protection
|
2022-08-28 12:11:29 +02:00 |
|
robcaulk
|
22b42e91f3
|
add new parameter to freqai doc
|
2022-08-28 11:53:24 +02:00 |
|
smarmau
|
ff3a4995c1
|
remove unnecessary code
|
2022-08-28 11:45:20 +02:00 |
|
Matthias
|
b9f35cadb3
|
add /stopentry alias for /stopbuy
|
2022-08-28 11:37:22 +02:00 |
|
smarmau
|
005594c29c
|
simplify hybrid template
|
2022-08-28 11:29:48 +02:00 |
|
Matthias
|
59a723aec8
|
Add /health to rest client
discovered in #7299
|
2022-08-27 15:12:04 +02:00 |
|
th0rntwig
|
71f7d68783
|
Fixed mypy error
|
2022-08-27 12:44:55 +02:00 |
|
Matthias
|
c61b986c3d
|
FTX - support time_in_force (and PO ordertype)
closes #7175
|
2022-08-27 10:30:38 +02:00 |
|
Matthias
|
104a73025d
|
Uppercase TimeInForce (align with ccxt)
|
2022-08-27 10:30:06 +02:00 |
|
Matthias
|
6686489c06
|
Merge pull request #7258 from freqtrade/feat/hyp_optinal_indicator
Add flag to move hyperopt populate_indicators to epoch
|
2022-08-27 09:21:16 +02:00 |
|
Matthias
|
c3e74e6e8d
|
Improve doc wording
|
2022-08-27 08:55:29 +02:00 |
|
Matthias
|
2b70c3d0c0
|
support price callback for partial exits in bt
This will align results to how live works.
closes #7292
|
2022-08-27 08:50:09 +02:00 |
|
Matthias
|
9204f01312
|
Don't lock pairs on partial exit
|
2022-08-27 07:23:02 +02:00 |
|
elintornquist
|
86c5ac44e4
|
Add outlier percentage check
|
2022-08-26 23:05:07 +02:00 |
|
Matthias
|
2ef4534fee
|
Fix ccxt / longrun tests
|
2022-08-26 20:44:36 +02:00 |
|
Matthias
|
efe4fd3e24
|
Add libgomp1 to dockerfile
|
2022-08-26 20:21:19 +02:00 |
|
Matthias
|
01126c43f7
|
Fix liquidation price tier calculation
closes #7294
|
2022-08-26 20:14:24 +02:00 |
|
Matthias
|
753d1b2aad
|
Update leverage tier terminology to be clear and aligned with ccxt
|
2022-08-26 19:34:51 +02:00 |
|
elintornquist
|
b2d664c63c
|
Change MinPts calculation
|
2022-08-26 18:57:27 +02:00 |
|
Matthias
|
53d46a0385
|
align max_entry_position_adjustment behavior of backtesting to live
closes #7293
|
2022-08-25 20:36:17 +02:00 |
|
Matthias
|
1fd223c815
|
Update --prepend help string
closes #7290
|
2022-08-25 17:03:41 +02:00 |
|
Matthias
|
f2a356a80c
|
Fix some imports
|
2022-08-25 07:08:58 +02:00 |
|
Matthias
|
6636f17e0f
|
Simplify usage of amount_to_contract precision
|
2022-08-25 07:08:22 +02:00 |
|
Matthias
|
9e48e6a40b
|
Update docs about precision limits in backtesting
|
2022-08-25 06:50:10 +02:00 |
|
Matthias
|
205ab26e92
|
Remove TODO in test
|
2022-08-25 06:50:10 +02:00 |
|
Matthias
|
70df037690
|
Improve test precision
|
2022-08-25 06:50:10 +02:00 |
|
Matthias
|
32faad9333
|
Fix backtest calculation problem with DCA
closes #7287
|
2022-08-24 20:36:08 +02:00 |
|
Matthias
|
a6d78a8615
|
initialize Since parameter properly
closes #7285
|
2022-08-23 06:43:04 +02:00 |
|
Matthias
|
fe7108ae75
|
Convert amount to contracts before comparing for close
closes #7279
|
2022-08-23 06:37:38 +02:00 |
|
Matthias
|
78b161e14c
|
add contract_size to database
|
2022-08-23 06:37:38 +02:00 |
|
Matthias
|
6036018f35
|
Extract contracts_to_amount and amount_to_contracts to standalone functions
|
2022-08-23 06:37:38 +02:00 |
|
Matthias
|
1b0f37a93c
|
Fix documentation typo
|
2022-08-23 06:37:38 +02:00 |
|
Matthias
|
5f38a574ce
|
Add okx broker id
|
2022-08-23 06:37:38 +02:00 |
|
th0rntwig
|
5ce1c69803
|
Improve DBSCAN epsilon identification (#7269)
* Improve DBSCAN epsilon identification
|
2022-08-22 19:57:20 +02:00 |
|
Matthias
|
60ba921f56
|
Merge pull request #7282 from freqtrade/mem-leak-fix
Plug mem leak, add training timer
|
2022-08-22 19:36:52 +02:00 |
|
robcaulk
|
96d8882f1e
|
Plug mem leak, add training timer
|
2022-08-22 13:30:30 +02:00 |
|
Matthias
|
f55d5ffd8c
|
Don't fail when --strategy-path is not a valid directory.
closes #7264
|
2022-08-22 09:20:14 +00:00 |
|
Matthias
|
914b6247e4
|
Merge pull request #7278 from freqtrade/dependabot/pip/develop/ccxt-1.92.52
Bump ccxt from 1.92.20 to 1.92.52
|
2022-08-22 08:41:52 +02:00 |
|
Matthias
|
da87e9cbb3
|
Merge pull request #7275 from freqtrade/dependabot/pip/develop/types-requests-2.28.9
Bump types-requests from 2.28.8 to 2.28.9
|
2022-08-22 08:41:34 +02:00 |
|
Matthias
|
484b147a89
|
Merge pull request #7277 from freqtrade/dependabot/pip/develop/time-machine-2.8.1
Bump time-machine from 2.7.1 to 2.8.1
|
2022-08-22 07:13:05 +02:00 |
|