hippocritical
|
763f4f4a3e
|
Merge branch 'freqtrade:develop' into strategy_utils
|
2023-03-18 20:15:12 +01:00 |
|
hippocritical
|
4925d8f580
|
Merge remote-tracking branch 'origin/strategy_utils' into strategy_utils
|
2023-03-18 20:07:34 +01:00 |
|
hippocritical
|
b1f88e8861
|
fixed typo from trades to trade
|
2023-03-18 20:02:55 +01:00 |
|
Matthias
|
62c8dd98d5
|
Use combination of thread-local and asyncio-aware session context
|
2023-03-18 19:28:22 +01:00 |
|
Matthias
|
b0a7b64d44
|
Close sessions after telegram calls
|
2023-03-18 19:28:22 +01:00 |
|
Matthias
|
d808dd49e8
|
Fix ruff violation
|
2023-03-18 19:28:13 +01:00 |
|
Matthias
|
818d2bf92a
|
Fix stoploss on exchange value in /show_config call
|
2023-03-18 18:02:46 +01:00 |
|
Matthias
|
477dc50425
|
Add pair output to "tossed" messages
|
2023-03-18 16:32:07 +00:00 |
|
Robert Caulk
|
186fe5933b
|
Merge pull request #8338 from freqtrade/freqai_exception
Fix exceptions when training fails
|
2023-03-18 12:56:25 +01:00 |
|
Matthias
|
8ab35bbaf3
|
Merge pull request #8340 from freqtrade/sqlalchemy2_queyr
remove Sqlalchemy .query usage
|
2023-03-18 08:10:56 +01:00 |
|
Matthias
|
9044052b4e
|
Fix exceptions when training fails
|
2023-03-17 18:29:10 +01:00 |
|
hippocritical
|
209811d23a
|
Merge branch 'freqtrade:develop' into strategy_utils
|
2023-03-17 08:48:52 +01:00 |
|
Matthias
|
b7709126f9
|
remove .query completely
|
2023-03-16 18:07:22 +01:00 |
|
Robert Caulk
|
00054dcfde
|
Merge pull request #8307 from initrv/tensorboard-category
Improve tensorboard_log
|
2023-03-16 11:10:29 +01:00 |
|
Matthias
|
6ed337faa3
|
Update several tests to remove .query
|
2023-03-16 07:04:15 +01:00 |
|
Matthias
|
e579ff9532
|
Simplify pairlock querying
|
2023-03-16 06:48:12 +01:00 |
|
Matthias
|
ae361e1d5d
|
Update more .query usages
|
2023-03-16 06:44:53 +01:00 |
|
Matthias
|
8865af9104
|
Remove .query from pairlock
|
2023-03-15 21:21:00 +01:00 |
|
Matthias
|
aa54b77702
|
Rename _session to sessoin
|
2023-03-15 21:12:06 +01:00 |
|
Matthias
|
8073989c98
|
Remove more usages of .query
|
2023-03-15 21:10:47 +01:00 |
|
Matthias
|
d45599ca3b
|
Fix some type errors
|
2023-03-15 21:09:25 +01:00 |
|
Matthias
|
b469addffb
|
remove usage of .query from regular models
|
2023-03-15 21:00:30 +01:00 |
|
Matthias
|
95ff59a21c
|
Improve documentation for get_trades_proxy
|
2023-03-15 07:23:54 +01:00 |
|
Matthias
|
8f29312c9e
|
Minimum re-entry stake should not include stoploss
|
2023-03-14 08:14:01 +01:00 |
|
Matthias
|
5c280d5649
|
Improve emergency_exit handling
|
2023-03-13 20:28:13 +01:00 |
|
Matthias
|
487469680f
|
Use correct exception type for ccxt.InvalidOrder
|
2023-03-13 20:13:12 +01:00 |
|
Matthias
|
8fd13933c3
|
Improve variable naming
|
2023-03-13 19:51:03 +01:00 |
|
Matthias
|
cf70deaf8d
|
Disallow negative liquidation prices
part of #8300
|
2023-03-13 19:41:39 +01:00 |
|
Matthias
|
3d31eca365
|
Update Exception to contain more info
part of #8300
|
2023-03-13 19:40:52 +01:00 |
|
Matthias
|
d723979c42
|
Move total_trades to explicit variable
|
2023-03-13 19:21:53 +01:00 |
|
initrv
|
f3a1177bad
|
bring inc back
|
2023-03-13 17:53:35 +03:00 |
|
Matthias
|
0e663a5bf8
|
Refresh binance cached leverage tiers
|
2023-03-13 07:06:59 +01:00 |
|
Matthias
|
fbca8e6587
|
Allow empty pairlock reasons through api
closes #8312
|
2023-03-12 21:31:08 +01:00 |
|
initrv
|
a10f78e3ef
|
fix increment in case of 0
|
2023-03-12 23:29:27 +03:00 |
|
Matthias
|
f584edf809
|
Improve tests by simply running a full strategy through everything
|
2023-03-12 16:45:56 +01:00 |
|
Matthias
|
0911cd72a2
|
Add test for strategy-updater start method
|
2023-03-12 15:59:14 +01:00 |
|
Matthias
|
d2a412d2c6
|
Simplify start_strategy_update
|
2023-03-12 15:47:03 +01:00 |
|
Matthias
|
cb086f79ff
|
Improve doc wording and command parameters
|
2023-03-12 15:46:44 +01:00 |
|
hippocritical
|
d186f8f1e1
|
Merge branch 'freqtrade:develop' into strategy_utils
|
2023-03-12 14:40:02 +01:00 |
|
initrv
|
82cb107520
|
add tensorboard category
|
2023-03-12 01:32:55 +03:00 |
|
Matthias
|
8726a4645d
|
Don't use deprecated Type construct
|
2023-03-11 15:15:32 +01:00 |
|
Matthias
|
59d2ff3ffa
|
Simplify handle_cancel_exit
|
2023-03-11 15:15:10 +01:00 |
|
Matthias
|
39c651e40c
|
Remove pointless reset of close_profit
|
2023-03-11 15:15:02 +01:00 |
|
Matthias
|
a76ca771f8
|
telegram: Fix sending telegram message with exception
|
2023-03-10 18:09:05 +01:00 |
|
hippocritical
|
f722823b0d
|
Merge remote-tracking branch 'origin/strategy_utils' into strategy_utils
|
2023-03-10 09:24:08 +01:00 |
|
hippocritical
|
a3988f56b2
|
Sorry matthias, did not see that you already committed something and did overwrite you.
Added your version to it instead of mine and pushed again (since it was already overwritten by me).
|
2023-03-10 09:23:56 +01:00 |
|
hippocritical
|
5a467eb969
|
Merge branch 'freqtrade:develop' into strategy_utils
|
2023-03-10 09:18:44 +01:00 |
|
hippocritical
|
5f8202e1b5
|
Merge remote-tracking branch 'origin/strategy_utils' into strategy_utils
# Conflicts:
# freqtrade/commands/strategy_utils_commands.py
# tests/test_strategy_updater.py
|
2023-03-10 09:00:00 +01:00 |
|
hippocritical
|
bfc7f48f17
|
added checks for python3.8 or lower since ast_comments.unparse() needs python 3.9 or higher.
testing with python 3.8 would make the build fail tests, skipping it there.
|
2023-03-10 08:59:07 +01:00 |
|
Matthias
|
5b2a291109
|
Merge pull request #8273 from freqtrade/stop_from_open_lev
Stop from open lev
|
2023-03-09 19:44:16 +01:00 |
|
Matthias
|
d3a3ddbc61
|
Check if exchang provides bid/ask via fetch_tickers - and fail with spread filter if it doesn't.
closes #8286
|
2023-03-09 19:42:43 +01:00 |
|
Matthias
|
30fd1e742e
|
Add 3.8 block for strategyUpdater
|
2023-03-09 07:46:58 +00:00 |
|
Matthias
|
4d8e3c25bd
|
Merge branch 'develop' into strategy_utils
|
2023-03-09 07:12:48 +00:00 |
|
robcaulk
|
d10ee0979a
|
ensure training_features_list is updated properly
|
2023-03-08 19:37:11 +01:00 |
|
Matthias
|
0318486bee
|
Update stoploss_from_open documentation for leverage adjustment
|
2023-03-08 19:35:26 +01:00 |
|
Robert Caulk
|
85e345fc48
|
Update BaseReinforcementLearningModel.py
|
2023-03-08 19:29:39 +01:00 |
|
robcaulk
|
29d337fa02
|
ensure ohlc is dropped from both train and predict
|
2023-03-08 11:26:28 +01:00 |
|
robcaulk
|
d9dc831772
|
allow user to drop ohlc from features in RL
|
2023-03-07 11:33:54 +01: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 |
|
Matthias
|
027e023443
|
Stop from open with leverage
|
2023-03-04 18:02:47 +01:00 |
|
Andy Lawless
|
a3dee9350f
|
Move bot_loop_start call to run on every candle
|
2023-03-03 20:37:05 +00: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 |
|