Kavinkumar
|
6fa6542935
|
flake8 fix
|
2022-03-05 15:13:58 +05:30 |
|
Kavinkumar
|
5f50f19e34
|
Updated backtest
|
2022-03-05 14:39:28 +05:30 |
|
Kavinkumar
|
3fb6010eee
|
updated sell msg
|
2022-03-04 18:10:31 +05:30 |
|
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
|
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
|
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 |
|
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 |
|
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 |
|
Kavinkumar
|
e7bd3c6d80
|
updated requested changes
|
2022-03-02 10:13:11 +05:30 |
|
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
|
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 |
|
Kavinkumar
|
027e11d859
|
partial sell
|
2022-03-01 02:29:09 +05:30 |
|
Matthias
|
68bc2a6107
|
Add huobi to ccxt compat tests
|
2022-02-28 07:00:52 +01:00 |
|
Matthias
|
0ebf40f390
|
Don't call amount_to_precision twice on entry
|
2022-02-27 15:57:44 +01:00 |
|
Matthias
|
41316abb55
|
Sort supported exchanges alphabetically
|
2022-02-26 14:57:17 +01:00 |
|
Matthias
|
14d49e85af
|
Update Huobi stoploss to shared method
|
2022-02-26 14:57:13 +01:00 |
|
Matthias
|
a1f2f6ddeb
|
Updates required for huobi datadownload
|
2022-02-26 10:33:37 +01:00 |
|
Matthias
|
f3421dfa9f
|
Use unified stopPrice argument
|
2022-02-26 10:33:37 +01:00 |
|
Matthias
|
292c350885
|
Add stoploss support for huobi
|
2022-02-26 10:33:36 +01:00 |
|
Matthias
|
9504b3eb05
|
Improve huobi config generation
|
2022-02-26 10:33:11 +01:00 |
|
Matthias
|
ee7bc55727
|
Add huobi to Exchange setup
|
2022-02-26 10:33:11 +01:00 |
|
Matthias
|
2ec1a7b370
|
Add huobi exchange class
|
2022-02-26 10:33:11 +01:00 |
|
Matthias
|
3942b30ebf
|
Add kraken TODO
|
2022-02-26 08:34:23 +01:00 |
|
Matthias
|
6caa5f7131
|
Update dry-run behaviour
|
2022-02-26 08:25:42 +01:00 |
|
Matthias
|
0749199097
|
Add stoploss tests for kucoin
|
2022-02-26 08:25:42 +01:00 |
|
Matthias
|
768b526c38
|
Add kucoin stoploss on exchange
|
2022-02-26 08:25:42 +01:00 |
|
Matthias
|
7ba92086c9
|
Make stoploss method more flexible
|
2022-02-26 08:25:42 +01:00 |
|
Matthias
|
ea197b79ca
|
Add some more logic to stoploss
|
2022-02-26 08:25:42 +01:00 |
|
Matthias
|
1d57ce19eb
|
Move stoploss -limit implemenentation to exchange class, as this seems to be used by multiple exchanges.
|
2022-02-26 08:25:42 +01:00 |
|
Matthias
|
7883160ce0
|
Update to fstrings
|
2022-02-26 08:23:13 +01:00 |
|
Matthias
|
018c620057
|
Fix 0 Division error on exchanges without average
closes #6461
|
2022-02-26 08:19:45 +01:00 |
|
Matthias
|
5826698c04
|
Don't emergencysell partial sold exit
closes #6457
|
2022-02-25 15:07:35 +01:00 |
|
Matthias
|
3c88b4cf0c
|
Merge pull request #6416 from froggleston/patch-2
|
2022-02-25 11:58:43 +01:00 |
|
Matthias
|
3b1b66bee8
|
Prevent backtest starting when not in webserver mode
#6455
|
2022-02-25 07:40:49 +01:00 |
|