From 8bf056ca3916cd4365cdd45966e3f6897b48a2b7 Mon Sep 17 00:00:00 2001 From: OGSK <53548542+Jetsukda@users.noreply.github.com> Date: Fri, 5 Aug 2022 00:28:28 +0700 Subject: [PATCH 1/2] Edit Typo Custom-stake-amount Edit Custom-stake-amount to `custom_stake_amount` --- docs/strategy_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategy_migration.md b/docs/strategy_migration.md index 471ffa601..042c2494f 100644 --- a/docs/strategy_migration.md +++ b/docs/strategy_migration.md @@ -192,7 +192,7 @@ class AwesomeStrategy(IStrategy): return False ``` -### Custom-stake-amount +### `custom_stake_amount` New string argument `side` - which can be either `"long"` or `"short"`. From c3d06257bee4ae71236103cc02ff4f4b9d9b755e Mon Sep 17 00:00:00 2001 From: OGSK <53548542+Jetsukda@users.noreply.github.com> Date: Fri, 5 Aug 2022 09:36:26 +0700 Subject: [PATCH 2/2] Edit index of `custom_stake_amount` --- docs/strategy_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategy_migration.md b/docs/strategy_migration.md index 042c2494f..064e7a59d 100644 --- a/docs/strategy_migration.md +++ b/docs/strategy_migration.md @@ -18,7 +18,7 @@ Note : `forcesell`, `forcebuy`, `emergencysell` are changed to `force_exit`, `fo * [`check_buy_timeout()` -> `check_entry_timeout()`](#custom_entry_timeout) * [`check_sell_timeout()` -> `check_exit_timeout()`](#custom_entry_timeout) * New `side` argument to callbacks without trade object - * [`custom_stake_amount`](#custom-stake-amount) + * [`custom_stake_amount`](#custom_stake_amount) * [`confirm_trade_entry`](#confirm_trade_entry) * [`custom_entry_price`](#custom_entry_price) * [Changed argument name in `confirm_trade_exit`](#confirm_trade_exit)