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

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