Commit Graph

104 Commits (bf07d8fe879ca592db74b1bf61bb59cd8441bee4)

Author SHA1 Message Date
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