INVITE-ONLY SCRIPT
Mindset Your Trades Indicator V1

Mindset Your Trades — Trendline Signals (V1)
This tool finds highs and lows, draws live trendlines, and gives BUY/SELL alerts when price breaks them. It can filter signals with a moving average and RSI to avoid fake moves. Works on any market or timeframe.
How it works
• Finds swing highs and lows
• Uses ATR, Stdev or LinReg to calculate line slope
• Projects those lines forward until a new pivot appears
• Sends alert when price breaks above or below the line
• Optional MA + RSI filters and cooldown between signals
Use it like this
1️⃣ Add to a clean chart
2️⃣ Choose slope method (ATR = faster, LinReg = smoother)
3️⃣ Pick “Basic” or “Filtered” mode
4️⃣ Turn ON “Only on bar close” for safer signals
5️⃣ Add alert and paste one of these JSON messages:
BUY alert message
Pine Script®
SELL alert message
Pine Script®
Suggested settings
• Scalping: XAUUSD 5-15m, ATR, length 6-10, multiplier 1.2-1.6
• Swing: XAUUSD 1H-4H, LinReg, length 14-20, multiplier 1.0-1.3
Tips
• Use Backpainting = OFF for live signals
• Wait for bar close to confirm
• Works great with webhook bots or Telegram
Invite-only access
Message me on TradingView with your username to get access. After approval, add it from “Invite-only scripts”.
This tool finds highs and lows, draws live trendlines, and gives BUY/SELL alerts when price breaks them. It can filter signals with a moving average and RSI to avoid fake moves. Works on any market or timeframe.
How it works
• Finds swing highs and lows
• Uses ATR, Stdev or LinReg to calculate line slope
• Projects those lines forward until a new pivot appears
• Sends alert when price breaks above or below the line
• Optional MA + RSI filters and cooldown between signals
Use it like this
1️⃣ Add to a clean chart
2️⃣ Choose slope method (ATR = faster, LinReg = smoother)
3️⃣ Pick “Basic” or “Filtered” mode
4️⃣ Turn ON “Only on bar close” for safer signals
5️⃣ Add alert and paste one of these JSON messages:
BUY alert message
{"event":"BUY","ticker":"{{ticker}}","price":{{close}},"sl":{{close}}*0.92,"tp":{{close}}*1.3,"desc":"Price broke trendline up"}
SELL alert message
{"event":"SELL","ticker":"{{ticker}}","price":{{close}},"sl":{{close}}*1.08,"tp":{{close}}*0.7,"desc":"Price broke trendline down"}
Suggested settings
• Scalping: XAUUSD 5-15m, ATR, length 6-10, multiplier 1.2-1.6
• Swing: XAUUSD 1H-4H, LinReg, length 14-20, multiplier 1.0-1.3
Tips
• Use Backpainting = OFF for live signals
• Wait for bar close to confirm
• Works great with webhook bots or Telegram
Invite-only access
Message me on TradingView with your username to get access. After approval, add it from “Invite-only scripts”.
초대 전용 스크립트
이 스크립트는 작성자가 승인한 사용자만 접근할 수 있습니다. 사용하려면 요청을 보내고 승인을 받아야 합니다. 일반적으로 결제 후에 승인이 이루어집니다. 자세한 내용은 아래 작성자의 지침을 따르거나 mindsetyourtrades에게 직접 문의하세요.
트레이딩뷰는 스크립트 작성자를 완전히 신뢰하고 스크립트 작동 방식을 이해하지 않는 한 스크립트 비용을 지불하거나 사용하지 않는 것을 권장하지 않습니다. 무료 오픈소스 대체 스크립트는 커뮤니티 스크립트에서 찾을 수 있습니다.
작성자 지시 사항
To get access:
1️⃣ Send me a private message here on TradingView with your TradingView username (exact spelling).
2️⃣ Once approved, go to Indicators → Invite-only scripts → “Mindset Your Trades — Trendline Signals (V1)” and click “Add to chart”.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.
초대 전용 스크립트
이 스크립트는 작성자가 승인한 사용자만 접근할 수 있습니다. 사용하려면 요청을 보내고 승인을 받아야 합니다. 일반적으로 결제 후에 승인이 이루어집니다. 자세한 내용은 아래 작성자의 지침을 따르거나 mindsetyourtrades에게 직접 문의하세요.
트레이딩뷰는 스크립트 작성자를 완전히 신뢰하고 스크립트 작동 방식을 이해하지 않는 한 스크립트 비용을 지불하거나 사용하지 않는 것을 권장하지 않습니다. 무료 오픈소스 대체 스크립트는 커뮤니티 스크립트에서 찾을 수 있습니다.
작성자 지시 사항
To get access:
1️⃣ Send me a private message here on TradingView with your TradingView username (exact spelling).
2️⃣ Once approved, go to Indicators → Invite-only scripts → “Mindset Your Trades — Trendline Signals (V1)” and click “Add to chart”.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.