Matthias
|
550ab2b8e8
|
Improve select_order to only consider filled where needed.
|
2023-01-08 11:24:04 +01:00 |
|
Matthias
|
ad0d7c9a9e
|
Don't allow DCA trades to go beyond max order size
closes #7924
|
2022-12-23 16:09:35 +01:00 |
|
Matthias
|
abc3badfb5
|
Improve shutdown behavior
closes #7882
|
2022-12-12 20:01:54 +01:00 |
|
Matthias
|
e4a3efc7d4
|
Don't use strategy.stoploss too often
discovered in #7760
|
2022-11-27 15:54:35 +01:00 |
|
Matthias
|
0f97ef0d7b
|
Reset stoploss_order_id when order is canceled
closes #7766
|
2022-11-25 16:08:33 +01:00 |
|
Matthias
|
1b3e62bcbc
|
Lock execute_entry to prevent timing hickups
|
2022-11-25 14:50:48 +01:00 |
|
Matthias
|
c593cdc438
|
Improve type hints
|
2022-11-25 14:48:06 +01:00 |
|
Matthias
|
5e6cda11ef
|
Update method name for trade fee updating
|
2022-11-25 14:43:56 +01:00 |
|
Matthias
|
0fa5217043
|
Improve protection setup
lock_pair should be called when the order closes, not when the exit order is placed.
it should also be called for stoploss orders, too.
closes #7783
|
2022-11-21 19:30:49 +01:00 |
|
Matthias
|
0a702cdd26
|
Ensure more methods are typechecked
|
2022-11-14 20:56:35 +01:00 |
|
Matthias
|
b715d9c521
|
Improve fee handling
closes #7586
|
2022-10-21 16:30:14 +02:00 |
|
Marek Cieplucha
|
4df533feb0
|
Add missing comma
|
2022-10-04 21:16:30 +02:00 |
|
Marek Cieplucha
|
5019300d5c
|
Fix for #7534 in bot
|
2022-10-04 20:28:47 +02:00 |
|
Matthias
|
eb8eebe492
|
Reset open_order_id after trade cancel
Part of #7526
|
2022-10-04 10:08:58 +00:00 |
|
Matthias
|
ca22d857b7
|
Improve handling of trades that fail to cancel as they are closed
|
2022-10-03 18:09:53 +02:00 |
|
Matthias
|
47ef99f588
|
Simplify interface to notify_exit_cancel
|
2022-09-30 17:18:27 +02:00 |
|
Matthias
|
819488c906
|
Improve exit message wording
|
2022-09-30 17:04:34 +02:00 |
|
Matthias
|
c946d30596
|
Add partial cancel message
|
2022-09-30 16:24:16 +02:00 |
|
Matthias
|
649879192b
|
Implement partial sell
|
2022-09-30 16:24:16 +02:00 |
|
Matthias
|
bd664580fb
|
Don't unnecessarily reset order_id
|
2022-09-30 15:43:23 +02:00 |
|
Matthias
|
f6a0d677d2
|
Remove pointless notification assignment
|
2022-09-30 09:34:00 +02:00 |
|
Matthias
|
7dd984e25e
|
Simplify cancel_entry
|
2022-09-30 09:34:00 +02:00 |
|
Matthias
|
2d2ff2fff6
|
remove unnecessary assignments and comments
|
2022-09-30 09:34:00 +02:00 |
|
Matthias
|
2ce265bed3
|
Merge pull request #7473 from freqtrade/feat/producerpairlist
Producerpairlist
|
2022-09-30 06:54:15 +02:00 |
|
Matthias
|
30a5bb08dd
|
partial exits should account for leverage
|
2022-09-27 19:53:55 +02:00 |
|
Matthias
|
0c810868de
|
Add Dataprovider to pairlist
|
2022-09-25 09:22:21 +02:00 |
|
Matthias
|
1db8421b9d
|
Merge pull request #7303 from wizrds/feat/externalsignals
Producer/consumer mode
|
2022-09-23 06:29:58 +02:00 |
|
Matthias
|
91dc5e7aa6
|
Be sure to provide an amount in entry notifications
|
2022-09-21 21:12:08 +02:00 |
|
Matthias
|
8f41f943b4
|
Fix 0.0 amount message wording
|
2022-09-21 06:42:55 +02:00 |
|
Matthias
|
3b0874eb37
|
Update exit message handling to gracefully handle kucoins "empty" responses
closes #7444
|
2022-09-20 20:00:08 +02:00 |
|
Matthias
|
0bd6ad55a1
|
Always show freqtrade version
|
2022-09-20 14:14:54 +00:00 |
|
Matthias
|
914eccecec
|
Merge branch 'develop' into pr/wizrds/7303
|
2022-09-20 06:56:15 +02:00 |
|
Matthias
|
667853c504
|
Use Alias to type config objects
|
2022-09-18 13:20:55 +02:00 |
|
Matthias
|
063511826c
|
Update stoploss on exchange logic
closes #7424
|
2022-09-17 17:11:00 +02:00 |
|
Timothy Pogue
|
4104d0f68a
|
Merge branch 'develop' into feat/externalsignals
|
2022-09-08 10:19:23 -06:00 |
|
Matthias
|
9ef0ffe277
|
Update tests for funding-Fee exceptions
|
2022-09-08 07:19:17 +00:00 |
|
Matthias
|
791f61c089
|
Add test case for funding fee update failure
|
2022-09-08 07:13:15 +00:00 |
|
Matthias
|
4e15611b05
|
Don't crash in case of funding fee fetch error
|
2022-09-08 07:18:38 +02:00 |
|
Matthias
|
322f00e3e8
|
Fix empty entry message if order doesn't fill immediately
closes #7368
|
2022-09-07 18:19:43 +02:00 |
|
Matthias
|
4d69df08dd
|
trunc to amount precision before checking valid partial exits
closes #7368
|
2022-09-07 06:43:08 +02:00 |
|
Timothy Pogue
|
8bfaf0a998
|
Merge branch 'develop' into feat/externalsignals
|
2022-09-06 13:02:36 -06:00 |
|
Matthias
|
dc4a4bdf09
|
Wrap cleanup in try/finally handler
If a database has errors, the database cleanups would fail, causing
cleanup to be incomplete.
closes #7364
|
2022-09-06 20:26:42 +02:00 |
|
Matthias
|
98ec84fca6
|
Merge pull request #7339 from freqtrade/fix/fundingfee_handling
Fix/fundingfee handling
|
2022-09-06 19:21:40 +02:00 |
|
Timothy Pogue
|
cd8455ccb7
|
Merge branch 'develop' into feat/externalsignals
|
2022-09-05 15:10:25 -06:00 |
|
Timothy Pogue
|
07f806a314
|
minor improvements, fixes, old config+constant removal
|
2022-09-04 10:22:10 -06:00 |
|
Timothy Pogue
|
dae3b3d86a
|
support shutting down freqai
|
2022-09-03 13:24:14 -06:00 |
|
Matthias
|
0f483ee31f
|
Use "since last order" approach for live as well.
|
2022-09-03 15:01:42 +02:00 |
|
Matthias
|
0c6a02687a
|
Don't calculate funding fees if we're not going to use them.
|
2022-09-03 15:01:42 +02:00 |
|
Timothy Pogue
|
00f35f4870
|
remove old constant, add initial_data requesting, minor changes
|
2022-09-01 20:06:36 -06:00 |
|
Matthias
|
ba2eb7cf0f
|
Fix BNB fee bug when selling
thanks @epigramx, for reporting and for the detailed data.
|
2022-09-01 06:42:51 +02:00 |
|
Timothy Pogue
|
865b34cd6f
|
add producer names
|
2022-08-31 11:43:02 -06:00 |
|
Timothy Pogue
|
510cf4f305
|
remove data waiting, remove explicit analyzing of external df
|
2022-08-31 10:40:26 -06:00 |
|
Timothy Pogue
|
346e73dd75
|
client implementation, minor fixes
|
2022-08-30 19:21:34 -06:00 |
|
Matthias
|
c9aa09ec89
|
Simplify base fee handling
|
2022-08-30 20:46:06 +02:00 |
|
Timothy Pogue
|
7952e0df25
|
initial rework separating server and client impl
|
2022-08-29 13:41:15 -06:00 |
|
Matthias
|
226fa5d93c
|
Simplify liquidation price calling structure
|
2022-08-29 07:04:48 +02:00 |
|
Matthias
|
b9f35cadb3
|
add /stopentry alias for /stopbuy
|
2022-08-28 11:37:22 +02:00 |
|
Timothy Pogue
|
2b5f067877
|
Refactoring, minor improvements, data provider improvements
|
2022-08-26 23:40:13 -06:00 |
|
Matthias
|
9204f01312
|
Don't lock pairs on partial exit
|
2022-08-27 07:23:02 +02:00 |
|
Matthias
|
01126c43f7
|
Fix liquidation price tier calculation
closes #7294
|
2022-08-26 20:14:24 +02:00 |
|
Matthias
|
f2a356a80c
|
Fix some imports
|
2022-08-25 07:08:58 +02:00 |
|
Timothy Pogue
|
d474111a65
|
Renamed to external signals, controller class refactored
|
2022-08-24 22:42:29 -06:00 |
|
Matthias
|
fe7108ae75
|
Convert amount to contracts before comparing for close
closes #7279
|
2022-08-23 06:37:38 +02:00 |
|
Matthias
|
78b161e14c
|
add contract_size to database
|
2022-08-23 06:37:38 +02:00 |
|
Timothy Pogue
|
6f5478cc02
|
DataFrame transmission, strategy follower logic
|
2022-08-21 22:45:36 -06:00 |
|
Matthias
|
87a3115073
|
Add get_open_trade_count() to simplify getting open trade count.
|
2022-08-21 17:08:27 +02:00 |
|
Timothy Pogue
|
739b68f8fd
|
ExternalPairList plugin
|
2022-08-19 22:40:01 -06:00 |
|
Timothy Pogue
|
6834db11f3
|
minor improvements and pairlist data transmission
|
2022-08-19 00:06:19 -06:00 |
|
Matthias
|
46e8d9a5e4
|
Reduce verbosity when whitelist is empty
|
2022-08-18 09:09:37 +02:00 |
|
Matthias
|
83ca168bb8
|
Merge pull request #7216 from freqtrade/precise_calcs
Precise calcs
|
2022-08-17 14:32:02 +02:00 |
|
Matthias
|
1ac81aa316
|
Show message if fee update failed due to missing
closes #7234
|
2022-08-16 17:09:23 +02:00 |
|
Matthias
|
2fb7a3091d
|
Improve backfill of precisions
|
2022-08-16 09:32:31 +02:00 |
|
Matthias
|
711b6b1a1a
|
Merge branch 'develop' into precise_calcs
|
2022-08-16 09:29:39 +02:00 |
|
Matthias
|
c3f159bd57
|
Add precision fields to database
|
2022-08-15 19:58:40 +02:00 |
|
Matthias
|
7075b00e20
|
Remove odd dry run stoploss behavior
closes #7208
|
2022-08-13 11:37:23 +02:00 |
|
Matthias
|
3bcb47d75d
|
Remove usage of Decimal
|
2022-08-13 08:43:56 +02:00 |
|
Matthias
|
eff8cd7ecb
|
Add leverage to force_entry
|
2022-08-07 09:47:11 +02:00 |
|
Matthias
|
bfa859e618
|
Remove unnecessary method (simplify)
|
2022-08-06 17:46:58 +02:00 |
|
Matthias
|
95327750dc
|
Final abs. profit should not be doubled in rpc messages
|
2022-08-04 07:07:54 +02:00 |
|
Kavinkumar
|
a4bada3ebe
|
Partial exit using average price (#6545)
Introduce Partial exits
|
2022-07-31 14:19:04 +02:00 |
|
Matthias
|
369c6da5d8
|
Merge pull request #7146 from freqtrade/fix/liquidation
Update liquidation price handling
|
2022-07-31 08:09:54 +02:00 |
|
Matthias
|
d046f0cc5e
|
Improve method wording for liquidation price setter
|
2022-07-30 16:11:31 +02:00 |
|
Matthias
|
dba7a7257d
|
Use stop_or_liquidation instead of stop_loss
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
8711b7d99f
|
Liquidations cannot be rejected.
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
229e8864bb
|
Add send_msg capability to dataprovider
|
2022-07-26 20:15:49 +02:00 |
|
Matthias
|
2eb1d18c2a
|
Don't load leverage tiers when not necessary
|
2022-07-23 19:56:38 +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
|
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
|
2b07d34611
|
Revert several undesired changes
|
2022-06-23 20:47:51 +02:00 |
|