Update docs/strategy-advanced.md

Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
Kevin Julian 2021-07-23 01:16:10 +07:00 committed by GitHub
parent b01daa8bbc
commit 65b4705b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ See [Dataframe access](#dataframe-access) for more information about dataframe u
## Buy Tag
When your strategy has multiple buy signal, you can name it.
When your strategy has multiple buy signals, you can name the signal that triggered.
Then you can access you buy signal on `custom_sell`
```python