Matthias
|
cc38f0656d
|
Explicitly check for None to determine if initial stoploss was set
closes #6460
|
2022-03-06 15:06:57 +01:00 |
|
Matthias
|
08d8dfaee6
|
Remove wrong import
|
2022-03-06 14:47:26 +01:00 |
|
Matthias
|
81d4a61353
|
Update more trades
|
2022-03-06 14:33:04 +01:00 |
|
Matthias
|
bc37f67e76
|
Add one more test
|
2022-03-06 14:18:25 +01:00 |
|
Kavinkumar
|
2d9c323a4a
|
flake8 fix
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
|
2022-03-06 18:38:43 +05:30 |
|
Kavinkumar
|
0fceeba9bf
|
updated test
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
|
2022-03-06 18:00:58 +05:30 |
|
Kavinkumar
|
498aa9c8be
|
Updated unittests
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
|
2022-03-06 17:21:34 +05:30 |
|
Kavinkumar
|
117e966f34
|
Added realized profit
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
|
2022-03-06 15:22:21 +05:30 |
|
Matthias
|
76e5d5b232
|
Fix stake-amount handling for dry-run
|
2022-03-05 15:53:40 +01:00 |
|
Matthias
|
f571fee899
|
Merge pull request #6494 from freqtrade/stoploss_special_ccase
Explicitly check for None to determine if initial stoploss was set
|
2022-03-05 15:15:45 +01:00 |
|
Matthias
|
0bac7f824e
|
Merge pull request #6492 from samgermain/feat/short
Merge develop into feat/short
|
2022-03-05 14:47:34 +01:00 |
|
Matthias
|
7a545f49af
|
Improve test stability by making keys optional in the ccxt test-matrix
|
2022-03-05 14:15:58 +01:00 |
|
Matthias
|
be4bc4955c
|
Explicitly check for None to determine if initial stoploss was set
closes #6460
|
2022-03-05 14:12:14 +01:00 |
|
Matthias
|
2b1a8f2fbb
|
Update binance stoploss to use correct stop order for futures
|
2022-03-05 13:57:54 +01:00 |
|
Kavinkumar
|
6fa6542935
|
flake8 fix
|
2022-03-05 15:13:58 +05:30 |
|
Kavinkumar
|
5f50f19e34
|
Updated backtest
|
2022-03-05 14:39:28 +05:30 |
|
Matthias
|
685820cc12
|
Fix failures due to non-happening rounding
|
2022-03-04 19:48:34 +01:00 |
|
Matthias
|
8943d42509
|
Update telegram notifications to properly detect shorts
|
2022-03-04 19:42:33 +01:00 |
|
Kavinkumar
|
3fb6010eee
|
updated sell msg
|
2022-03-04 18:10:31 +05:30 |
|
Matthias
|
9576fab621
|
Re-remove amount to precision from trade entry
|
2022-03-04 07:16:06 +01:00 |
|
Matthias
|
cee126a2cf
|
extract stop_limit-rate calculation
|
2022-03-04 07:10:14 +01:00 |
|
Matthias
|
62dcebee46
|
Update stoploss method to new functionality
|
2022-03-04 07:07:34 +01:00 |
|
Matthias
|
011cd58377
|
Adjust new stoploss tests to futures world
|
2022-03-04 06:58:34 +01:00 |
|
Matthias
|
7435b5ec96
|
Fix small merge errors
|
2022-03-04 06:58:21 +01:00 |
|
Matthias
|
0622654bcf
|
Give tests a chance to pass
|
2022-03-04 06:50:42 +01:00 |
|
Sam Germain
|
488da9b875
|
Merge branch 'develop' into feat/short
|
2022-03-03 13:51:52 -06:00 |
|
Matthias
|
819b35747d
|
Minor documentation updates
|
2022-03-03 20:24:06 +01:00 |
|
Matthias
|
c0e12d632f
|
Add FTX ref links
|
2022-03-03 19:19:10 +01:00 |
|
Kavinkumar
|
f1d9673ae5
|
Merge branch 'partial_sell' of https://github.com/mkavinkumar1/freqtrade into partial_sell
|
2022-03-03 23:05:33 +05:30 |
|
Kavinkumar
|
0e5a550cfb
|
for coverage
|
2022-03-03 23:04:45 +05:30 |
|
Kavinkumar
|
bc1933cf21
|
Merge branch 'freqtrade:develop' into partial_sell
|
2022-03-03 22:50:44 +05:30 |
|
Kavinkumar
|
59d3dd5ecb
|
added unit tests 2 and 3
|
2022-03-03 22:45:23 +05:30 |
|
Kavinkumar
|
42be492404
|
updated unit tests
|
2022-03-03 20:51:13 +05:30 |
|
Kavinkumar
|
f67b1b4fcf
|
added 2nd unit test
|
2022-03-03 15:21:17 +05:30 |
|
Matthias
|
1d3ce5bef4
|
Remove duplicate call to init_db
|
2022-03-03 07:23:10 +01:00 |
|
Matthias
|
5ab72ac082
|
chore: realign enums imports
|
2022-03-03 07:07:33 +01:00 |
|
Matthias
|
9bcc79e118
|
Use parsed TradingMode from config
|
2022-03-03 07:06:13 +01:00 |
|
Matthias
|
5332c441b9
|
Fix fail test - add more TODO's
|
2022-03-03 07:00:10 +01:00 |
|
Matthias
|
f558d4b132
|
Merge pull request #6467 from samgermain/backtest-liq
Liquidation price in backtesting
|
2022-03-03 06:50:32 +01:00 |
|
Matthias
|
761ac6685a
|
Merge pull request #6489 from samgermain/gateio-market
gateio market orders futures
|
2022-03-03 06:34:06 +01:00 |
|
Sam Germain
|
dfb72d8a2f
|
gateio market orders futures
|
2022-03-02 21:37:53 -06:00 |
|
Matthias
|
e9456cdf15
|
Update trade response to use a single Order object
|
2022-03-02 19:58:08 +01:00 |
|
Matthias
|
17c9c3caf3
|
Enable orders via API
|
2022-03-02 19:58:08 +01:00 |
|
Sam Germain
|
8a9c6e27a5
|
docs/leverage.md: Added freqtrade_liquidation_price formula to docs
|
2022-03-02 12:53:24 -06:00 |
|
Matthias
|
eb30c40e0c
|
Fix hyperopt for futures
|
2022-03-02 19:50:16 +01:00 |
|
Sam Germain
|
c9988e0aa2
|
test_backtest__enter_trade_futures comment calculations include liquidation buffer
|
2022-03-02 12:46:31 -06:00 |
|
Matthias
|
c5cf73e67b
|
hdf5 datahandler should also create directory
|
2022-03-02 19:41:14 +01:00 |
|
Kavinkumar
|
988a9f05f2
|
updated unit tests
|
2022-03-02 20:04:28 +05:30 |
|
Kavinkumar
|
dcba781ef7
|
Merge branch 'freqtrade:develop' into partial_sell
|
2022-03-02 16:27:21 +05:30 |
|
Kavinkumar
|
8016121035
|
updating backtest for partial sell
|
2022-03-02 14:52:53 +05:30 |
|