Stefano Ariestasia
|
8055140e66
|
simplify code
|
2024-01-08 00:53:37 +09:00 |
|
Stefano Ariestasia
|
96a6c00acc
|
add mode
|
2024-01-08 00:42:33 +09:00 |
|
Stefano Ariestasia
|
09cb6cb02d
|
remove debug
|
2024-01-08 00:21:58 +09:00 |
|
Stefano Ariestasia
|
1f0a2ab242
|
forgot ()
|
2024-01-08 00:21:07 +09:00 |
|
Stefano Ariestasia
|
35467619c4
|
add logger
|
2024-01-08 00:20:09 +09:00 |
|
Stefano Ariestasia
|
bb684dd613
|
empty pairlist
|
2024-01-08 00:16:49 +09:00 |
|
Stefano Ariestasia
|
adf07dd3e1
|
remove cache for noe
|
2024-01-08 00:16:16 +09:00 |
|
Stefano Ariestasia
|
ef528fa69c
|
option B
|
2024-01-08 00:14:55 +09:00 |
|
Stefano Ariestasia
|
e10ab8c543
|
test gen_pairlist
|
2024-01-08 00:04:58 +09:00 |
|
Stefano Ariestasia
|
a5862dcc4a
|
add log message
|
2024-01-07 23:33:34 +09:00 |
|
Stefano Ariestasia
|
1cd08c96a1
|
filter the pairlist
|
2024-01-07 23:30:11 +09:00 |
|
Stefano Ariestasia
|
2eb3b73a93
|
cut the list to top x
|
2024-01-07 23:22:58 +09:00 |
|
Stefano Ariestasia
|
70cc2942d7
|
wrong arg name
|
2024-01-07 23:10:18 +09:00 |
|
Stefano Ariestasia
|
1e49200596
|
early stage of marketcapfilter
|
2024-01-07 20:16:44 +09:00 |
|
Matthias
|
6121c7ed86
|
Remove pointless condition (freqtradebot only ever exists in dry/live modes).
|
2024-01-06 18:21:41 +01:00 |
|
Matthias
|
394c260eb2
|
Update runmode to 'backtest' in some test cases
|
2024-01-06 18:14:14 +01:00 |
|
Matthias
|
582f51ccdd
|
Add runmode "dry_run" to default configuration
|
2024-01-06 18:07:40 +01:00 |
|
Matthias
|
74bb1a29b6
|
Fix indentation
|
2024-01-06 17:55:03 +01:00 |
|
Matthias
|
ddb42879ef
|
Fix type errors
|
2024-01-06 17:32:56 +01:00 |
|
Matthias
|
53b24ea69b
|
Update webhook documentation
|
2024-01-06 16:28:45 +01:00 |
|
Matthias
|
80071dd2d8
|
Adjust tests for improved telegram output
|
2024-01-06 16:25:49 +01:00 |
|
Matthias
|
545096cc47
|
feat: improve telegram message formatting
|
2024-01-06 16:13:27 +01:00 |
|
Matthias
|
9f682b5829
|
Improve Coin formatter naming
|
2024-01-06 16:02:47 +01:00 |
|
Matthias
|
209e7033cd
|
Fix tests for newly added field
|
2024-01-06 15:48:49 +01:00 |
|
Matthias
|
7f69a06819
|
Use Type-hinting for telegram messages
|
2024-01-06 15:47:15 +01:00 |
|
Matthias
|
20b2f25067
|
Add quote currency to entry/exit msgs
|
2024-01-06 15:47:15 +01:00 |
|
Matthias
|
079330ac64
|
Merge pull request #9611 from freqtrade/rpc_final_exit_msg
Improve Telegram final exit msg
|
2024-01-06 15:46:56 +01:00 |
|
Matthias
|
88524db290
|
Remove leading whitespace
|
2024-01-06 13:04:49 +01:00 |
|
Matthias
|
e1ad87a565
|
Extract number-formatters from misc
|
2024-01-06 13:04:49 +01:00 |
|
Matthias
|
65009373ee
|
add round_value incl. tests
|
2024-01-06 12:42:33 +01:00 |
|
Matthias
|
7f84996c1e
|
Send correct Profit for both exit types
|
2024-01-06 11:53:14 +01:00 |
|
Matthias
|
90df6bcd54
|
Remove pointless parenteses
|
2024-01-06 11:49:40 +01:00 |
|
Matthias
|
3237cad8c8
|
Fix test naming from sell to exit
|
2024-01-06 11:32:58 +01:00 |
|
Matthias
|
2a11597ad3
|
Improve exit message wording
|
2024-01-06 11:30:45 +01:00 |
|
Matthias
|
59ec3fd860
|
Always send order-type to exit notifications
|
2024-01-06 11:29:02 +01:00 |
|
Matthias
|
685fef1ee8
|
Improve buy message FIAT formatting
|
2024-01-06 11:22:37 +01:00 |
|
Matthias
|
690a3599d0
|
Simplify exit msg method further
|
2024-01-06 11:14:43 +01:00 |
|
Matthias
|
e4977d4cbd
|
Don't assign the original message dict for no reason
|
2024-01-06 10:55:00 +01:00 |
|
Matthias
|
7b78e66e7d
|
Ajust some leverage calls
|
2024-01-06 10:51:50 +01:00 |
|
Matthias
|
8726d63923
|
Remove unnecessary calculations for exit msg
|
2024-01-06 10:50:55 +01:00 |
|
Matthias
|
5e9a929e9e
|
Further simplify msg formatting
|
2024-01-06 10:50:35 +01:00 |
|
Matthias
|
c3ce11c222
|
Simplify enter_tag call
|
2024-01-06 10:50:13 +01:00 |
|
Matthias
|
0ab54b88cf
|
Improve leverage formatting
|
2024-01-06 10:50:13 +01:00 |
|
Matthias
|
934e72656a
|
Simplify exit message fiat handling
|
2024-01-06 10:50:13 +01:00 |
|
Robert Caulk
|
b950128c4d
|
Update freqai-running.md
|
2024-01-06 09:26:17 +01:00 |
|
Matthias
|
c1982ab836
|
Merge pull request #9638 from freqtrade/fix/funding_rate_timeframe
Fix/funding rate timeframe
|
2024-01-06 09:25:17 +01:00 |
|
Matthias
|
86a9968bdd
|
Fix bug in exit message formatting
|
2024-01-05 19:15:21 +01:00 |
|
Matthias
|
2bceb35b79
|
Circumvent edge-case in exit notifications
if order-amount == remaining amount, it caused a wrong exit msg
|
2024-01-05 19:10:43 +01:00 |
|
Matthias
|
e7eb1c132d
|
Improve startup sequence to avoid certain timing errors
closes #9639
|
2024-01-05 17:26:25 +01:00 |
|
Matthias
|
fdc573f2f7
|
Add rudimentary test for funding_rate fix
|
2024-01-04 17:22:34 +01:00 |
|