PINE LIBRARY
Updated MangoTrading

Library "MangoTrading"
TODO: 망고트레이딩 공통 라이브러리, 자동 alert 호출
strategy 작성시 파인스크립트 상단에 아래줄 표사
import mangotrd/MangoTrading/1 as mt
strategy 작성시 파인스크립트 하단에 아래줄 삽입
msg = mt.get_auto_message()
if not na(msg)
alert(msg, alert.freq_once_per_bar)
TODO: 망고트레이딩 공통 라이브러리, 자동 alert 호출
strategy 작성시 파인스크립트 상단에 아래줄 표사
import mangotrd/MangoTrading/1 as mt
strategy 작성시 파인스크립트 하단에 아래줄 삽입
msg = mt.get_auto_message()
if not na(msg)
alert(msg, alert.freq_once_per_bar)
Release Notes
v2Added:
mango_auto_alert()
Removed:
auto_alert()
Release Notes
v3Pine library
In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in publications is governed by House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
Pine library
In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in publications is governed by House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.