Mvp Wave Sniper v1.0Credits and Acknowledgments
This strategy brings together several technical indicators and analytical methods that many traders rely on. In particular, it leverages:
ATR (Average True Range):
A volatility indicator popularized by J. Welles Wilder, Sr. and widely implemented as part of TradingView’s built-in functions.
SMA (Simple Moving Average) and Standard Deviation-based Channels:
Fundamental tools for trend analysis and risk management, available within TradingView’s powerful charting library.
MFI (Money Flow Index) and OBV (On-Balance Volume):
Volume-based indicators that are part of TradingView’s comprehensive suite and have been refined by numerous community contributors.
Higher Timeframe Analysis & Custom Filters:
The use of multiple timeframe validations and filter criteria (e.g., using three different SMAs) demonstrates advanced methods shared by authors throughout the TradingView community.
Wave Filter Explanation:
A key component of this strategy is its integrated wave filter, which is designed to capture market movements in a way that resembles wave patterns—an idea inspired by the Elliott Wave theory. In the script, the wave logic operates by comparing the current price relative to a dynamically calculated trend channel derived from a moving average coupled with a standard deviation multiplier. When enabled (via the useWaveLogic input), the filter checks that the price is positioned correctly above (for a bullish signal) or below (for a bearish signal) this trend indicator. Additionally, if the Money Flow Index is activated, its condition (above or below a threshold of 50) provides extra confirmation. This composite filtering ensures that the strategy only takes trades when the market behavior aligns with the expected “wave” conditions, balancing signal precision with practical risk management—all within the limitations of PineScript. It is important to note that these wave decisions/logic are produced solely by the publishing TradingView author, TheCryptoMvp.
In the settings of this backtest, we have made it take into account a cost simulation of 0.055% a side fees and 2 ticks slippage to produce a realistic trading environment, where no leverage is used / 1x leverage.
The choice of parameters by default in this script serve as to show what my (TheCryptoMvp) own backtesting results have led to, showcasing the optimum settings for this script. The default settings are generally meant for more volatile markets, in particular, Dogecoin.
In the parameters for the backtest, 90% of equity is used without leverage, therefore it isn't recommended to use leverage when implementing usage of this script. That being said, this is not financial advice and you are free to do your own research. Please note that the 90% of equity used can be any number, adhering to your personal risk tolerance.
Even though the backtest and cost simulation show impressive results, caution is advised. As with any strategy, it is logical to remain cautious. Please maintain all communications with TheCryptoMvp from within TradingView. It is also worth noting that the backtest simulates reinvestment of the 85% equity at all times, producing volatile results where additional caution is warranted.
Special thanks and credit are extended to the original authors and developers within the TradingView platform whose work has made these indicators both accessible and highly customizable to traders worldwide. Their contributions have been instrumental in creating innovative trading strategies like the Mvp Wave Sniper.
المتوسطات المتحركة
DB - DMA [MTF] (Triple Line Edition)🔷 Indicator Title: DB - DMA (Triple Line Edition)
A powerful, multi-timeframe, triple-DMA overlay tool designed to visualize dynamic market structure, trend strength, and directional bias with precision. This enhanced version of the classic Displaced Moving Average (DMA) indicator gives traders a complete view of short-, mid-, and long-term trends across any higher timeframe.
Use it to track trend alignment, detect early reversals, or confirm trend strength using intelligent line stacking and color-coded zones.
📌 Features:
✅ Triple DMA Support
Plot up to three separate moving averages (Short, Mid, Long) simultaneously.
✅ Multi-Timeframe Engine
Select any higher timeframe (HTF) to overlay DMA structure onto your current chart.
✅ Configurable Lengths & Colors
Customize the length of each DMA and control visibility per line.
✅ Trend Zone Highlighting
Automatic background shading:
🟩 Green = Strong Bullish Stack (Short > Mid > Long)
🟥 Red = Strong Bearish Stack (Short < Mid < Long)
✅ Crossover Signals
🔹 Plots triangle markers when Short DMA crosses Mid DMA.
🔹 Use for potential entry/exit timing or confirmation.
✅ Built-in Alerts
🔹 Get notified on DMA crossovers for real-time trade opportunities.
✅ Clean Overlay Design
🔹 Built to stay out of your way — no clutter, just powerful signals on price.
---------------------------------------------------------------------------------------------------------
🔧 Best Use Cases:
🔹 Spot trend reversals or continuations.
🔹 Confirm macro bias using higher timeframe overlays.
🔹 Identify trend strength with clean DMA stacking.
---------------------------------------------------------------------------------------------------------
Combine with RSI, MACD, or volume for layered confluence.
🔥 Built by DefiBanked to give you an edge in spotting clean trend transitions before the crowd.
🧠 For best results, use on trending assets with volatility and volume.
---------------------------------------------------------------------------------------------------------
CVD (Cumulative Volume Delta)CVD (Cumulative Volume Delta) with MA
The intersection of CVD and MA lines produces a decent signal.
Long time lines act as resistance and support.
EMA ChannelWhat This Indicator Shows:
EMA Center Line
Plots the Exponential Moving Average of the closing price over a user-defined period (length).
Reacts more quickly to price changes than a standard SMA.
Dynamic Channel Bands
Two bands are drawn above and below the EMA.
The distance from the EMA is based on the standard deviation of price over the same period, multiplied by a user-defined width multiplier (mult).
These bands adapt to market volatility — widening during high volatility, narrowing during calm periods.
Channel Fill Area
The space between the upper and lower bands is visually shaded.
Helps quickly identify when price is inside or breaking out of the channel.
Volatility Insights
Since the channel width is based on standard deviation, it indirectly shows market volatility.
Wide channel = high volatility; narrow channel = low volatility.
Potential Trading Zones
Price nearing the upper band may indicate overbought or strong upward pressure.
Price near the lower band might suggest oversold or downward pressure.
Useful for mean reversion or trend continuation strategies depending on your style.
RSI Trendlines, EMA 8/34/89 & Elliott Wave BotRSI Trendlines, EMA 8/34/89 & Elliott Wave Bot
This strategy combines RSI trendline breakouts, multi-timeframe EMAs (8, 34, 89), and simplified Elliott Wave logic to generate trading signals:
Buy Signal: Triggered when RSI breaks above a previous high (in overbought zone), EMAs are in a bullish alignment (EMA8 > EMA34 > EMA89), and price breaks above a recent swing high (waveUp).
Sell Signal: Triggered when RSI breaks below a previous low (in oversold zone), EMAs are in bearish alignment (EMA8 < EMA34 < EMA89), and price breaks below a recent swing low (waveDown).
The strategy enters long or short positions based on these confluences and plots the signals directly on the chart.
RSI + MA + Divergence + SnR + Price levelOverview
This indicator combines several technical analysis tools to give traders a comprehensive view based on the RSI indicator. Its main features include:
RSI & Moving Averages on RSI:
RSI: Calculates the RSI based on the closing price (or a user-selected source) with a configurable period (default is 14).
EMA and WMA: Computes and plots an Exponential Moving Average (EMA with a period of 9) and a Weighted Moving Average (WMA with a period of 45) on the RSI, helping to smooth out signals and better identify trends.
Price Ladder Based on RSI:
Draws horizontal lines at specified target RSI levels (from targetRSI1 to targetRSI7, default levels ranging from 20 to 80).
Calculates a target price based on the price change relative to the averaged gains and losses, providing an estimated price level when the RSI reaches those critical levels.
Divergence Detection:
Identifies divergence between price and RSI:
Bullish Divergence: Detected when the price forms a lower low but RSI fails to confirm with a corresponding lower low, with the RSI falling under a configurable threshold (d_below).
Bearish Divergence: Detected when the price forms a higher high while the RSI does not, with the RSI exceeding a configurable upper threshold (d_upper).
Optionally displays labels on the chart to alert the trader when divergence signals are detected.
Auto Support & Resistance on RSI:
Automatically calculates and plots support and resistance lines based on the RSI over different lookback periods (e.g., 34, 89, 200 bars).
Helps traders identify key RSI levels where price reversals or breakouts might occur.
Benefits for the Trader
This indicator is designed to assist traders in their decision-making process by integrating multiple technical analysis elements:
Identifying Market Trends:
By combining the RSI with its moving averages (EMA, WMA), traders can better assess market trends and the strength of these trends, thereby improving trade entry accuracy.
Early Reversal Signals via Divergence:
Divergence signals (both bullish and bearish) can help forecast potential reversals in the market, allowing traders to adjust their strategies timely.
Determining RSI-Based Support/Resistance Levels:
Automatic identification of support and resistance levels on the RSI provides key areas where a price reversal or breakout may occur, assisting traders in setting stop-loss and take-profit levels strategically.
Price Target Forecasting with the Price Ladder:
The target price labels calculated at important RSI levels provide insights into potential price objectives, aiding in risk management and profit planning.
Flexible Configuration:
Traders can customize key parameters such as the RSI period, lengths for EMA and WMA, target RSI levels, divergence conditions, and support/resistance settings. This flexibility allows the indicator to adapt to different trading styles and strategies.
How to read data
Some use-cases
Used to estimate price according to the RSI level.
When you trade using RSI, you want to set your stop-loss or take-profit levels based on RSI. By looking at the price ladder, you know the corresponding price level to enter a trade.
Used to determine the entry zone.
RSI often reacts to its own previously established support/resistance levels. Use the Auto SnR feature to identify those zones.
Used to determine the trend.
RSI and its moving averages help identify the price trend:
Uptrend: 3 lines separate and point upward.
Downtrend: 3 lines separate and point downward.
Use WMA45 to determine the trend:
Uptrend: WMA45 is moving upward or trading above the 50 level.
Downtrend: WMA45 is moving downward or trading below the 50 level.
Sideways: WMA45 is trading around the 50 level.
Use EMA9 to confirm the trend: A crossover of EMA9 through WMA45 confirms the formation of a new trend.
Configuration
The script allows users to configure a number of important parameters to suit their analytical preferences:
RSI Settings:
RSI Length (rsiLengthInput): The number of periods used to compute the RSI (default is 14, adjustable as needed).
RSI Source (rsiSourceInput): Select the price source (default is the closing price).
RSI Color (rsiClr): The color used to display the RSI line.
Moving Averages on RSI:
EMA Length (emaLength): The period for calculating the EMA on RSI (default is 9).
WMA Length (wmaLength): The period for calculating the WMA on RSI (default is 45).
EMA Color (emaClr) and WMA Color (wmaClr): Customize the colors of the EMA and WMA lines.
Price Ladder Settings:
Toggle Price Ladder (showPrice): Enable or disable the display of the price ladder.
Target RSI Levels: targetRSI1 through targetRSI7: RSI values at which target prices are calculated (default values range from 20, 30, 40, 50, 60, 70 to 80).
Price Label Color (priceColor): The text color for displaying the target price labels.
Divergence Settings:
Divergence Toggle (calculateDivergence): Option to enable or disable divergence calculation and display.
Divergence Conditions:
d_below: RSI level below which bullish divergence is considered.
d_upper: RSI level above which bearish divergence is considered.
Display Divergence Labels (showDivergenceLabel): Option to display labels on the chart when divergence is detected.
Auto Support & Resistance on RSI:
Toggle Auto S&R (enableAutoSnR): Enable or disable automatic plotting of support and resistance levels.
Lookback Periods for Support/Resistance:
L1_lookback: Lookback period for level 1 (e.g., 34 bars).
L2_lookback: Lookback period for level 2 (e.g., 89 bars).
L3_lookback: Lookback period for level 3 (e.g., 200 bars).
Support and Resistance Colors:
rsiSupportClr: Color for the support line.
rsiResistanceClr: Color for the resistance line.
Alerts:
Divergence Alerts: Alert conditions are set up to notify the trader when bullish or bearish divergence is detected, aiding in timely decision-making.
ALSHIHRI2025this is buy and sell signal depends on MACD and OBV and SMA, don't use it if you are not expert on technical analysis
Global M2 Level + OffsetA simple Global M2 indicator with a configurable offset (default is 105 days) and a smoothing line.
If you like it, consider donating a few sats: talvasconcelos@nostr.com
MA ShiftMultiple Moving Averages combined which works on all time frames, Buy sell signal as per the change in the color of indicator, can be combined with RSI & MACD Leader
Pino Trend Pack (SMA/EMA + Bollinger)🔹 Pino Trend Pack is a compact trend-following and volatility indicator that includes:
📈 Moving Averages:
- SMA 10, SMA 30
- EMA 21, EMA 55, EMA 89
(All configured for short-term to mid-term trend analysis by default, but fully adjustable for user preference.)
📊 Bollinger Bands:
- Period: 20
- Standard Deviation: 2.0
- Includes Upper Band, Lower Band, and Basis (SMA 20)
This pack is designed for traders who want a clean visual of price dynamics across multiple short-term trend layers, combined with volatility tracking. It helps you identify compression, expansion, and trend shifts at a glance.
🧠 Ideal for swing trading, short- to mid-term setups, or as a supporting tool in any confluence-based strategy.
GOD Momentum🔮 GOD Momentum — Bullish Entry Signal Indicator
Description:
GOD Momentum is a custom-built technical indicator designed to capture high-probability bullish entry signals on indices (such as US30, NAS100, GER40 ) and XAUUSD (gold). It is optimized for the 30-minute timeframe, providing clean, timely signals for short-term momentum trading.
The logic behind the indicator combines the Relative Strength Index (RSI) with a smoothed stochastic oscillator. This blend helps identify moments when price momentum shifts from bearish exhaustion to a potential bullish impulse.
When a bullish setup is detected, a green triangle appears below the price , serving as a visual cue to consider entering a long trade .
⚙️ How the Indicator Works:
- The RSI is calculated based on the selected source (default: close price).
- A stochastic calculation is applied to the RSI itself to analyze momentum within the momentum.
- The stochastic is then smoothed with two moving averages (K and D) to reduce noise.
- A bullish signal is triggered when the smoothed K line crosses above the oversold threshold of 15.
- When this condition is met, a green upward triangle (▲) appears on the main chart, below the corresponding candle.
📈 Strategy Guidelines:
- Recommended Timeframe : 30 minutes
- Markets: Stock indices (e.g., US30, NAS100, GER40) and commodities (XAUUSD)
- Trade Direction : Only long positions (buys)
- Entry Signal : A green arrow appears below the candle when a bullish momentum shift is detected
- Profit Target : Between 0.5% and 1% per trade
- Risk Management : Use stop-loss orders and proper position sizing. Ideal stop placement is below the recent swing low or a technical support level.
🔧 Customizable Inputs:
- K Smoothing : Number of periods for the first smoothing line
- D Smoothing : Number of periods for the second smoothing line
- RSI Length : Controls sensitivity of the RSI
- Stochastic Length : Determines the window for stochastic analysis
- RSI Source : Select the input source (default is close)
This indicator is intended for momentum scalpers and day traders who want to time entries precisely and consistently. It offers a clean visual and intuitive logic, helping you stay focused on high-conviction setups without unnecessary noise.
Super RSI - MA Screener Multi Timeframe [DucTri_dev]I. Overview
The "Super RSI - MA Screener Multi Timeframe" indicator is a powerful and flexible screening tool designed to help traders monitor and analyze the Relative Strength Index (RSI) along with its Moving Averages across multiple symbols and timeframes simultaneously.
Instead of opening numerous charts or constantly switching between them, this indicator consolidates all critical information into an intuitive Dashboard directly on your chart. It helps you quickly identify potential trading opportunities based on overbought, oversold conditions, or crossover signals between the RSI and its MAs across the markets and timeframes you are interested in.
II. Key Features
Visual Dashboard: Clearly displays RSI and 2 RSI Moving Average values for each selected symbol and timeframe.
Multi-Timeframe Analysis: Allows selecting and monitoring up to 4 different timeframes simultaneously (e.g., 30m, 1H, 4H, 1D). If no timeframe is selected, the indicator uses the current chart's timeframe .
Multi-Symbol Scanning: Supports scanning up to 8 symbols (customizable in the code if needed).
RSI & MAs on RSI: Calculates standard RSI with customizable Length and Source.
Computes 2 Moving Averages (SMA, EMA, WMA, SMMA, VWMA) directly on the RSI values with customizable lengths.
Smart Color Coding: Dashboard cells are colored based on RSI values (e.g., deep red for overbought >80, deep green for oversold <20) and the RSI's position relative to its MAs (green when RSI > MA, red when RSI < MA), enabling quick assessment of market conditions.
Flexible Filtering: Allows filtering the list of symbols displayed on the Dashboard based on RSI conditions. For example, show only symbols with RSI > 70 or RSI < 30 on "At Least 1 Timeframe" or "All Timeframes" selected.
Sorting: Option to sort symbols in the dashboard based on their average RSI value across timeframes (Ascending, Descending, or None).
Flexible Alerts: Provides multiple powerful alert options so you don't miss important signals :
RSI crossing above/below a specific level.
RSI being greater/less than a specific level.
RSI crossing above/below both of its Moving Averages.
III. How it Works
Data Fetching: The indicator uses the request.security function to retrieve price data (close price or other user-selected source) for the configured symbols and timeframes .
RSI Calculation: Calculates the RSI value for each symbol/timeframe based on the selected length and source .
RSI MA Calculation: Computes the values of the 2 Moving Averages based on the calculated RSI series, using the user-selected MA type and length .
Dashboard Display: Aggregates all RSI and RSI-MA values into a dashboard table . Cells are color-coded according to rules based on RSI thresholds (e.g., 20, 30, 40, 50, 60, 70, 80) and the crossover/relative position between RSI and its MAs .
Filtering & Sorting Application: If enabled, the indicator filters out symbols that don't meet the criteria and/or reorders the symbols in the table .
Alert Check: On each bar close (alert.freq_once_per_bar_close), the indicator checks if any alert conditions configured by the user are met .
IV. How to Use
1. Add Indicator: Add the "Super RSI - MA Screener Multi Timeframe " indicator to your TradingView chart.
2. Open Settings:
RSI Settings:
RSI Length : The lookback period for RSI calculation (default 14).
Source : The price source used for RSI calculation (default Close).
MA Settings: (Note: These MAs are calculated on the RSI, not the price)
Type 1, Length 1 : Select the type and length for the first RSI Moving Average.
Type 2, Length 2 : Select the type and length for the second RSI Moving Average.
Dashboard:
Position : Choose the dashboard's location on the chart.
Size : Select the text size within the table (Small, Medium, Large).
Sort : Choose how symbols are sorted (Ascending, Descending by average RSI, or None).
Filter:
Enable RSI > (inpFilter_higher_en) or RSI < (inpFilter_lower_en) filters.
Select the filter condition ("At Least 1 Timeframe" / "All Timeframes").
Enter the RSI threshold for filtering (RSI >, RSI <).
Timeframe:
Enable/disable and select the timeframes you want to scan.
Select Currency Pairs:
Enable/disable and select the symbols you want to include in the scan.
Alert Settings:
Select Alert: Choose the type of alert condition you want to use.
Enter the RSI value used for fixed-level alerts (e.g., Crosses Up 70, Less Than 30).
3. Read the Dashboard:
Rows represent the selected symbols.
The first group of columns shows RSI values for the selected timeframes, with background colors indicating overbought/oversold zones.
The next group of columns shows the values of the 2 RSI-MAs, with background colors indicating whether the RSI is above (green) or below (red) that MA.
4. Setting Up Alerts:
Open TradingView's alert creation window.
Under "Condition", select the indicator name "Super RSI - MA Screener Multi Timeframe ".
Choose the alert condition that corresponds to your selection in the indicator's Select Alert setting (There will often be just one general option like "Alert" or the specific alert name, as the condition logic is handled internally).
Customize the alert message and notification method.
Click "Create".
V. Available Alerts
You can set up alerts for the following conditions (selected in the Alert Settings section of the indicator):
RSI Crosses Up: When RSI crosses above the input level .
RSI Crosses Down: When RSI crosses below the input level .
RSI Less Than: When RSI value is less than the input level .
RSI Greater Than: When RSI value is greater than the input level .
RSI Crosses Up 2 MAs: When RSI crosses above both of its Moving Averages .
RSI Crosses Down 2 MAs: When RSI crosses below both of its Moving Averages .
VI. Notes / Disclaimer
Use of request.security: This indicator utilizes the request.security function to fetch multi-symbol/multi-timeframe data. This is necessary for screener functionality, but be aware that data from request.security can sometimes exhibit minor delays or slight "repainting" behaviour under certain market conditions (especially on lower timeframes or as new data arrives).
Performance: Scanning numerous symbols and timeframes can consume computer resources and TradingView limitations. Please select only the necessary symbols and timeframes to ensure optimal performance.
Not Financial Advice: This indicator is an analysis tool and does not constitute investment advice. Always conduct your own research, combine multiple analysis methods, and practice careful risk management before making trading decisions.
TP SyncerTake Profit Multi-Timeframe 📈
This indicator is designed to provide efficient risk management with an integrated take-profit system . It allows users to set take-profit levels in two ways: as a percentage of the entry price or based on resistance levels on higher timeframes – or even a combination of both🔄.
The strategy uses the Wave Trend Indicator as a reference to identify optimal entry points and potential profit targets 🎯. With a multi-timeframe approach, the take-profit targets can be adjusted across different timeframes for more accurate and informed trading decisions.
Ideal for traders seeking to fine-tune risk management strategies and adjust take-profit levels flexibly, this tool helps manage trades effectively while maximizing potential profits💰.
OneTrend EMAThis strategy uses exponential moving averages (EMA) to define market trend direction and employs a dynamic ATR-based threshold adjusted by a custom ADX calculation to generate bullish (blue) and bearish (pink) zones. It enters long positions when the fast EMA exceeds the threshold (blue zone) and exits when it falls below the threshold (pink zone), providing clear, rule-based signals for trend-following trades. Pros include adaptive thresholding that reflects market volatility and trend strength, while cons are potential lag in sideways or choppy markets and susceptibility to whipsaws in volatile conditions.
sRSI + MACD + VOLAbout sRSI + MACD + VOL
The "sRSI + MACD + VOL" is a powerful 3-in-1 indicator that combines Stochastic RSI, MACD, and Volume into a single, comprehensive tool, perfect for traders looking to maximize their analysis within one chart panel. This indicator is ideal for users with Free or Essential TradingView accounts who have limited allowance for indicators, providing a space-efficient way to monitor momentum, trend, and volume dynamics simultaneously.
Features:
Stochastic RSI: Scaled to range, showing overbought/oversold conditions with K (blue) and D (orange) lines for clear momentum signals.
MACD: Includes MACD line (blue), Signal line (orange), and a color-coded histogram. The histogram displays momentum strength with:
Dark Green (#26A69A) for increasing positive momentum
Light Green (#B2DFDB) for fading positive momentum
Light Red (#FFCDD2) for increasing negative momentum (toward zero)
Dark Red (#FF5252) for fading negative momentum
Volume: Normalized bars scaled to , colored green for increasing volume and red for decreasing volume, highlighting market participation trends.
Combined Indicator: A white line averaging the scaled values of MACD histogram, Stochastic RSI K, and Volume, offering a unified trend overview.
Why Use This Indicator?
Saves chart space by integrating three essential indicators
Provides a multi-faceted view of price action, momentum, and volume
Customizable inputs for fine-tuning to your trading style
Perfect for confirming entries, exits, and trend strength in one glance
Designed for simplicity and efficiency, "sRSI + MACD + VOL" is your all-in-one solution for technical analysis, especially when indicator slots are limited. Add it to your chart and streamline your trading strategy today!
Azii TrendAzii Trend is a precision-built indicator designed to give traders a clear, real-time snapshot of market bias using multi-timeframe moving averages.
It reads the 30-minute and 1-hour chart to determine trend direction based on:
📘 SMA (Simple Moving Average)
⚡️ EMA (Exponential Moving Average)
Each timeframe outputs a BULL or BEAR signal, and a confluence check below summarizes the overall market condition as:
✅ STRONG BULL
❌ STRONG BEAR
🔶 MIXED TREND
Everything is neatly displayed in a fixed, non-movable box at the top-right of your chart for quick, clutter-free decision-making.
✅ Best for:
Intraday and swing traders
Trend confirmation
Confluence tracking between timeframes
Multi TF Indicators [KS modded LazBear]Multi TF Indicators
all indicators are showed on table with hi-lighted bull-bear colors
Advanced MACD + MA + RSI + Trend Buy/SellThis advanced indicator combines MACD, dual moving averages, RSI, volume spikes, and a 200 EMA trend filter to generate high-confidence Buy/Sell signals. It aims to reduce false signals by aligning multiple technical conditions:
Liquidity Sweep + OB Trap"A high-precision smart money indicator that detects liquidity sweeps, volume divergence, and order block traps—filtered by trend—to catch false breakouts and sniper reversals."
DavidDias290 EMA StrategyNOT FINAL VERSION! Tested only for the GBPUSD pair, using the 1min chart.
We wait for the price to touch the EMA200 to enter a price rejection.
With a SL of 5Pips and a TP of 15pips, we have a Risk to Reward of 1:3, which gives us an incredible margin to profit in the long term. In all the tests I have developed, I strongly advise using it only in the hours from 00:00 to 2:00 and from 7:00 to 19:00.
Moving Average Dynamic BundleThis script demonstrates a 6-MA system using Pine Script v6.
It provides:
1) Choice of SMA, EMA, or TEMA for each of 6 MAs.
2) Individual length setting for each MA.
3) A single, common source input for all MAs.
4) A slope-based color highlight (Bullish/Bearish/Neutral).
5) Dynamic timeframe support via built-in security() and timeframe inputs.
6) Non-repainting approach (lookahead=barmerge.lookahead_off).
7) Customizable color inputs.
Chrism - Moving Average Dynamic BundleThis script demonstrates a 6-MA system using Pine Script v6.
It provides:
1) Choice of SMA, EMA, or TEMA for each of 6 MAs.
2) Individual length setting for each MA.
3) A single, common source input for all MAs.
4) A slope-based color highlight (Bullish/Bearish/Neutral).
5) Dynamic timeframe support via built-in security() and timeframe inputs.
6) Non-repainting approach (lookahead=barmerge.lookahead_off).
7) Customizable color inputs.