Commit Graph

200 Commits (321b44b779594c29c3de5828dd9d0c0e4e76afbb)

Author SHA1 Message Date
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
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
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
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
4 years ago
Matthias 085f81ec9e Fix header indent on stake-size-management
4 years ago
Stefano Ariestasia febd809119
Fix typo
4 years ago
Kavinkumar a4bada3ebe
Partial exit using average price (#6545)
4 years ago
Matthias 4da96bc511 Update docs
4 years ago
Matthias e52f82b565 Add leverage to custom_stake_amount callback
4 years ago
Matthias 14a859c190 Improve some documentation around futures / leverage
4 years ago
Matthias 1ddd5f1901 Update docstring throughout the bot.
4 years ago
gautier pialat ac40ae89b9
give extra info on rate origin for confirm_trade_*
4 years ago
Matthias a790bad1e4 Add entry_tag to leverage callback
4 years ago
Matthias 3549176370 Update missleading docstring
4 years ago
Matthias ad8ff10a05 Minor doc changes
4 years ago
Matthias d6773bc32c
Merge pull request #6886 from freqtrade/fix/typing
4 years ago
Matthias f1a72e448a Align interfaces and strategy templates
4 years ago
Matthias 938a66511a Update Documentation for new confirm_trade_exit behavior
4 years ago
Matthias 277e07589e update/fix some comments and docs
4 years ago
eSeR1805 182a6f475d
Minor typos.
4 years ago
Matthias d11c44940e Slightly reword docs
4 years ago
eSeR1805 3be2afdd88
Merge branch 'develop' into feat_readjust_entry
4 years ago
Matthias 09b74cebce Move edge bot_loop_start to edge_cli
4 years ago
Sam Germain 4a6f1e90c3 Merge branch 'develop' into bot-start
4 years ago
Sam Germain 788d9f5b55 updated bot_start documentation with working example
4 years ago
eSeR1805 09089b160e
Merge branch 'develop' into feat_readjust_entry
4 years ago
Matthias 48ff788e82 Clarify that stoploss is required
4 years ago
eSeR1805 17650d7e60
Maintain existing order. Update functionality and documentation
4 years ago
eSeR1805 eb23170c43
Merge branch 'develop' into feat_readjust_entry
4 years ago
Matthias 108f11b1d7 Fix docs typos
4 years ago
Rokas Kupstys 6d99222320 Add 'exit_tag' parameter to 'custom_exit_price' callback.
4 years ago
Sam Germain a35dc843ea removed asyncio from bot_start example
4 years ago
Sam Germain 7f035a9d53 added docs for bot_start
4 years ago
eSeR1805 541147c801
Update documentation to match feature changes.
4 years ago
eSeR1805 d65b64a46f
Merge branch 'develop' into feat_readjust_entry
4 years ago
eSeR1805 16b6b08227
Update docs to include info on new functionality.
4 years ago
Matthias 4019c05fee Update entry/exit timeout documentation
4 years ago
Matthias 114591048c Always call custom_sell - also when there's a new enter signal
4 years ago
Matthias ef18d09161 Call custom_exit also when the trade is not in profit and exit_profit_only is set.
4 years ago
Matthias a659bcb60b Update some docs terminology
4 years ago
Matthias 299dd84cfe
Merge pull request #6656 from freqtrade/use_sell_signal
4 years ago
மனோஜ்குமார் பழனிச்சாமி 7e97e58820 renamed enter-side
4 years ago
Matthias 4897731030 use_sell_signal -> use_exit_signal
4 years ago
Matthias 5ce5c70be6 sell_profit_offset -> exit_profit_offset
4 years ago
Matthias bba9629a2a Rename sell_profit_only to exit_profit_only
4 years ago
Matthias 6d9218cb34 sell_signal -> exit_signal
4 years ago
Matthias cd146bfa8f emergency_sell -> emergency_exit
4 years ago
Matthias 54ad130bb9 Update force_sell to force_exit
4 years ago
Matthias f8783c908e Add side to custom_entry_price
4 years ago
Matthias 69491c1430 Update more wording to "exit"
4 years ago
Matthias 283d04a5ad Update docstring wording
4 years ago
Matthias bcf326a035 Initial steps to change bid/ask pricing to enter/exit
4 years ago
Matthias 0624817242 update unfilledtimeout settings to entry/exit
4 years ago
Matthias 6f1b14c013 Update buy_timeout and sell_timeout methods
4 years ago
Matthias d7f76ee452 Update confirm_trade_exit to use sell_reason terminology
4 years ago
Matthias 99e9dfaebe Update missing documentation link
4 years ago
Matthias de8e869038 update missing "side" argument
4 years ago
Matthias c38f8a0e69 Update custom_sell() documentation
4 years ago
Matthias d27a37be0d Update docs for populate_exit_trend
4 years ago
Matthias 36287a84cb enhance migration documentation
4 years ago
Matthias 23b98fbb73 Update some documentation for short trading
4 years ago
Matthias 5c2cca50e5 Minor updates, document no leverage changes
4 years ago