Commit Graph

163 Commits (bfdbf0248c187c9b07b6a308943bda70a94de4e2)

Author SHA1 Message Date
Matthias d9b8f46282 docs: update doc samples to use lowercased tuple and dict
1 year ago
Matthias 12560e983c docs: Add note about custom-stoploss exit reasons
1 year ago
Matthias 07f0e3803a docs: add stake_amount_filled documentation
1 year ago
Matthias 9e53b0742c docs: update documentation code to align with comment
1 year ago
Matthias 7952712c5e chore: update samples to use doublequotes
2 years ago
Matthias b1ae09c003 docs: remove callback examples imports
2 years ago
Matthias 27a4a502d7 docs: Add section explaining strategy imports
2 years ago
Matthias b7f180ab3f fix: Improve safety of custom_stop return validation
2 years ago
Matthias 21710aeca8 use kwargs in example for clarity
2 years ago
Matthias 6934088a59 Fix some non-working links
2 years ago
Matthias e5f3d04437 Add some imports
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
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
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
2 years ago
Matthias b4e732617e Add handling for order replacement cancel failing
2 years ago
Matthias f6fce2162c Add new parameter to strategy template
2 years ago
Axel-CH 29a5e049b9 edit note wording for custom_entry_price
3 years ago
Axel CHERUBIN d81fdeb3ed
Update docs/strategy-callbacks.md
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
3 years ago
Matthias dbddc4c8aa Improve wording on adjust_trade_position callback warning
3 years ago