Demo GPT - Gold Gaussian StrategyA simple GPT stategy for XAU-USD pairs, limited success on backtasting with cryto.
อินดิเคเตอร์และกลยุทธ์
Condition CheckThis script checks the following conditions:
- Latest Open < 1 day ago High
- Latest Close < 1 day ago High
- Latest Open > Latest Low
- Latest Close > 1 day ago Low
- 1 day ago Open < Latest High
- 1 day ago Open < Latest High ( duplicate condition)
- 1 day ago Open > Latest Low
- 1 day ago Close > Latest Low
High-Low DifferenceThis script will display the high-low difference both as a histogram and as a label on the chart.
Explanation:
highLowDiff = high - low: This calculates the difference between the high and low prices for each candle.
plot(...): This will plot the high-low difference as a blue histogram on the chart.
label.new(...): This will create a label at the top of each candle with the value of the high-low difference. You can adjust the position of the label and its appearance as needed.
Customization:
You can change the color, line width, or style of the plot and the labels to suit your preferences.
If you'd prefer the label to appear at a different location, you can modify the parameters inside label.new(), such as adjusting the position or the size of the text.
KON SET By Sai"KON SET By Sai is a trend-following strategy that utilizes ATR-adjusted moving averages to determine entry and exit points. The strategy enters a long position when the price crosses above a custom moving average (adjusted by the ATR value) and exits at a defined target or stop-loss based on the ATR. Additionally, it incorporates re-entry logic, allowing the strategy to re-enter when the price reverses back to the entry point. This strategy is suitable for trend traders who want to manage risk with dynamically calculated stop-loss and target levels."
Tags:
Trend-following
ATR-based strategy
Entry and exit strategy
Stop-loss and target
Re-entry logic
Pine Script strategy
Algorithmic trading
Example Use Case:
"This strategy can be used to trade in trending markets. It provides clear entry and exit signals with automated risk management, making it ideal for traders who prefer systematic approaches to trade management. It works best on lower timeframes (like 5min) for capturing medium-term trends."
How It Works:
Entry Point: The strategy enters a long position when the price crosses above an ATR-adjusted moving average (set by the user).
Exit Points:
Stop-loss is set dynamically based on the ATR value.
Target is also based on the ATR, with an additional multiplier for customization.
Re-entry Logic: If the price retraces back to the entry level, the strategy re-enters the position.
Exit Conditions: The strategy exits when the price hits the stop-loss or target price.
Example:
If the current ATR is 2.0, the strategy will:
Stop-loss: 2x ATR below the entry price.
Target: 5 + user-defined multiplier x ATR above the entry price.
Unified Trading System with Pivot SignalsIchimoku Cloud, S/R, Volume.
This strategy counts all that 3 channels and gives unified signal
Next level scolilay swing timerThe "Next Level Scolilay Swing Timer" is an advanced TradingView indicator designed to help traders navigate trends, reversals, and swing opportunities with ease. It's built around several key concepts like ATR filtering, ZigZag analysis, and momentum-based trend detection, making it a powerful tool for identifying market direction and key trading opportunities.
One of the standout features is its ability to filter candles using the Average True Range (ATR). This ensures that the indicator focuses on meaningful price movements rather than noise. You can tweak the ATR settings to suit your trading style, deciding how much historical data to consider or even turning the filter off completely if you prefer.
The script also integrates a ZigZag algorithm to detect pivot points, which it uses to evaluate swings in price action. This feature comes with customizable settings for depth and sensitivity, allowing you to adjust how the script reacts to price fluctuations. By analyzing these swings, the indicator identifies key highs and lows, which play a big role in determining whether the market is trending up or down.
When it comes to trends, the script is smart and flexible. It doesn't just look for higher highs or lower lows; it also considers momentum and retracement levels to decide if a trend is gaining strength or reversing. For example, it uses one-third retracement logic to spot sudden shifts in market direction, which can be critical for catching reversals early. You can also enable features like fast trend switching, which reacts to single-candle events that might signal a trend break.
Visualization is another area where this script shines. It marks uptrends and downtrends directly on the chart with clear labels, so you can instantly see when a new trend starts. Pink arrows appear above candles to signal potential downtrends, while yellow arrows below candles indicate possible uptrends. These signals combine multiple layers of analysis, like swing validation, ATR filtering, and trend confirmation, to give you reliable insights.
What makes the Swing Timer especially useful is its flexibility. Whether you’re a trend trader looking to ride major market moves, a swing trader focused on pivot points, or someone hunting for reversals, you can customize the settings to fit your needs. You can adjust everything from ZigZag and ATR parameters to how trends are labeled and filtered. The result is a tool that adapts to your trading style while still providing clear and actionable signals.
In short, this script brings together a range of advanced trading concepts into one user-friendly package. It’s perfect for traders who want to see market trends clearly, identify opportunities with confidence, and stay ahead of sudden reversals—all without getting bogged down in unnecessary complexity.
JM204r System
### 3. **Fibonacci in the Context of Trading**
Fibonacci retracements and extensions are used to identify potential support and resistance levels:
- **Retracement Levels**: Common levels are 23.6%, 38.2%, 50%, 61.8%, and 78.6%.
- **Extension Levels**: Used for targets or breakouts, such as 127.2%, 161.8%, and beyond.
- Traders use these levels alongside CHOCH to confirm price action at key zones.
---
### 4. **with Fibonacci & CHOCH Filter**
**Key Features of the JOYBB_v4Fo Implementation:**
1. - Measure volatility using standard deviation and a moving average.
- Upper, Middle, and Lower Bands are dynamic support/resistance zones.
2. **Fibonacci Filter:**
- Overlay Fibonacci retracement levels on price movements.
- Check confluence between Fibonacci levels and Bollinger Bands.
3. **CHOCH Confirmation:**
- Identify CHOCH zones (key breakouts or breakdowns of structural highs and lows).
- Apply this as a secondary filter for trend confirmation or reversal.
4. **Logic Workflow:**
- Check if the price reacts at a key Fibonacci level (e.g., 61.8%).
- Confirm reversal or continuation via CHOCH (e.g., breaking prior highs/lows).
- Output signal: Enter a trade or avoid false signals by requiring confluence.
5. **Customization:**
- Inputs: Fibonacci levels, CHOCH thresholds.
- Output: Signals on charts (e.g., arrows, zones), buy/sell alerts.
The JM204r trading system identifies trend reversals by detecting breaks in market structure highs/lows. It combines price action with key tools like Fibonacci levels and Bollinger Bands for precise entries/exits.
高胜率交易策略在TradingView上创建一个高胜率的交易指标需要结合多种技术分析工具,如均线、动量指标、成交量等。以下是一个基于**均线交叉 + RSI + 成交量过滤**的复合策略指标,适用于多种市场(如加密货币、股票、外汇等)。该指标会生成买入和卖出信号,并尽量提高胜率。
---
### **指标逻辑**
1. **均线交叉**:
- 短期均线(如9周期EMA)上穿长期均线(如21周期EMA)时,生成买入信号。
- 短期均线下穿长期均线时,生成卖出信号。
2. **RSI过滤**:
- 仅在RSI(相对强弱指数)处于30-70区间时触发信号,避免超买/超卖区域的假信号。
3. **成交量过滤**:
- 买入信号需伴随成交量放大(如成交量高于过去20周期的平均值)。
4. **止损与止盈**:
- 基于ATR(平均真实波幅)设置动态止损和止盈水平。
---
### **TradingView Pine Script代码**
以下是完整的Pine Script代码,可直接复制到TradingView中使用:
```pinescript
//@version=5
indicator("高胜率交易策略", overlay=true)
// 参数设置
shortLength = input.int(9, title="短期均线周期")
longLength = input.int(21, title="长期均线周期")
rsiLength = input.int(14, title="RSI周期")
volumeFilter = input.bool(true, title="启用成交量过滤")
atrLength = input.int(14, title="ATR周期")
takeProfitMultiplier = input.float(2.0, title="止盈倍数")
stopLossMultiplier = input.float(1.0, title="止损倍数")
// 计算均线
shortMA = ta.ema(close, shortLength)
longMA = ta.ema(close, longLength)
// 计算RSI
rsi = ta.rsi(close, rsiLength)
// 计算ATR
atr = ta.atr(atrLength)
// 成交量过滤
volumeAvg = ta.sma(volume, 20)
volumeCondition = volume > volumeAvg
// 生成信号
buySignal = ta.crossover(shortMA, longMA) and rsi > 30 and rsi < 70 and (volumeFilter ? volumeCondition : true)
sellSignal = ta.crossunder(shortMA, longMA)
// 止损与止盈
if (buySignal)
strategy.entry("Buy", strategy.long)
strategy.exit("Take Profit/Stop Loss", "Buy", limit=close + atr * takeProfitMultiplier, stop=close - atr * stopLossMultiplier)
if (sellSignal)
strategy.close("Buy")
// 绘制信号
plotshape(series=buySignal, title="买入信号", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(series=sellSignal, title="卖出信号", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
// 绘制均线
plot(shortMA, color=color.blue, title="短期均线")
plot(longMA, color=color.orange, title="长期均线")
```
---
### **使用方法**
1. 打开TradingView,进入任意图表。
2. 点击“Pine Script编辑器”,将上述代码粘贴并保存。
3. 返回图表,指标会自动加载,显示买入(BUY)和卖出(SELL)信号。
---
### **参数优化建议**
1. **均线周期**:
- 短期均线:9-12周期(适合短线交易)。
- 长期均线:21-50周期(适合中长线交易)。
2. **RSI参数**:
- 默认14周期,可调整为10-20周期以适应不同市场。
3. **ATR止损止盈**:
- 止损倍数:1.0-1.5(保守型)。
- 止盈倍数:2.0-3.0(激进型)。
4. **成交量过滤**:
- 在低波动市场(如外汇)可关闭,在高波动市场(如加密货币)建议开启。
---
### **策略优势**
1. **高胜率**:通过均线交叉 + RSI过滤,减少假信号。
2. **动态止损止盈**:基于ATR设置,适应市场波动。
3. **灵活性**:参数可调,适用于不同市场和交易风格。
---
### **注意事项**
1. **回测验证**:在实盘前,务必在TradingView中进行历史回测,验证策略表现。
2. **风险管理**:单笔交易风险控制在总资金的1%-2%。
3. **市场适应性**:该策略在趋势市场中表现较好,震荡市场中可能出现连续亏损。
---
如果对代码或策略有进一步问题,欢迎随时提问!
Pocket Pivots by Kacher and Morales "Pocket Pivots," identifies potential bullish trading opportunities and technical conditions based on concepts from traders Kacher and Morales. It combines moving averages (SMAs), Bollinger Bands, Keltner Channels, volume analysis, and price action rules to detect:
Pocket Pivots:
Bullish signals triggered when:
Volume exceeds prior downdays (configurable lengths Standard is 10 days).
Price closes above key SMAs (10/50-day).
As Kacher and Morales do not buy wedging charts I added a squeeze check to avoid buy signals
The market is in a volatility "squeeze" (Bollinger Bands within Keltner Channels).
Up/down ratio of the volume must be greater than 1
Volume Pocket Pivots:
Secondary bullish signals based purely on volume spikes and upward price momentum.
This shows normal pocket pivots in yellow. But does not check if all other rules are fullfilled.
SMA Violations:
Marks bearish breakdowns below 10-day or 50-day SMAs
A 10 SMA Violation is normally yellow. But if there was no 10 day violation for Seven Weeks, the first 10 SMA violation shows a red sell signal. Kacher and Morales call it "Seven Week Rule"
Buyable Gap-Ups:
Highlights high-volume gaps up with strong price follow-through.
Visual Elements:
Plots SMAs (10, 50, 200), Bollinger Bands, and Keltner Channels.
Marks signals with colored triangles/diamonds (green = bullish, red = bearish and yellow / blue = informational).
Internal Bar StrengthShort Description:
This indicator calculates the Internal Bar Strength (IBS) for each bar, which measures the close price’s relative position within that bar’s high-low range, and then optionally smooths that value with a selected moving average.
What Does It Measure?
Internal Bar Strength (IBS):
The IBS formula is (close-low)/(high-low)
. This ratio indicates where the closing price lies within a bar’s trading range:
A value near 0 means the close is near the bar’s low.
A value near 1 means the close is near the bar’s high.
A value of 0.5 means the close is exactly in the middle of the bar’s range.
Smoothing (Moving Averages):
You can choose to smooth the IBS value with one of five different moving average types: RMA, SMA, EMA, WMA, or VWMA. The default length for smoothing is 10, but this can be adjusted for more or less sensitivity.
Key Features
Multiple MA Options:
RMA: Also known as the Wilder’s moving average, it reacts slightly slower to changes than EMA.
SMA: Simple moving average, straightforward average of the last n values.
EMA: Exponential moving average, places more weight on recent data.
WMA: Weighted moving average, linear weighting from oldest to newest data.
VWMA: Volume-weighted moving average, weights price by trading volume.
Color Coding:
Green when IBS is greater than 0.5.
Red when IBS is less than or equal to 0.5.
MTF EMA Sentiment - SimplifiedThe MTF EMA Sentiment Indicator is a custom Pine Script tool designed to help traders assess market sentiment across multiple timeframes using Exponential Moving Averages (EMAs). It simplifies the process of identifying trends and potential trading opportunities by comparing short-term and long-term EMAs on hourly, daily, and weekly timeframes. Here's a detailed breakdown of the indicator:
Improved Scalping Strategy with Alerts//@version=5
indicator("Improved Scalping Strategy with Alerts", overlay=true)
// EMA Settings for Scalping
emaLength = input.int(9, title="EMA Length")
emaValue = ta.ema(close, emaLength)
plot(emaValue, title="EMA", color=color.blue, linewidth=2)
// Volume Analysis for Scalping
volumeThreshold = input.float(2.0, title="Volume Threshold")
volumeSignal = volume > ta.sma(volume, 10) * volumeThreshold
bgcolor(volumeSignal ? color.new(color.blue, 90) : na, title="Volume Signal")
// RSI Settings for Scalping
rsiLength = input.int(9, title="RSI Length")
rsiValue = ta.rsi(close, rsiLength)
overbought = 70
oversold = 30
plot(rsiValue, title="RSI", color=color.purple, linewidth=2)
hline(overbought, "Overbought", color=color.red)
hline(oversold, "Oversold", color=color.green)
// MACD Settings for Scalping
fastLength = input.int(6, title="MACD Fast Length")
slowLength = input.int(13, title="MACD Slow Length")
signalSmoothing = input.int(5, title="MACD Signal Smoothing")
= ta.macd(close, fastLength, slowLength, signalSmoothing)
plot(macdLine, title="MACD Line", color=color.blue, linewidth=1)
plot(signalLine, title="Signal Line", color=color.red, linewidth=1)
// Strong Bullish and Bearish Conditions for Scalping
strongBullish = rsiValue > 70 and macdLine > signalLine and close > emaValue and volumeSignal
strongBearish = rsiValue < 30 and macdLine < signalLine and close < emaValue and volumeSignal
// Buy/Sell Signals for Scalping
buySignal = strongBullish
sellSignal = strongBearish
// Plot Buy/Sell Signals on Chart
plotshape(series=buySignal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="LONG")
plotshape(series=sellSignal, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SHORT")
// Alerts for Scalping
alertcondition(buySignal, title="Long Trade Alert", message="Strong Bullish Signal: Consider LONG Trade")
alertcondition(sellSignal, title="Short Trade Alert", message="Strong Bearish Signal: Consider SHORT Trade")
// Additional Alerts for Confirmation
confirmationBullish = ta.crossover(macdLine, signalLine) and rsiValue > 50 and close > emaValue and volumeSignal
confirmationBearish = ta.crossunder(macdLine, signalLine) and rsiValue < 50 and close < emaValue and volumeSignal
alertcondition(confirmationBullish, title="Confirmation Bullish Alert", message="Confirmation Bullish Signal: Consider LONG Trade")
alertcondition(confirmationBearish, title="Confirmation Bearish Alert", message="Confirmation Bearish Signal: Consider SHORT Trade")
Erayın BotuBu gösterge, ATR (Average True Range) Trailing Stop ve EMA (Exponential Moving Average) kullanarak trend takip eden bir alım-satım stratejisi uygular. Fiyat hareketlerine duyarlı bir stop-loss mekanizması oluşturarak, trendin değiştiği noktaları belirleyip işlem sinyalleri üretir.
Nasıl Çalışır?
ATR Tabanlı Trailing Stop:
ATR (Ortalama Gerçek Aralık) kullanarak dinamik bir stop-loss seviyesi belirler.
Fiyat bu seviyenin üzerinde olduğu sürece yükseliş trendi devam eder.
Fiyat bu seviyenin altına düşerse satış sinyali oluşur.
EMA (Üssel Hareketli Ortalama):
Fiyatın kısa vadeli eğilimini gösteren bir ortalama hesaplar.
EMA ile ATR Trailing Stop’un kesişimleri, alım veya satım sinyali olarak değerlendirilir.
Heikin Ashi Opsiyonu:
Kullanıcı isteğine bağlı olarak Heikin Ashi mumları üzerinden hesaplama yapılabilir.
Alım ve Satım Sinyalleri
Alım Sinyali (BUY):
Fiyat ATR Trailing Stop'un üzerine çıktığında ve EMA bu stop seviyesini yukarı kesiştiğinde alım sinyali oluşur.
Satım Sinyali (SELL):
Fiyat ATR Trailing Stop'un altına düştüğünde ve EMA bu stop seviyesini aşağı kesiştiğinde satım sinyali oluşur.
Grafikte Gösterim:
Yeşil oklar → Alım sinyali
Kırmızı oklar → Satım sinyali
Mum Çubuklarının Renkleri:
Yeşil → Alım bölgesi
Kırmızı → Satış bölgesi
Kimler Kullanabilir?
Bu strateji, aşağıdaki yatırımcılar için uygundur:
Trend Takip Eden Yatırımcılar:
Trendin yönüne göre alım/satım işlemleri yapmak isteyenler için idealdir.
Swing Trading Stratejisi Kullanıcıları:
Kısa ve orta vadeli dalgalanmalardan kar elde etmek isteyen yatırımcılar için uygundur.
Momentum Bazlı İşlem Yapanlar:
Fiyatın momentumuna dayalı işlemler gerçekleştiren yatırımcılar için avantajlı olabilir.
Sonuç
Bu gösterge, trendin değiştiği noktaları belirlemeye yardımcı olur ve trendi takip eden işlemler için güçlü bir araç sunar. ATR tabanlı dinamik bir stop-loss kullanarak fiyat hareketlerine duyarlı bir stop mekanizması oluşturur. Stratejinize bağlı olarak stop seviyesi ve EMA süresini özelleştirerek daha iyi sonuçlar alabilirsiniz.
Pivot Powerup (Indy)Pivot powerup(indy) Indicator for TradingView
This script calculates and plots daily Pivot Points (P, R1, R2, R3, S1, S2, S3) on the price chart. Pivot Points are key levels used in technical analysis to identify potential support and resistance areas.
Key Features
Calculates daily Pivot Points using the standard formula.
Plots Pivot Point (P), Resistance levels (R1, R2, R3), and Support levels (S1, S2, S3).
Overlays the levels on the price chart for easy visualization.
How to Use
Copy and paste the script into the Pine Script editor on TradingView.
Add the indicator to your chart.
The Pivot Points will be automatically calculated and plotted based on the previous day's high, low, and close prices.
Cautions
This indicator is based on the previous day's data. It may not be accurate in highly volatile markets.
Always use Pivot Points in conjunction with other technical analysis tools for better accuracy.
Customization
To customize the indicator, modify the formula in the calculate_pivot_points function.
You can also change the colors or line widths of the plotted levels by editing the plot() functions.
Credits
Created by Zhongli2566. Feel free to use and modify this script.
EMA Strategy with Long/Short Signals//@version=5
indicator("EMA Strategy with Long/Short Signals", overlay=true)
// Input for EMAs
ema22 = ta.ema(close, 22)
ema55 = ta.ema(close, 55)
ema100 = ta.ema(close, 100)
ema200 = ta.ema(close, 200)
// Plot EMAs
plot(ema22, color=color.blue, title="EMA 22", linewidth=2)
plot(ema55, color=color.orange, title="EMA 55", linewidth=2)
plot(ema100, color=color.purple, title="EMA 100", linewidth=2)
plot(ema200, color=color.red, title="EMA 200", linewidth=2)
// Long condition: Price above all EMAs and trending upward
longCondition = close > ema22 and ema22 > ema55 and ema55 > ema100 and ema100 > ema200
// Short condition: Price below all EMAs and trending downward
shortCondition = close < ema22 and ema22 < ema55 and ema55 < ema100 and ema100 < ema200
// Plot Long/Short signals
plotshape(longCondition, title="Long Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="Long")
plotshape(shortCondition, title="Short Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="Short")
Pivot Powerup indy for tradingviewThis script calculates and plots Pivot Points (P, R1, R2, R3, S1, S2, S3) on the price chart. Pivot Points are key levels used in technical analysis to identify potential support and resistance areas.
Features :
- Calculates daily Pivot Points using the standard formula.
- Plots Pivot Point (P), Resistance levels (R1, R2, R3), and Support levels (S1, S2, S3).
- Overlays the levels on the price chart for easy visualization.
- No user-configurable parameters in this version.
- This indicator is based on the previous day's data. It may not be accurate in highly volatile markets.
- Always use Pivot Points in conjunction with other technical analysis tools for better accuracy.
- To customize the indicator, modify the formula in the `calculate_pivot_points` function.
- You can also change the colors or line widths of the plotted levels by editing the `plot()` functions.
Created by chakrint. Feel free to use and modify this script.
Star Pattern IdentifierThe Star Pattern Identifier is a custom TradingView indicator designed to detect and mark Morning Star (MS) and Evening Star (ES) candlestick patterns, which are powerful reversal signals. This indicator offers a flexible and customizable approach by incorporating adjustable parameters for both the size and volume of the third candle in the pattern.
Key Features:
Morning Star (MS) : A bullish reversal pattern that occurs after a downtrend.
Evening Star (ES) : A bearish reversal pattern that occurs after an uptrend.
Adjustable Parameters:
Third Candle Size Multiplier : Define how large the body of the third candle should be relative to the second candle (default is 2x).
Third Candle Volume Multiplier : Control the minimum volume of the third candle in relation to the second candle (default is 0.5x).
The script ensures that the third candle’s volume is at least 50% of the second candle's volume and that its body is at least twice the size of the second candle, to filter out weaker signals.
The patterns are marked directly on the chart with "MS" (Morning Star) or "ES" (Evening Star) labels for easy identification.
Practical Use:
Use this indicator to spot potential trend reversals with more confidence by ensuring strong candlestick body and volume conditions.
Customize the parameters to suit your trading strategy and preferences.
How it Works:
The indicator looks for a bearish first candle , followed by a bullish or indecisive second candle , and a bullish third candle for the Morning Star pattern.
For the Evening Star, the indicator looks for a bullish first candle , followed by a bearish or indecisive second candle , and a bearish third candle .
The size and volume of the third candle are checked to ensure it meets the set parameters, confirming the strength of the reversal signal.
This tool is perfect for traders seeking to spot reversal signals in the market.
Combo The "Combo" Indicator is a visual tool for TradingView that allows traders to clearly display their analysis based on OrderBloque concepts.
Key points to understand:
The indicator does NOT perform automatic market analysis
It serves as a configurable visualization tool for your personal analysis
Key Features:
Manual Configuration: You select a timeframe and function for each variable (V1 to V4)
Function Options:
VC (Volume Confirmation)
FP (Fractal Point)
LI (Liquidity)
EX (Execution)
Combinations like VC, VC, VC (EX)
Timeframe Range: Selectable from 5 minutes to 1 month
Tabular Display: Shows your inputs in a clear table on the chart
Customizable Appearance: Adjustable table position, colors, and text size
RSI + MA Buy/Sell Signals//@version=5
indicator("RSI + MA Buy/Sell Signals", overlay=true)
// Inputs
rsiLength = input(14, title="RSI Length")
maLength = input(50, title="Moving Average Length")
oversold = input(30, title="Oversold Level")
overbought = input(70, title="Overbought Level")
// RSI and Moving Average
rsi = ta.rsi(close, rsiLength)
ma = ta.sma(close, maLength)
// Buy Condition
buySignal = ta.crossover(rsi, oversold) and close > ma
// Sell Condition
sellSignal = ta.crossunder(rsi, overbought) and close < ma
// Plot Signals
plotshape(series=buySignal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(series=sellSignal, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
// Plot Moving Average
plot(ma, title="Moving Average", color=color.blue)
Swing Breakout Strategy by SharadTrades on Swing Breakouts, It's Simple.
Keep SL and Target as per your suitability.
RSI + MACD Combined by Majidbest of all i have combined the most traded indicators in one for you to ease the trading