Matthias
|
4d8e3c25bd
|
Merge branch 'develop' into strategy_utils
|
2023-03-09 07:12:48 +00:00 |
|
Matthias
|
69e5377f3d
|
Merge pull request #8280 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.5.post1
Bump sqlalchemy from 2.0.4 to 2.0.5.post1
|
2023-03-06 08:20:17 +01:00 |
|
Matthias
|
d779d60812
|
Expose total_profit_ratio through API
|
2023-03-06 07:10:02 +01:00 |
|
Matthias
|
c4a80e33ea
|
Fix missing newline in telegram /status
|
2023-03-06 07:01:25 +01:00 |
|
Matthias
|
cab1b750b3
|
Improve test accuracy
|
2023-03-06 06:39:05 +01:00 |
|
Matthias
|
9d285e3dc0
|
Add total_profit_ratio to telegram output
part of #8234
|
2023-03-06 06:39:05 +01:00 |
|
Matthias
|
fff08f737f
|
/status msg - improve formatting further
|
2023-03-06 06:39:05 +01:00 |
|
Matthias
|
ca789b3282
|
/status - whitespace
|
2023-03-06 06:39:05 +01:00 |
|
Matthias
|
11eea9b4e1
|
Fix formatting for /status Realized profit
|
2023-03-06 06:39:05 +01:00 |
|
Matthias
|
de015a2d7e
|
Improve telegram message formatting
|
2023-03-06 06:39:05 +01:00 |
|
Matthias
|
25fd4a04d6
|
Update sqlalchemy QueryPropertyDescriptor to match latest version
|
2023-03-06 06:34:37 +01:00 |
|
hippocritical
|
da44b39423
|
Merge remote-tracking branch 'origin/strategy_utils' into strategy_utils
|
2023-03-05 16:20:46 +01:00 |
|
hippocritical
|
d0d6f53dec
|
fixed github formatting errors
|
2023-03-05 16:19:26 +01:00 |
|
hippocritical
|
5dd919b7ad
|
Merge branch 'freqtrade:develop' into strategy_utils
|
2023-03-05 12:30:26 +01:00 |
|
Matthias
|
9444bbb6f3
|
/maxentries should be in single tics.
|
2023-03-04 20:09:39 +01:00 |
|
Matthias
|
7c0c98a368
|
Properly format first entry value, too.
|
2023-03-04 20:08:20 +01:00 |
|
Matthias
|
60e651b481
|
Updat bybit ohlcv data to v5
|
2023-03-04 19:49:37 +01:00 |
|
Matthias
|
548db18857
|
Improve wording on partial exit notifications
|
2023-03-04 19:27:55 +01:00 |
|
Matthias
|
aec11618ce
|
Telegram improved formatting
|
2023-03-04 18:28:15 +01:00 |
|
Matthias
|
f0cbb4f949
|
Expose relative realized profit
|
2023-03-04 18:20:31 +01:00 |
|
hippocritical
|
d92971cca1
|
Merge branch 'freqtrade:develop' into strategy_utils
|
2023-03-03 18:56:00 +01:00 |
|
hippocritical
|
87b7513401
|
fixed --strategy-list
moved ast comments to requirements.txt >=1.0.0 (since that is the first version that adds the comments unparsing)
|
2023-03-03 18:53:09 +01:00 |
|
Matthias
|
c03c3a5706
|
improve order REPR display
|
2023-03-03 18:12:41 +01:00 |
|
Matthias
|
6e9ff5fdd8
|
Merge pull request #8202 from freqtrade/remove-populate-any-indicators
remove populate_any_indicators
|
2023-03-03 06:33:25 +01:00 |
|
Matthias
|
022f85095e
|
Show Number of exits
part of #8234
|
2023-03-03 06:31:40 +01:00 |
|
Matthias
|
103bd9e2f2
|
keep Trade.session private
|
2023-03-02 07:26:50 +01:00 |
|
Matthias
|
b980f45b2b
|
Fix test mypy errors
|
2023-03-02 06:23:01 +01:00 |
|
Matthias
|
f0f72fdd33
|
Don't define "mapped" on LocalTrade class
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
388dfec50b
|
Remove last type error
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
874413ccc5
|
Fix some style violations
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
4a35d32b6a
|
Improve trade stop types
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
a1166b1077
|
allow null fee on calc_base_close
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
e5c9cde36f
|
Update trades_proxy typing
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
b5f55c9b14
|
Improve type safety in backtesting
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
7c09c01788
|
Add some more typehints
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
0f914cf2bd
|
Use Mapped for LocalTrade
this won't initialize sqlalchemy, as the base class is not inheriting from sqlalchemy.
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
d175ab495b
|
Move SessionType to base module
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
764001a4c2
|
Don't reuse variable
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
b65cff0adc
|
Update "Query" type
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
db4f4498dc
|
Experimentally type query property ...
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
c2c039151c
|
Improve typesafety around trade object
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
8765e3a4d6
|
Fix some Type issues
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
f6b3998bbd
|
Fix backtesting type incompatibilities
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
0691bbaad9
|
Update some db types
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
101d9ab87f
|
Improvements - tests runnable again
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
65a5cf64df
|
Re-type session
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
608a7c2d38
|
Add safe_close_rate
|
2023-03-01 20:32:31 +01:00 |
|
Matthias
|
e59eaf33e0
|
Update _session to session
|
2023-03-01 20:32:31 +01:00 |
|
Matthias
|
47b66f3220
|
More fun with types
|
2023-03-01 20:32:31 +01:00 |
|
Matthias
|
491f49388c
|
"Mapped" for trade_model
|
2023-03-01 20:32:31 +01:00 |
|