diff --git a/docs/strategy-advanced.md b/docs/strategy-advanced.md index 8bb23c5da..10b88ae4d 100644 --- a/docs/strategy-advanced.md +++ b/docs/strategy-advanced.md @@ -199,7 +199,7 @@ def custom_exit(self, pair: str, trade: Trade, current_time: datetime, current_r ``` !!! Note - `enter_tag` is limited to 100 characters, remaining data will be truncated. + `enter_tag` is limited to 255 characters, remaining data will be truncated. !!! Warning There is only one `enter_tag` column, which is used for both long and short trades.