Matthias
|
0fa0f49b75
|
Add adjustment order tagging in strategy callbacks docs
|
2024-01-30 07:24:36 +01:00 |
|
Matthias
|
3e7d5bbae8
|
Merge pull request #9515 from stash86/bt-metrics
In partial exit, do full exit if remaining == 0
|
2023-12-30 16:39:46 +01:00 |
|
Matthias
|
063b55d41a
|
Fix doc typo
|
2023-12-29 20:02:24 +01:00 |
|
agamboa-caylent
|
ec89aad10b
|
fix typo in stoploss_from_absolute code example
|
2023-12-24 21:02:22 -06:00 |
|
Matthias
|
e96f4f0e53
|
Improve adjust_trade_position documentation
|
2023-12-14 20:06:45 +01:00 |
|
Matthias
|
59cefda283
|
Update strategy-callbacks.md with new information
on max_entry_position_adjustment
|
2023-11-11 13:11:17 +01:00 |
|
Matthias
|
b4e732617e
|
Add handling for order replacement cancel failing
|
2023-09-22 06:37:56 +02:00 |
|
Matthias
|
f6fce2162c
|
Add new parameter to strategy template
|
2023-09-17 22:25:23 +02:00 |
|
Axel-CH
|
29a5e049b9
|
edit note wording for custom_entry_price
|
2023-09-17 03:30:03 -04:00 |
|
Axel CHERUBIN
|
d81fdeb3ed
|
Update docs/strategy-callbacks.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2023-09-17 03:06:00 -04:00 |
|
Axel-CH
|
1d0f1bd1ee
|
update doc
|
2023-09-16 13:13:23 -04:00 |
|
axel
|
cf96ad1d1b
|
add trade param to custom entry price in interface, bot, backtesting, exemples
|
2023-09-16 02:32:03 -04:00 |
|
Matthias
|
454c2343a8
|
More clarity for adjust_trade_position callback docstring
|
2023-09-14 18:27:45 +02:00 |
|
Matthias
|
e806e4a796
|
Move stop helper functions to callbacks section
|
2023-09-02 12:06:16 +02:00 |
|
Matthias
|
5ed5907809
|
Add explicit example for "after_fill" handling
|
2023-08-18 10:14:32 +02:00 |
|
Matthias
|
ddf79088fb
|
Update custom stop documenttaion
|
2023-08-14 16:40:09 +02:00 |
|
Matthias
|
3ed682a9c6
|
Allow None from custom_stop
|
2023-08-14 16:40:09 +02:00 |
|
Matthias
|
6e32f172be
|
Update samples in the documentation
|
2023-08-14 16:40:09 +02:00 |
|
Matthias
|
d8c0621887
|
Add stake amount property to order object
|
2023-07-15 10:14:08 +02:00 |
|
Mart van de Ven
|
b545fc5590
|
Correct user namespace from cust_ to custom_
|
2023-04-20 13:36:31 +08:00 |
|
Matthias
|
2f9e6c990c
|
Update docs/strategy-callbacks.md
|
2023-04-19 15:26:33 +02:00 |
|
TheJoeSchr
|
94e190b954
|
docs: strategy-callbacks: revert leverage=trade.leverage removal
|
2023-04-19 13:22:52 +02:00 |
|
Joe Schr
|
f9124ef5b9
|
docs: strategy-callbacks: removes outdated leverage argument
|
2023-04-18 17:36:36 +02:00 |
|
Joe Schr
|
6f401a9e15
|
docs: use helper function stoploss_from_absolute in strategy callbacks "absolute" example
|
2023-04-18 11:26:55 +02:00 |
|
Matthias
|
73b59df77b
|
Merge branch 'develop' into pr/paranoidandy/8272
|
2023-03-26 11:22:24 +02:00 |
|
Matthias
|
86aef7cf9d
|
Add current_time to bot_loop_start callbak
|
2023-03-26 11:22:19 +02:00 |
|
Matthias
|
0318486bee
|
Update stoploss_from_open documentation for leverage adjustment
|
2023-03-08 19:35:26 +01:00 |
|
Andy Lawless
|
b262f0b374
|
Update docs re: bot_loop_start in backtest
|
2023-03-03 20:46:43 +00:00 |
|
Matthias
|
0642a2768e
|
Add missing bracket
closes #8041
|
2023-01-22 11:17:31 +01:00 |
|
Matthias
|
dbddc4c8aa
|
Improve wording on adjust_trade_position callback warning
|
2023-01-20 07:08:15 +01:00 |
|
Matthias
|
33dce5cf10
|
Clarify partial exit calculation messaging
|
2022-12-15 07:05:07 +01:00 |
|
Matthias
|
47e93dd2b2
|
Update documentation
|
2022-10-22 15:21:39 +02:00 |
|
Matthias
|
255c748ca2
|
Update docs for new trade_position behavior
|
2022-09-27 19:55:17 +02:00 |
|
Matthias
|
b9f35cadb3
|
add /stopentry alias for /stopbuy
|
2022-08-28 11:37:22 +02:00 |
|
Matthias
|
2b70c3d0c0
|
support price callback for partial exits in bt
This will align results to how live works.
closes #7292
|
2022-08-27 08:50:09 +02:00 |
|
Matthias
|
085f81ec9e
|
Fix header indent on stake-size-management
|
2022-08-21 08:24:14 +02:00 |
|
Stefano Ariestasia
|
febd809119
|
Fix typo
adjust_trade_position should return stake_amount, not amount
|
2022-08-04 20:55:52 +09:00 |
|
Kavinkumar
|
a4bada3ebe
|
Partial exit using average price (#6545)
Introduce Partial exits
|
2022-07-31 14:19:04 +02:00 |
|
Matthias
|
4da96bc511
|
Update docs
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
e52f82b565
|
Add leverage to custom_stake_amount callback
closes #7047
|
2022-07-08 19:44:20 +02:00 |
|
Matthias
|
14a859c190
|
Improve some documentation around futures / leverage
|
2022-06-16 19:50:13 +02:00 |
|
Matthias
|
1ddd5f1901
|
Update docstring throughout the bot.
|
2022-06-09 19:41:08 +02:00 |
|
gautier pialat
|
ac40ae89b9
|
give extra info on rate origin for confirm_trade_*
Documentation :
Take into consideration the market buy/sell rates use case for the confirm_trade_entry and confirm_trade_exit callback function
|
2022-06-08 00:20:33 +02:00 |
|
Matthias
|
a790bad1e4
|
Add entry_tag to leverage callback
closes #6929
|
2022-06-05 10:24:54 +02:00 |
|
Matthias
|
3549176370
|
Update missleading docstring
closes #6913
|
2022-05-31 17:52:45 +02:00 |
|
Matthias
|
ad8ff10a05
|
Minor doc changes
|
2022-05-30 06:32:46 +02:00 |
|
Matthias
|
d6773bc32c
|
Merge pull request #6886 from freqtrade/fix/typing
Fix/typing
|
2022-05-24 19:41:59 +02:00 |
|
Matthias
|
f1a72e448a
|
Align interfaces and strategy templates
|
2022-05-24 06:54:16 +02:00 |
|
Matthias
|
938a66511a
|
Update Documentation for new confirm_trade_exit behavior
|
2022-05-22 11:28:11 +02:00 |
|
Matthias
|
277e07589e
|
update/fix some comments and docs
|
2022-05-07 17:47:37 +02:00 |
|