How to consolidate multiple alerts into a single alertcondition().
The solution consists of two parts: 1 - consolidate the alert conditions 2 - consolidate the alert types used in the alert message
Part two is harder to accomplish because the message to display when the alert fires must be const string. However, we can use numbers.
The structure: ▪ 1 and 0 are used in formatting the message ▪ 111 - Enter Long ▪ 222 - Exit Long ▪ 333 - Enter Short ▪ 444 - Exit Short Alert Message Example: - method 2 (1 0111 0222 0333 0444) is equivalent to (enterLong exitLong enterShort exitShort) - method 3 (1111) (2222) (3333) (4444) is equivalent to (enterLong exitLong enterShort exitShort)
It can help save time managing alerts, and it can also save precious real estate on your UI.
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.
Join the Discord Server for more info about the published tools. discord.io/CryptoWorld a Discord bot for Charting (TradingView and Heatmaps) is available
🟣 If you like any of my Invite-Only Tools, let me know
(DM or Discord for inquiries)
또한 다음에서도:
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.