Matthias
|
b7f180ab3f
|
fix: Improve safety of custom_stop return validation
If the return is inf or NaN freqtrade should not fail
closes #10349
|
2 years ago |
Matthias
|
21710aeca8
|
use kwargs in example for clarity
closes #10308
|
2 years ago |
Matthias
|
6934088a59
|
Fix some non-working links
|
2 years ago |
Matthias
|
e5f3d04437
|
Add some imports
closes #10053
|
2 years ago |
Matthias
|
a584854d46
|
Update docs to align with actual workings.
|
2 years ago |
Matthias
|
78442e36e7
|
Fix small grammar error
|
2 years ago |
Matthias
|
82565a9667
|
Merge pull request #9955 from Axel-CH/feature/trade-lifecycle-callbacks
Feature: trade lifecycle callbacks
|
2 years ago |
Matthias
|
e49ab2593c
|
Update / improve docs
|
2 years ago |
Matthias
|
f6a8cb4698
|
update docs (fix typos)
|
2 years ago |
Axel-CH
|
6941953a8b
|
update doc details about order_filled callback details
|
2 years ago |
Stefano Ariestasia
|
bae4973da5
|
simplify full exit using adjust trade pos
|
2 years ago |
Matthias
|
5402d276d6
|
Add header to warning box, reorder Boxes
|
2 years ago |
Matthias
|
d9f4c62f15
|
Add warning about excessive use of position_adjustment
|
2 years ago |
Matthias
|
0fa0f49b75
|
Add adjustment order tagging in strategy callbacks docs
|
2 years ago |
Matthias
|
3e7d5bbae8
|
Merge pull request #9515 from stash86/bt-metrics
In partial exit, do full exit if remaining == 0
|
2 years ago |
Matthias
|
063b55d41a
|
Fix doc typo
|
2 years ago |
agamboa-caylent
|
ec89aad10b
|
fix typo in stoploss_from_absolute code example
|
2 years ago |
Matthias
|
e96f4f0e53
|
Improve adjust_trade_position documentation
|
2 years ago |
Matthias
|
59cefda283
|
Update strategy-callbacks.md with new information
on max_entry_position_adjustment
|
2 years ago |
Matthias
|
b4e732617e
|
Add handling for order replacement cancel failing
|
3 years ago |
Matthias
|
f6fce2162c
|
Add new parameter to strategy template
|
3 years ago |
Axel-CH
|
29a5e049b9
|
edit note wording for custom_entry_price
|
3 years ago |
Axel CHERUBIN
|
d81fdeb3ed
|
Update docs/strategy-callbacks.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
3 years ago |
Axel-CH
|
1d0f1bd1ee
|
update doc
|
3 years ago |
axel
|
cf96ad1d1b
|
add trade param to custom entry price in interface, bot, backtesting, exemples
|
3 years ago |
Matthias
|
454c2343a8
|
More clarity for adjust_trade_position callback docstring
|
3 years ago |
Matthias
|
e806e4a796
|
Move stop helper functions to callbacks section
|
3 years ago |
Matthias
|
5ed5907809
|
Add explicit example for "after_fill" handling
|
3 years ago |
Matthias
|
ddf79088fb
|
Update custom stop documenttaion
|
3 years ago |
Matthias
|
3ed682a9c6
|
Allow None from custom_stop
|
3 years ago |
Matthias
|
6e32f172be
|
Update samples in the documentation
|
3 years ago |
Matthias
|
d8c0621887
|
Add stake amount property to order object
|
3 years ago |
Mart van de Ven
|
b545fc5590
|
Correct user namespace from `cust_` to `custom_`
|
3 years ago |
Matthias
|
2f9e6c990c
|
Update docs/strategy-callbacks.md
|
3 years ago |
TheJoeSchr
|
94e190b954
|
docs: strategy-callbacks: revert `leverage=trade.leverage` removal
|
3 years ago |
Joe Schr
|
f9124ef5b9
|
docs: strategy-callbacks: removes outdated `leverage` argument
|
3 years ago |
Joe Schr
|
6f401a9e15
|
docs: use helper function `stoploss_from_absolute` in strategy callbacks "absolute" example
|
3 years ago |
Matthias
|
73b59df77b
|
Merge branch 'develop' into pr/paranoidandy/8272
|
3 years ago |
Matthias
|
86aef7cf9d
|
Add current_time to bot_loop_start callbak
|
3 years ago |
Matthias
|
0318486bee
|
Update stoploss_from_open documentation for leverage adjustment
|
3 years ago |
Andy Lawless
|
b262f0b374
|
Update docs re: bot_loop_start in backtest
|
3 years ago |
Matthias
|
0642a2768e
|
Add missing bracket
closes #8041
|
3 years ago |
Matthias
|
dbddc4c8aa
|
Improve wording on adjust_trade_position callback warning
|
3 years ago |
Matthias
|
33dce5cf10
|
Clarify partial exit calculation messaging
|
3 years ago |
Matthias
|
47e93dd2b2
|
Update documentation
|
4 years ago |
Matthias
|
255c748ca2
|
Update docs for new trade_position behavior
|
4 years ago |
Matthias
|
b9f35cadb3
|
add /stopentry alias for /stopbuy
|
4 years ago |
Matthias
|
2b70c3d0c0
|
support price callback for partial exits in bt
This will align results to how live works.
closes #7292
|
4 years ago |
Matthias
|
085f81ec9e
|
Fix header indent on stake-size-management
|
4 years ago |
Stefano Ariestasia
|
febd809119
|
Fix typo
adjust_trade_position should return stake_amount, not amount
|
4 years ago |