Matthias
|
f98d3d86e0
|
Merge branch 'develop' into pr/mkavinkumar1/6545
|
2022-07-24 10:55:12 +02:00 |
|
Matthias
|
2eb1d18c2a
|
Don't load leverage tiers when not necessary
|
2022-07-23 19:56:38 +02:00 |
|
Matthias
|
0287b742da
|
Merge branch 'develop' into pr/mkavinkumar1/6545
|
2022-07-19 07:22:02 +02:00 |
|
Matthias
|
ed64e4299b
|
Stoploss orders should also be eligible to update closed fees
|
2022-07-16 13:14:21 +02:00 |
|
Matthias
|
f9d3775d4c
|
Move "candle" logic for message to telegram
this avoids calling this method unless necessary
|
2022-07-11 14:09:39 +02:00 |
|
Matthias
|
9a3a2f9013
|
Simplify adding candle to message
|
2022-07-11 13:55:32 +02:00 |
|
Matthias
|
8e8f026ea7
|
Telegram candle message should be configurable
|
2022-07-11 12:14:19 +02:00 |
|
Matthias
|
ed03ef47ef
|
Merge branch 'develop' into pr/SurferAdmin/6916
|
2022-07-11 11:49:22 +02:00 |
|
Matthias
|
273f162f6f
|
Merge branch 'develop' into pr/mkavinkumar1/6545
|
2022-07-11 11:20:31 +02:00 |
|
Matthias
|
b7167ec880
|
Fix wrong fee calclulation for gateio futures
|
2022-07-09 08:51:59 +02:00 |
|
Matthias
|
5b733a723d
|
use "fees" for trades responses
|
2022-07-09 08:51:28 +02:00 |
|
Matthias
|
2499276fca
|
Refactor calculate_fee_rate to take separate parameters instead of an "Order"
we passed in a trade object anyway
|
2022-07-09 08:51:28 +02:00 |
|
Matthias
|
e52f82b565
|
Add leverage to custom_stake_amount callback
closes #7047
|
2022-07-08 19:44:20 +02:00 |
|
robcaulk
|
514f7d491c
|
change rejected to denied
|
2022-07-05 12:58:43 +02:00 |
|
robcaulk
|
647f9b5460
|
replace the word abortion with rejected in log messages
|
2022-07-05 12:49:09 +02:00 |
|
Matthias
|
c5e6520fee
|
Reorder methods in freqtradebot
|
2022-07-03 13:35:26 +02:00 |
|
Matthias
|
f2fdc21374
|
Only use exit_tag if exit_type i exit_signal
closes #7027
|
2022-07-03 11:07:05 +02:00 |
|
Matthias
|
e051133926
|
Merge branch 'develop' into pr/mkavinkumar1/6545
|
2022-06-24 09:39:31 +02:00 |
|
Matthias
|
2b07d34611
|
Revert several undesired changes
|
2022-06-23 20:47:51 +02:00 |
|
Matthias
|
8bf0bf10c5
|
Merge branch 'develop' into pr/SmartManoj/6859
|
2022-06-23 20:43:35 +02:00 |
|
Matthias
|
822125d5f0
|
Some subtle bugfixes
|
2022-06-22 19:48:27 +02:00 |
|
Matthias
|
76907cb4d6
|
Small fixes to align backtesting with live
|
2022-06-21 06:47:17 +02:00 |
|
Matthias
|
1fdd2e52e7
|
Use proper profit calculations
|
2022-06-17 20:23:25 +02:00 |
|
Surfer
|
36f7315481
|
Merge branch 'freqtrade:develop' into develop
|
2022-06-16 08:19:57 -04:00 |
|
Matthias
|
7fd5846d9f
|
Eliminate calls to process_exit_sub_trade
|
2022-06-16 07:26:45 +02:00 |
|
Matthias
|
060f12572e
|
Merge branch 'develop' into pr/mkavinkumar1/6545
|
2022-06-14 06:36:16 +02:00 |
|
Matthias
|
1ffee96bad
|
Fix protection parameters not loading from parameter file
closes #6978
|
2022-06-13 19:59:05 +02:00 |
|
Matthias
|
c550cd8b0d
|
Simplify query in freqtradebot
|
2022-06-09 07:04:46 +02:00 |
|
Matthias
|
9534d6cca1
|
Cancel orders which can no longer be found after several days
|
2022-06-07 07:03:40 +02:00 |
|
Matthias
|
a790bad1e4
|
Add entry_tag to leverage callback
closes #6929
|
2022-06-05 10:24:54 +02:00 |
|
Surfer Admin
|
7fe8b7661d
|
Display the signal candle analyzed in telegram.
|
2022-05-31 15:46:43 -04:00 |
|
Matthias
|
88845f6d88
|
Fix cancel order deleting trade
if one order was successfully filled, the trade cannot be deleted.
closes #6907
|
2022-05-31 17:49:51 +02:00 |
|
Matthias
|
fe5d74cbc4
|
Extract order_close_notify
|
2022-05-29 10:14:06 +02:00 |
|
Matthias
|
20a7a6e0d8
|
Fix wrong partial exit notification
|
2022-05-29 09:51:47 +02:00 |
|
Matthias
|
a8218feea8
|
Small cleanups
|
2022-05-28 10:11:32 +02:00 |
|
Matthias
|
2b5530217d
|
Add test for Generic behavior
|
2022-05-27 07:05:04 +02:00 |
|
Matthias
|
7c464f3237
|
Simplify and align adjust_trade_position interface
|
2022-05-26 20:40:34 +02:00 |
|
Matthias
|
192bc868a7
|
Merge branch 'develop' into pr/mkavinkumar1/6545
|
2022-05-26 20:02:46 +02:00 |
|
Matthias
|
3e66275c98
|
Refactor bot_start to separate function
to be reused further ...
|
2022-05-25 20:01:21 +02:00 |
|
Matthias
|
23e089061b
|
Merge pull request #6870 from freqtrade/should_exit_list
Should exit list
|
2022-05-24 06:57:50 +02:00 |
|
Matthias
|
0b5544ef9e
|
Stoploss fill should fill as "filled" notification
Closes #6873
|
2022-05-22 19:18:12 +02:00 |
|
Matthias
|
938a66511a
|
Update Documentation for new confirm_trade_exit behavior
|
2022-05-22 11:28:11 +02:00 |
|
Matthias
|
bdb904e714
|
Should_exit should return all sell signals
|
2022-05-22 10:17:49 +02:00 |
|
Matthias
|
1315d02437
|
Fix startup sending "longed" messages for open stoplosses
|
2022-05-22 09:01:46 +02:00 |
|
Matthias
|
a3d9384bc0
|
Remove clean-dry-run code
|
2022-05-19 06:56:34 +02:00 |
|
மனோஜ்குமார் பழனிச்சாமி
|
b5f6f919b6
|
Updated requested changes in PR #6545
|
2022-05-18 04:21:36 +05:30 |
|
மனோஜ்குமார் பழனிச்சாமி
|
2b61aa282a
|
Removed None in dict.get()
https://stackoverflow.com/a/12631641
Extra Changes: freqtrade\freqtradebot.py:70
freqtrade\plugins\pairlistmanager.py:31
|
2022-05-18 03:41:10 +05:30 |
|
மனோஜ்குமார் பழனிச்சாமி
|
3607538287
|
update var
|
2022-05-18 02:51:01 +05:30 |
|
மனோஜ்குமார் பழனிச்சாமி
|
a1111e3497
|
Merge branch 'develop' into partial_sell2
|
2022-05-18 02:33:16 +05:30 |
|
மனோஜ்குமார் பழனிச்சாமி
|
7bdaa797ec
|
merge upstream
|
2022-05-18 02:27:40 +05:30 |
|