Commit Graph

7414 Commits

Author SHA1 Message Date
மனோஜ்குமார் பழனிச்சாமி
9ceb7fbf4f
Merge branch 'freqtrade:develop' into partial_sell2 2022-03-30 19:15:38 +05:30
மனோஜ்குமார் பழனிச்சாமி
e2c5d91eda changed param order 2022-03-30 18:52:32 +05:30
மனோஜ்குமார் பழனிச்சாமி
0fb40ae015 flake8 fix 2022-03-30 18:43:24 +05:30
மனோஜ்குமார் பழனிச்சாமி
c1c20e4d8a corrected tests 2022-03-30 18:31:40 +05:30
Jason Risch
6b57be35e9
Update kucoin candle limit 2022-03-29 07:23:45 -07:00
மனோஜ்குமார் பழனிச்சாமி
bd00f6de17 updated requested changes in PR #6545 2022-03-28 20:36:58 +05:30
மனோஜ்குமார் பழனிச்சாமி
3d3b3aff3a corrected var name 2022-03-26 12:04:17 +05:30
மனோஜ்குமார் பழனிச்சாமி
4a35c8c0f3 added test for get_rates 2022-03-26 12:02:54 +05:30
மனோஜ்குமார் பழனிச்சாமி
ab7cdca68e updated requested changes in PR #6545 2022-03-26 10:44:59 +05:30
மனோஜ்குமார் பழனிச்சாமி
4cef063d5b
Merge branch 'freqtrade:develop' into partial_sell2 2022-03-24 17:36:17 +05:30
மனோஜ்குமார் பழனிச்சாமி
84dcb55879 updated requested changes for tests in PR #6545 2022-03-24 17:31:29 +05:30
மனோஜ்குமார் பழனிச்சாமி
f4789268bc adjusted amount to trade amount if higher 2022-03-24 13:43:38 +05:30
மனோஜ்குமார் பழனிச்சாமி
14c8c6ad87 updated requested changes in PR #6545 2022-03-24 13:10:08 +05:30
Matthias
00287febc6
Merge pull request #6542 from TheJoeSchr/check_version_with_endswith
[develop] Check version with endswith
2022-03-21 22:17:39 +01:00
Matthias
487d3e891e Revert version to develop for now 2022-03-21 19:41:34 +01:00
Matthias
e9c4e6a69d Update derived strategy documentation 2022-03-20 13:21:09 +01:00
Matthias
49e087df5b Allow Strategy subclassing in different files by enabling local imports 2022-03-20 13:07:06 +01:00
Matthias
fcec071a08 Use order date to fetch trades
using the trade open-date may fail in case of several trade-entries spread over a longer timeperiod.

closes #6551
2022-03-20 09:46:51 +01:00
Matthias
8556e6a053 Automatically assign buy-tag to force-buys
closes #6544
2022-03-20 09:33:47 +01:00
Matthias
aceaa3faec remove last ticker_interval compatibility shim 2022-03-20 09:33:47 +01:00
Matthias
eb08b92180 Raise exception when ticker_interval is set. 2022-03-20 09:01:36 +01:00
Matthias
95f69b905a Remove ticker_interval support 2022-03-20 09:00:53 +01:00
Kavinkumar
6eb2e51bfc removed assert
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
2022-03-19 17:57:04 +05:30
Kavinkumar
9a0860c9a1 Update freqtradebot.py
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
2022-03-19 17:39:34 +05:30
Kavinkumar
e8e8c21fa8
Merge branch 'freqtrade:develop' into partial_sell2 2022-03-19 17:24:02 +05:30
மனோஜ்குமார் பழனிச்சாமி
9fc0f8797d
used decimal 2022-03-19 17:18:03 +05:30
Kavinkumar
127fba021b get fees for both sides in one request
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
2022-03-19 14:40:16 +05:30
Kavinkumar
13ff413e4f updated requested change in PR #6545
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
2022-03-19 12:26:46 +05:30
Matthias
f55db8e262 Spreadfilter should fail to start if fetchTickers is not supported 2022-03-17 20:21:10 +01:00
Matthias
96bf82dbc6 Remove gateio broker program 2022-03-17 17:06:10 +01:00
Kavinkumar
8a6fe48c2f
Merge branch 'freqtrade:develop' into partial_sell2 2022-03-17 18:15:31 +05:30
Matthias
6024fa482e Use brackets to break IF lines 2022-03-17 07:41:08 +01:00
Kavinkumar
1e9cbd579f partial sell using avg price
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
2022-03-16 21:39:46 +05:30
Joe Schr
47317e0f06 version: use 'contains' to check for "develop" instead of literal comparison 2022-03-15 21:08:37 +01:00
Kavinkumar
f9e983e7a3
Merge branch 'freqtrade:develop' into partial_sell 2022-03-15 20:15:15 +05:30
Matthias
ebd61ebdef
Merge pull request #6513 from samgermain/gateio-stoploss
Gateio stoploss on exchange
2022-03-15 06:27:54 +01:00
Kavinkumar
e44274bb41
Merge branch 'freqtrade:develop' into partial_sell 2022-03-15 09:15:11 +05:30
Matthias
18030a30e7 Add exchange parameter to test-pairlist command
This will allow for quick tests of the same pairlist config against
multiple exchanges.
2022-03-14 19:21:58 +01:00
Kavinkumar
32ca2a1aaa
Merge branch 'freqtrade:develop' into partial_sell 2022-03-14 12:37:01 +05:30
Matthias
c63b5fbbbf Use last to get rates for /balance endpoints 2022-03-13 17:53:52 +01:00
Matthias
3133be19e3 Update precisionfilter to use last instead of ask or bid. 2022-03-13 15:23:01 +01:00
Matthias
7146122f4a Update docstring 2022-03-13 15:06:32 +01:00
Matthias
b8b56d95f3 Update missleading docstring 2022-03-13 14:57:32 +01:00
Matthias
9107819c95 Fix order migration "forgetting" average 2022-03-13 14:42:15 +01:00
Kavinkumar
7f72ebd88f
Update freqtradebot.py 2022-03-13 18:40:40 +05:30
Sam Germain
843606c9cb gateio stoploss adjust 2022-03-12 20:14:23 -06:00
Sam Germain
7e7e596372 Revert "moved binance.stoploss_adjust to exchange class"
This reverts commit 6bb93bdc25.
2022-03-12 20:07:50 -06:00
Sam Germain
bf5afbcdbd Merge branch 'develop' into gateio-stoploss 2022-03-12 19:50:46 -06:00
Matthias
f343036e66 Add stoploss-ordertypes mapping for gateio 2022-03-12 19:23:20 +01:00
Kavinkumar
fd52702772
Merge branch 'freqtrade:develop' into partial_sell 2022-03-12 13:20:01 +05:30