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 |
|
Italo
|
0804ef411b
|
Merge branch 'freqtrade:develop' into plot_hyperopt_stats
|
2022-03-03 01:44:41 +00: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 |
|
Kavinkumar
|
aa3aa923bc
|
updated sub trade detection
|
2022-03-02 14:33:56 +05:30 |
|
Kavinkumar
|
82cfaedbe6
|
Update models.py
|
2022-03-02 14:09:03 +05:30 |
|
Kavinkumar
|
3dab31df29
|
updated backtest
|
2022-03-02 13:24:58 +05:30 |
|
Kavinkumar
|
a031216ecc
|
updated backtesting
|
2022-03-02 13:05:00 +05:30 |
|
Sam Germain
|
c0e11beced
|
linting
|
2022-03-02 01:30:52 -06:00 |
|
Sam Germain
|
c0fb6f7e85
|
test_backtest__enter_trade_futures - fixed formula in comments
|
2022-03-02 01:26:47 -06:00 |
|
Matthias
|
d4fbb785b5
|
Merge pull request #6458 from stash86/pos_adjust
Hide sell_reason if a trade is still open
|
2022-03-02 07:23:49 +01:00 |
|
Matthias
|
1c4a7c25d7
|
Fix failing test
|
2022-03-02 07:14:36 +01:00 |
|
Matthias
|
478d440e80
|
Test backtesting with USDT pairs
|
2022-03-02 07:00:07 +01:00 |
|
Matthias
|
b18256c231
|
Merge pull request #6487 from samgermain/setup-gettext
setup.sh install gettext for mac
|
2022-03-02 06:39:27 +01:00 |
|
Matthias
|
71be547d82
|
Bump ccxt to 1.74.63
closes #6484
|
2022-03-02 06:26:00 +01:00 |
|
Kavinkumar
|
e7bd3c6d80
|
updated requested changes
|
2022-03-02 10:13:11 +05:30 |
|
Sam Germain
|
abc8854b5a
|
setup.sh install gettext for mac
|
2022-03-01 17:38:38 -06:00 |
|
Matthias
|
f74de1cca3
|
Improve Backtesting "wrong setup" message to include tradable_balance
|
2022-03-01 19:46:13 +01:00 |
|
Matthias
|
54165662ce
|
Don't require unfilledtimeout, it's optional.
|
2022-03-01 19:41:26 +01:00 |
|
Matthias
|
69cfb0b278
|
Revert change to telegram - this should be handled at the source
|
2022-03-01 19:32:25 +01:00 |
|
Matthias
|
c2b90afa61
|
Merge branch 'develop' into pr/stash86/6458
|
2022-03-01 19:31:36 +01:00 |
|
Matthias
|
a2c9879375
|
Reset sell-reason if order is cancelled
|
2022-03-01 19:30:16 +01:00 |
|
Matthias
|
736a930152
|
Update small things
|
2022-03-01 19:23:14 +01:00 |
|
Matthias
|
f26247e8e0
|
Revert wrong version string
|
2022-03-01 19:08:04 +01:00 |
|
Kavinkumar
|
5c1d053b51
|
typo
|
2022-03-01 18:52:12 +05:30 |
|
Kavinkumar
|
e068787d1e
|
changed requested
|
2022-03-01 18:44:18 +05:30 |
|