Max Drawdown Line Flexible Data Source Selection
Users can now choose between Close, Volume, or SMA (with adjustable length) for drawdown calculations.
Đường Trung bình trượt
FVG Imbalances Medias y VWAP JavWhat does the indicator do?
This is a multi-purpose Smart Money Concepts + Wyckoff-based indicator. It detects market structure, order blocks, key levels, value zones, and liquidity gaps. It also includes moving averages, VWAPs, premium/discount zones, and many visual tools for advanced technical analysis.
Key features:
• Market structure (BOS / CHoCH):
Detects real-time structure breaks (internal and swing). Shows when the market is shifting or continuing trend.
• High/Low pivots (HH, LL, HL, LH):
Labels significant swing points to help you track structure.
• Order Blocks:
Highlights institutional buy/sell zones based on swing and internal structure.
• Equal Highs/Lows (EQH/EQL):
Marks areas of liquidity where stop hunts may happen.
• Fair Value Gaps (FVG):
Draws imbalanced price gaps between candles — likely areas for price to revisit.
• Premium, Discount, and Equilibrium Zones:
Shows if price is expensive, cheap, or fair based on last swing range.
• Daily / Weekly / Monthly levels:
Plots highs and lows from higher timeframe candles for institutional reference.
• Configurable Moving Averages (EMA/SMA):
Enable up to 4 MAs with individual timeframe filters (e.g., only show MA 200 on 1H+).
• Session and Weekly VWAPs:
Draws session or weekly VWAP, with the ability to hide them on certain timeframes.
• Candle color by trend:
Optional trend-based candle coloring from internal structure bias.
• Built-in alerts:
Alerts available for BOS, CHoCH, order block breakouts, FVGs, equal highs/lows, and more.
Multi-Timeframe Market Structure Bars v2Summary
This script presents a real‑time dashboard of market structure across multiple user‑defined horizons, using color‑coded bars to signal bullish or bearish bias on each timeframe. Traders gain an instant, consolidated view of market sentiment—from longer‑term to ultra‑short‑term—without switching charts, enabling faster, more informed decisions.
What It Is
The Multi‑Timeframe Market Structure Bars indicator displays a row of bold bars—one per timeframe—in a dedicated panel, each bar changing color to reflect the underlying market bias on that timeframe.
Rather than plotting price or overlays on your main chart, it offers a snapshot‑style layout, with the topmost bar representing your longest timeframe and the bottom bar your shortest.
Core Functionality
Unified Trend Vision: By stacking multiple bars vertically, the script condenses what would otherwise be separate trend analyses into a single glance.
Configurable Horizons: Each bar’s timeframe is fully adjustable, so you can tailor the display to any set of periods—e.g., weekly down to one‑minute—matching your trading style.
Instant Bias Signals: As market conditions shift, individual bars switch color immediately, revealing structure shifts across all monitored timeframes.
Benefits to Traders
Speedy Decision‑Making: Quickly confirm whether short‑term moves align with the broader trend, reducing hesitation and late entries.
Avoids Context Switching: No need to flip between multiple charts—everything you need is in one concise panel.
Enhanced Trade Filters: Use the dashboard as a pre‑filter, only taking setups when multiple bars indicate the same bias.
Visual Clarity: The bold, high‑contrast design ensures even rapid chart scrolling or zooming won’t obscure your read on the market.
How to Use
Set Your Timeframes
Input your preferred periods for each bar (e.g., “Daily,” “4H,” “1H,” “15m,” “5m”).
Monitor Bar Colors
Green (or your bullish color) means that timeframe’s structure supports upward bias; red (or bearish) means downward.
Align with Your Strategy
Only initiate trades when the majority (or all) of bars point in your intended direction, ensuring multi‑horizon agreement.
Set Alerts on Flips
Create alerts tied to bar‑color changes to be notified the moment a key timeframe shifts, keeping you on top of evolving conditions.
Practical Tips & Considerations
Non‑Repainting Behavior: Signals reflect confirmed shifts and will not retroactively change once drawn, giving you confidence in their reliability.
Lag Awareness: Like any structure‑based tool, rapid spikes or whipsaws can lead to delayed flips; consider coupling with price‑action checks.
Panel Placement: Since this indicator runs in a separate pane, you can stack it above or below other context tools (e.g., volume profiles) for a layered analysis.
Complementary Use: Best employed as a confirmation layer rather than a standalone signal generator—combine it with entry triggers or risk‑management rules for optimal results.
By abstracting complex, multi‑timeframe analysis into a simple, intuitive interface, this indicator empowers you to maintain a clear, consolidated view of market structure—helping you spot alignment, filter trades, and react quickly without revealing every calculation detail under the hood.
Box with RSI Div(Dynamic Adjustment + MA)Script Description: Dynamic Box Range with RSI Divergence and MA Ribbon Strategy
This script is a comprehensive trading strategy combining RSI divergence, a box range breakout system, and a moving average ribbon strategy. It is designed to generate dynamic entries and exits for both long and short positions while enabling integration with OKX trading bots for automated signal execution. Below is a detailed breakdown of the script's components:
1. General Overview
Name: Box Range with RSI Divergence and Dynamic Adjustment + MA Ribbon Strategy
Purpose:
To identify trade opportunities using a combination of RSI divergence, price action within a box range, and moving average conditions.
To dynamically adjust position sizes and integrate with OKX trading bots for automated trade execution.
Features:
Dynamic position sizing for entries and exits.
Customizable parameters for box range length, RSI settings, and moving averages.
Alert generation for integration with OKX bots.
2. Key Components
A. Box Range Logic
Definition:
The box range is defined by the highest high and lowest low of the price over a customizable lookback period (boxLength).
Used to detect potential breakout or breakdown levels.
Components:
highestHigh: The highest high over the box range period.
lowestLow: The lowest low over the box range period.
Visualization:
The box range's upper and lower bounds are plotted on the chart with green (upper) and red (lower) lines.
B. RSI Divergence Detection
RSI Calculation:
The Relative Strength Index (RSI) is calculated using a customizable period (rsiLength).
Divergence Conditions:
Bullish Divergence:
Price forms lower lows, but RSI forms higher lows.
Bearish Divergence:
Price forms higher highs, but RSI forms lower highs.
Purpose:
Divergences indicate potential trend reversals and are used as trade entry signals.
C. Moving Average Ribbon Strategy
Moving Averages:
Includes 4 moving averages: MA20, MA50, MA100, and MA200.
Users can customize the type (SMA, EMA, etc.) and period of these moving averages.
The moving averages are calculated using a customizable timeframe (e.g., 4H).
Trend Conditions:
Uptrend:
MA20 > MA50 > MA100 > MA200, and price is above MA20.
Downtrend:
MA20 < MA50 < MA100 < MA200, and price is below MA20.
D. Dynamic Position Sizing
Dynamic Adjustment:
The script dynamically adjusts position size (entry and exit percentages) based on the difference between the current price and the average entry price (avgPrice).
Long Position:
Adds to the position if the price drops below the average price.
Reduces the position if the price rises significantly above the average price.
Short Position:
Closes part of the position if the price falls significantly below the average price.
Adds to the position if the price rises above the average price.
E. OKX Bot Integration
Signal Configuration:
The script generates alerts compatible with OKX trading bots.
Signals include parameters such as:
action: Indicates whether to enter or exit a position.
instrument: The trading pair (symbol).
orderType: Market or limit orders.
investmentType: Specifies how the trade size is calculated (e.g., percentage of balance or equity).
amount: The size of the trade.
Alerts are sent via alert() for automated trading.
3. Signal Logic
A. Long Signals
Conditions:
Price is at or below the lower box range (lowestLow).
A bullish RSI divergence is detected.
An uptrend is confirmed by the moving averages (MA20 > MA50 > MA100 > MA200).
Actions:
Enter a long position with dynamically calculated size.
Display a "BUY" label on the chart.
Trigger an alert for OKX integration.
B. Short Signals
Conditions:
Price is at or above the upper box range (highestHigh).
A bearish RSI divergence is detected.
A downtrend is confirmed by the moving averages (MA20 < MA50 < MA100 < MA200).
Actions:
Enter a short position with dynamically calculated size.
Display a "SELL" label on the chart.
Trigger an alert for OKX integration.
C. Position Adjustments
Long Adjustments:
Increase position size if the price drops below the average entry price.
Reduce position size if the price rises above the average entry price.
Short Adjustments:
Increase position size if the price rises above the average entry price.
Reduce position size if the price falls below the average entry price.
4. Visualization
Box Range:
Green line for the upper range (resistance).
Red line for the lower range (support).
Moving Averages:
MA20 (yellow), MA50 (orange), MA100 (red), MA200 (maroon).
Signal Labels:
"BUY" label for long signals (green).
"SELL" label for short signals (red).
Dynamic Position Info:
Displays entry/exit percentages and price levels.
5. Customizable Parameters
Box Range:
boxLength: The lookback period for the box range.
RSI:
rsiLength: The calculation period for RSI.
divergenceLookback: The number of bars to check for divergence.
Moving Averages:
Type (SMA, EMA, etc.).
Periods for MA20, MA50, MA100, and MA200.
Timeframe for moving average calculations (e.g., 4H).
Position Sizing:
Minimum and maximum percentage limits for entry and exit adjustments.
6. Alerts
Alerts are generated for:
Long entry signals.
Short entry signals.
Long and short position exits.
Alert messages are formatted for OKX bot compatibility, including all necessary parameters.
7. Use Cases
This script is ideal for:
Automated Trading:
Integrates easily with OKX bots for hands-free trading.
Trend and Range Trading:
Combines breakout strategies with trend confirmation.
Dynamic Risk Management:
Adjusts position sizes dynamically based on market conditions.
This script provides a powerful combination of indicators and logic, enabling traders to capitalize on both trend-following and counter-trend opportunities while dynamically managing positions.
Quantum Flow Navigator @DaviddTechQuantum Flow Navigator – DaviddTech
Precision Strategy Builder Powered by Adaptive Filters, Statistical Noise Reduction & Multi-Modal Confirmation
🚀 Bullish Signal : Enter when ALMA, FluxWave, and QuickSilver all confirm bullish trend, with high volume and valid noise filter state.
🔻 Bearish Signal : Enter short when all components align bearishly and filters validate the signal.
🚪 Exit : Automatically managed by dynamic SL/TP or indicator-based reversal logic.
✅ Overview & DaviddTech Methodology
Quantum Flow Navigator is an advanced, multi-component trading system engineered around the strict modular logic of the DaviddTech methodology .
It integrates every core component required for a fully rule-based and signal-driven strategy—baseline, confirmations, volume filter, exit system, and noise filter.
Designed for traders who demand structure, clarity, and data-backed decision-making on 15M, 1H, and 4H charts.
🔍 Indicator Components
Baseline: Adaptive ALMA Filter
Smooth and responsive dynamic trend detection, with momentum validation and optional filled zones for enhanced visual feedback.
Confirmation #1: FluxWave Oscillator
Developed from an enhanced Trendlio concept by @dudeowns , FluxWave uses ALMA-smoothed rate-of-change logic with configurable signal behavior.
Confirmation #2: QuickSilver Band System
Custom breakout engine that maps volatility envelopes using multi-layered deviation bands for clear confirmation of structure breaks and trend direction.
Volume Filter: Normalized Volume Energy
Innovative volume filter inspired by @ceyhun 's work. Filters trades by classifying energy into High, Normal, or Low based on normalized volume context.
Exit System: Dynamic Momentum Stop Loss
Choose from Smart Adaptive, Trailing, Stepped, Percentage, ATR, or Volatility-adjusted logic. Supports TP via risk/reward, ATR multiples, or percentage targets.
Noise Filtration: Quantum Statistical Noise Reduction
Fuses Kalman smoothing with wavelet decomposition to eliminate non-signal noise and improve trade quality and confidence.
🎨 Visual System & Dashboard
🚀/🔻/🚪 Emoji Labels : Buy, sell, and exit trades clearly marked for instant recognition.
Color-Shifting Bars : Reflect FluxWave’s trend bias in real-time.
ALMA Fill Zone : Visual trend envelope between price and ALMA baseline.
QuickSilver Bands : Volatility envelopes with graduated depth for support/resistance awareness.
SL & TP Visuals : Dynamic stop-loss and take-profit zones plotted directly on chart.
Navigator Panel : In-chart dashboard displays real-time trend status, volume energy, noise filter state, signal strength, and active position tracking.
📈 How to Trade with It
Entry Mode Selection : Choose between Combined, ALMA, FluxWave, QuickSilver, or Custom scoring logic.
Final Signals : Trigger only when confirmations align, volume energy is valid, and noise is low.
Dashboard Summary : Use real-time signal display to validate entry strength.
Timeframes : 15M–1H recommended for swing/intraday setups; 5M–15M for automation.
💡 Advanced Features
Entry Strength Scoring: Composite weight of all active components + filters.
Cooldown System: Limits excessive signals in volatile periods.
Multiple Exit Strategies: SL & TP modes with optional indicator-based exits.
Statistical Filtering: Wavelet + Kalman combination optimizes entry confidence.
Full Alert Suite: Covers entries, exits, filter triggers, volume states, and more.
🧠 Suggested Strategy Usage
Wait for full confirmation from ALMA, FluxWave, and QuickSilver.
Ensure volume energy is High and noise filter confirms trend clarity.
Use adaptive SL/TP or indicator-based exits.
Monitor dashboard for live signal strength ≥ threshold.
Use “Balanced” mode for general use; switch to “Aggressive” for tighter signals.
📝 Credits & Originality
Concept based on DaviddTech’s component-driven methodology .
FluxWave Oscillator built as an evolved version of Trendlio with full signal customization — credit @dudeowns .
Volume Energy Filter adapted from the work of @ceyhun .
Noise filtration and system architecture developed independently using Pine Script v6.
All code and logic is original, non-rehashed, and completely refactored to ensure uniqueness.
Quantum Flow Navigator fuses adaptive baselines, confirmation logic, energy-based filters, and statistical refinement into a precision signal engine—optimized for traders who value structure, clarity, and control.
Shanto Trend Signal🔔 Shanto Trend Signal is a custom trend-following indicator designed to give early and clean Buy/Sell signals based on RSI momentum and EMA trend direction.
📊 Key Features:
Buy signals when RSI shows strength above a key level with EMA confirmation.
Sell signals when RSI breaks down below a threshold with bearish EMA slope.
Optional visual highlights (bull/bear zones) on chart.
Customizable RSI sensitivity, signal levels, and visual styles.
Alerts included: never miss a momentum shift.
✅ Ideal for: XAUUSD, BTCUSD, Forex, Indices, and more.
🔧 Settings can be tuned for different assets and timeframes.
Created by: Rakibul Hassan
Please leave feedback or suggestions for future improvements!
WB TRADING ATR [Version 2]the indicator calculates the average true range (ATR) of the previous trading day. specifically measuring the price movement for whatever time you choose. it helps traders gauge overnight volatility and identify potential price range expectations for early market sessions.
The Delta with EMAs - Version 2 | CaptJackSparrow📊 The Delta with EMAs - Version 2 16th April 25 working copy it is not finished yet!!!!!!!| CaptJackSparrow
This updated script takes your trading to the next level by merging dynamic volume delta with customizable EMAs and Fibonacci levels, all enhanced with session-based background highlights.
🧩 Cumulative Volume Delta (CVD):
Visualize market sentiment and volume flow with step-line candles, showing the tug-of-war between buyers and sellers.
Real-time tracking of volume dynamics with customizable timeframes and session-specific calculations.
📈 Exponential Moving Averages (EMAs):
EMAs (3, 5, 8, 9, 15, 24, 30, 60, 90) plotted on CVD to reveal trend direction and momentum shifts.
Customizable visibility settings for each EMA, with background coloring when the EMAs align to highlight momentum zones.
📊 Fibonacci Levels:
Overnight and New York sessions: Track the high, low, and midpoint (equilibrium) for each session to gauge market sentiment.
Weekly Fibonacci: See the high, low, and midpoint for the week, with dynamic labels updating as the week progresses.
🌍 Session Highlights:
Display colored backgrounds for New York, Overnight, Europe, Asia, and After Hours sessions, helping you identify active market periods.
Customizable start/end times for each session with visual color options.
🔔 Alerts & Visuals:
EMA crossovers and background colors help spot key momentum shifts.
Tailored alerts based on the crossover of the EMAs, helping you track potential entries or exits.
🧠 Ideal for traders who love:
Understanding market structure through volume analysis.
Using multiple session contexts for more precise trading decisions.
Anticipating breakouts or divergences with dynamic Fibonacci and EMA support.
🏴☠️ Disclaimer: This script is for educational purposes only and is not financial advice. Always trade responsibly and consider market risks.
Scalping Trend Power per MT51. Overview
Scalping Trend Power per MT5 is a short‑term scalping strategy designed to capture small price movements while effectively managing risk. The strategy uses a combination of exponential moving averages (EMAs), the Relative Strength Index (RSI), and the Average True Range (ATR) to generate trade signals and manage exits with dynamic stop‑losses and multiple profit targets. Additionally, it includes inputs that adjust for realistic trading costs such as manual spread, commission, and slippage. All parameters are fully customizable so that traders may fine‑tune the strategy to match their risk tolerance and market conditions.
2. Trade Management Settings
Lot Size (lotSize):
– Default Value: 0.1
– This input determines the base lot size for each trade. It defines the proportional amount of the asset that the strategy will trade.
Lot Multiplier (lotMultiplier):
– Default Value: 1.0 (with a minimum of 0.1 and incremental steps of 0.1)
– This multiplier scales the base lot size. For example, if the Lot Size is 0.1 and the multiplier is set to 1.0, the resulting lot size is 0.1. Increasing the multiplier increases the position size proportionally.
Contract Type (contractType):
– Default Value: "FX" (options include FX, CFD, Futures)
– This text input identifies the type of instrument. Although it does not alter the calculations, it is included in the alert messages and documentation for clarity.
Risk per Trade (%) (riskPercentage):
– Default Value: 1.0
– This parameter represents the fraction (as a percentage) of your account that you are willing to risk on each trade. It is referenced in the alerts but does not directly calculate position sizing in the script.
Risk/Reward Ratio (riskRewardRatio):
– Default Value: 1.2, with steps of 0.1
– This ratio determines the distance for the take profit (TP) levels relative to the ATR-based stop loss. A ratio of 1.2 means that the profit target is 1.2 times the stop-loss distance.
Trailing Stop Multiplier (trailingStopMultiplier):
– Default Value: 1.2, with steps of 0.1
– This multiplier determines the base distance for the trailing stop based on the ATR value. It helps capture additional profit by adjusting the stop dynamically as the price moves favorably.
3. Indicator Inputs
EMA Short Length (emaShortLength):
– Default Value: 9
– Defines the period for the short exponential moving average. A lower number makes the indicator more sensitive to recent price changes.
EMA Long Length (emaLongLength):
– Default Value: 21
– Sets the period for the long exponential moving average, which smooths out price data over a longer period to define the prevailing trend.
RSI Length (rsiLength):
– Default Value: 14
– This defines the number of periods used in calculating the Relative Strength Index. A value of 14 is standard and helps gauge overbought/oversold conditions.
ATR Length (atrLength):
– Default Value: 14
– The number of periods used to calculate the Average True Range, which measures market volatility and is used to determine dynamic stop-loss distances.
RSI Overbought (rsiOverbought):
– Default Value: 70
– When the RSI exceeds this value, the market is considered potentially overbought, serving as a filter to avoid entering long trades in such conditions.
RSI Oversold (rsiOversold):
– Default Value: 30
– When the RSI falls below this level, the market is considered potentially oversold, assisting in filtering short trades or early exit signals.
4. Multi-Timeframe Exit Inputs
Higher Timeframe for Exit (higherTF):
– Default Value: "30" (can be set to any valid timeframe such as "D", "W", etc.)
– This input allows the strategy to reference a higher timeframe for additional exit logic. For instance, a 30‑minute or daily RSI can provide broader market context when managing an open position.
Higher TF RSI Overbought (higherRsiOverbought):
– Default Value: 70
– The RSI threshold on the higher timeframe above which long positions might be exited to avoid prolonged reversals.
Higher TF RSI Oversold (higherRsiOversold):
– Default Value: 30
– The RSI threshold on the higher timeframe below which short positions might be exited.
5. Advanced Trailing Stop and Volume Filter Inputs
Pivot Lookback Period (pivotLookback):
– Default Value: 5
– This period is used to detect local price pivots (highs and lows) which can guide the trailing stop placement.
Volume Lookback Period (volumeLookback):
– Default Value: 20
– The number of bars used to calculate the average volume, which is then used to scale the stop-loss based on volume conditions.
Volume Multiplier (volumeMultiplier):
– Default Value: 1.0 (minimum 0.1, incremental steps of 0.1)
– This multiplier adjusts the volume scaling factor when computing the adjusted stop-loss, allowing you to fine‑tune stop adjustments relative to recent volume.
6. Partial Exit (Multi-TP) Inputs
Enable Partial Exit (enablePartialExit):
– Default Value: true
– Activates the option for exiting portions of an open position at distinct profit targets.
TP1 Profit Multiplier (tp1ProfitMult):
– Default Value: 1.0
– Determines the distance for the first profit target (TP1) as a multiple of the ATR-based profit measure.
TP2 Profit Multiplier (tp2ProfitMult):
– Default Value: 1.5
– Sets the distance for the second profit target (TP2). A higher value means TP2 is further from the entry price.
TP3 Profit Multiplier (tp3ProfitMult):
– Default Value: 2.0
– Sets the distance for the third profit target (TP3).
TP1 Exit (%) (tp1ExitPercentage):
– Default Value: 33%
– The percentage of the position to exit when TP1 is hit.
TP2 Exit (%) (tp2ExitPercentage):
– Default Value: 33%
– The percentage of the position to exit when TP2 is hit.
TP3 Exit (%) (tp3ExitPercentage):
– Default Value: 34%
– The remaining percentage of the position to exit at TP3.
7. Confirmation Bars
Confirmation Bars (confirmBars):
– Default Value: 2
– This input sets how many consecutive bars must satisfy the long or short condition before a trade is considered valid. It helps filter out false signals by requiring persistent conditions.
8. Trade Decrease Factor
Trade Decrease Factor (tradeDecreaseFactor):
– Default Value: 0 (with baseLongTrades set to 5)
– Each increment in this factor reduces the maximum allowable long trades per trend. For example, if the base is 5 and the factor is set to 2, then the strategy is limited to 3 long trades in a single trend. The minimum allowable value is 1 trade per trend.
9. Cost Buffer
Cost Buffer (costBuffer):
– Default Value: 0.0
– This value widens the stop-loss by a fixed amount to account for commission costs and slippage, reducing premature stop-outs when realistic trading costs are applied.
10. Manual Spread Calculation Inputs
Since the built‑in spread variable is not used in this version, the strategy calculates a manual effective spread:
Fallback Spread (ticks) (fallbackSpread):
– Default Value: 1 tick
– Represents the number of ticks to use if no built‑in spread is available.
Manual Mintick (manualMintick):
– Default Value: 0.0001
– This input represents the tick size (minimum movement) for the instrument. The effective spread is then computed as:
effectiveSpread = fallbackSpread * manualMintick
This effective spread is used to adjust the entry prices:
For long trades, the effective entry price becomes:
close + effectiveSpread / 2
For short trades, it becomes:
close - effectiveSpread / 2
11. PineConnector Inputs
Activate PineConnector (activatePineConnector):
– Default Value: false
– When enabled, the strategy sends alerts in a format that supports integration with an external order routing tool, such as PineConnector.
PineConnector License Code (pineConnectorLicense):
– Default Value: (an empty string)
– Used to include your license or identifier in alert messages if PineConnector is activated.
12. Additional Calculations and Functionality
Dynamic TP and SL:
The script calculates dynamicTP as ATR multiplied by the riskRewardRatio.
dynamicSL is computed as ATR multiplied by trailingStopMultiplier.
The final stop-loss (adjustedSL) is calculated by adding the cost buffer to dynamicSL and then scaling it by recent volume (using a simple moving average of volume and a user-defined volume multiplier).
Trend Detection and Confirmation:
The strategy defines rawLongSignal and rawShortSignal based on the comparison of the short and long EMAs and corresponding RSI thresholds.
These conditions are then confirmed over a number of bars (set by confirmBars) to produce the final long and short signals.
Trade Management:
Once a trade is active, the strategy prevents new entries and will close the existing trade if an opposing signal is generated.
The script also tracks the number of long trades in a continuous trend and limits them based on the maxLongTradesPerTrend value.
Partial Exits and Visual Aids:
Multiple profit targets (TP1, TP2, TP3) are calculated and drawn as horizontal lines with labels.
Partial exits are triggered when the price reaches these levels for a specified number of bars.
Background colors and candlestick colors are used to visually indicate the prevailing trend and active trade direction.
Backtesting Settings:
The strategy is designed to backtest on a 10,000-unit initial capital environment.
It uses realistic commission (0.1% per trade) and slippage (1 tick) values to simulate a more practical trading scenario.
Conclusion
This detailed description covers each adjustable parameter of the Scalping Trend Power per MT5 (Manual Spread) strategy. By tuning the inputs—from risk settings and indicator lengths to spread, cost buffer, and volume multipliers—traders can optimize the strategy according to their specific market conditions and risk management preferences. This self-contained explanation ensures that all necessary details are provided without external references, aligning with best practices for transparent, realistic backtesting and publication.
Feel free to modify any input values or parameters to better match your personal trading requirements before applying the strategy in a live environment.
Scalping Strategy Final (Secured)Get rich very quickly!
Only signals in the direction of the market trend are displayed, enter the position when the signal is issued and stay in the position until the exit signal is issued, usually you can easily reach goal 2. Be profitable.
muraThe indicator shows important levels for trading on different TF, you can select levels for intraday, intraweek and intra-month trading. Also added clearly visible trends: local trend and global trend, but depends on your TF.
I personally recommend trading following the global trend from 4 hour TF and above. If you have a bullish global trend and the local trend changes from bearish to bullish, it is a buy signal.
The indicator works well with the trend at 4h and 12h TF
🚀QuantumPulse Signals📡 Atiloan“To be a profitable trader, don’t overcomplicate.” – Atiloan
QuantumPulse Signals ⚡
QuantumPulse Signals is a premium multi-functional signal tool built to simplify your trading decisions — without compromising on power. It delivers clear Buy/Sell signals, trend rejections, auto TP/SL zones, and advanced multi-timeframe filtering to help you trade smarter across all markets and timeframes.
🔍 Core Features:
📈 Buy & Sell Signals
Based on Supertrend, EMA, and WMA — for reliable, trend-aligned entries and exits.
🔁 Rejection Detection
Detects early bullish/bearish reversals when price rejects key zones.
🎯 Auto TP & SL Levels
Dynamically calculated using ATR volatility, with customizable TP1/TP2/TP3 and SL for risk-managed trading.
⏱️ Multi-Timeframe Filtering
Confirm entries with a higher timeframe trend filter to avoid noise and false setups.
📡 Real-Time Alerts
Instant alerts for:
Signal changes
Rejection zones
TP and SL levels
🎨 Fully Customizable
Modify visuals, logic, levels, and sensitivity to suit your strategy and chart style.
🧠 How to Use:
Apply to any chart or asset (crypto, forex, stocks, etc.).
Adjust key inputs like ATR, Supertrend, EMA/WMA, and TP/SL multipliers.
(Optional) Activate Multi-Timeframe Mode for cleaner setups.
Watch for entries, trend shifts, and rejection markers.
Use built-in alerts to stay informed, even away from charts.
Multi-currency TSI & Trend Dashboard (V1)This indicator aggregates momentum data from multiple currency pairs to calculate a True Strength Index (TSI) for eight major currencies. It then derives a trend for each currency by comparing the TSI to an exponential moving average (EMA) calculated over a user-defined period. The result is presented in a dashboard of tables, each showing the currency's name, its TSI value, and whether it is in an uptrend, downtrend, or flat state. This provides traders with a clear, at-a-glance overview of currency strength without the need for complex analysis.
21 EMA Multi-Timeframe + VWAPMultiple timeframe EMA for 21 EMA. allows you to see 5, 15, 30m and 1 hr 4hr + daily on one chart. Benefit to this is you can easily see when your means are stacked bearish. And if you are on mobile and only have one screen
2025 mac sniper strategy📈 14/50 MA Crossover with 200 MA Trend Confirmation
This indicator provides precision-tuned signals based on the crossover of the 14-period and 50-period simple moving averages, filtered by the prevailing market structure defined by the 200-period SMA.
🔍 Logic:
Long Entry Condition: 14 SMA crosses above 50 SMA and price is trading above the 200 SMA, confirming bullish momentum within an established uptrend.
Short Entry Condition: 14 SMA crosses below 50 SMA and price is trading below the 200 SMA, aligning with broader bearish structure.
⚙️ Features:
Momentum-aligned crossover signals only in the direction of trend
Noise reduction via higher-timeframe trend filtering
Visual signal plots (BUY/SELL labels) and real-time alert support
Designed for discretionary or semi-systematic execution
🧠 Use Case:
Ideal for traders seeking confluence between momentum shifts and trend direction without overcomplicating execution. Suits swing traders, intraday trend followers, and anyone integrating crossover logic into a broader multi-timeframe or rule-based system.
mac sniper strategyshavar hyman's mac sniper strategy. i use this strategy to trade forex pairs in trend direction
⚡ Micro Scalping Strategy [EMA, VWAP, MACD]💡 What This Strategy Does
This TradingView script is a robot trader you can run on your charts. Its job is to:
🔹 Buy stocks quickly when it sees a great setup
🔹 Sell them just as fast, either:
When it makes money (Take Profit 🤑)
Or loses too much (Stop Loss 😬)
Or if it's been holding the trade too long (Timeout ⏰)
It’s built for super short-term trading (scalping) between 7am–11am when the market is most active.
⚙️ What It Uses (The Brain Behind It)
EMAs (Exponential Moving Averages):
These are like magic lines that tell the robot if the price is going up or down:
EMA 9 and EMA 20 → short-term signals
EMA 200 → long-term trend direction
VWAP (Volume Weighted Average Price):
This is like a fair value line. The robot wants the stock to be trading above VWAP to consider buying.
MACD (Moving Average Convergence Divergence):
It shows momentum (strength) of price. Robot looks for upward momentum before buying.
Relative Volume (RelVol):
We only want to trade stocks that are hot and active! If a stock has 1.5x more volume than usual, it’s considered “high relative volume.”
🧠 When the Robot Buys (Entry Rules)
The robot only buys when all of these are true:
✅ It's between 7–11 AM New York time
✅ The price is above EMA 200 and VWAP (strong uptrend)
✅ EMA 9 crosses above EMA 20 (momentum building)
✅ MACD says the price is getting stronger
✅ The stock is trading with lots of volume (1.5x more than normal)
✅ We're not already in a trade
💰 How the Robot Exits a Trade
Once it buys, it watches the price closely.
It will sell the stock in any of these 3 cases:
✅ Take Profit: Price goes +25% higher = SELL FOR WIN 🎉
⛔ Stop Loss: Price drops -7% below entry = SELL TO STOP LOSS 😢
⏱️ Timeout: After holding for 15 candles (bars) = SELL ANYWAY ⏳
📈 What Timeframe to Use
This works best on 30-minute or lower charts (1m, 5m, 15m, etc).
You can set this when adding the strategy on a chart.
This will show you:
Win rate %
Average time in trade
How much money it would’ve made
Drawdown (how far it went down before winning or losing)
Supertrend with Kaufman hareketli ortalaması and EMAEveryone wants a short-term, fast trading trend that works without large
losses. That combination does not exist. But it is possible to have fast
trading trends in which one must get in or out of the market quickly, but
these have the distinct disadvantage of being whipsawed by market noise
when the market is volatile in a sideways trending market. During these
periods, the trader is jumping in and out of positions with no profit-making
trend in sight. In an attempt to overcome the problem of noise and still be
able to get closer to the actual change of the trend, Kaufman developed an
indicator that adapts to market movement. This indicator, an adaptive moving
average (AMA), moves very slowly when markets are moving sideways but moves
swiftly when the markets also move swiftly, change directions or break out of
a trading range.
SuperTrend is one of the most common ATR based trailing stop indicators.
In this version you can change the ATR calculation method from the settings. Default method is RMA, when the alternative method is SMA.
The indicator is easy to use and gives an accurate reading about an ongoing trend. It is constructed with two parameters, namely period and multiplier. The default values used while constructing a superindicator are 10 for average true range or trading period and three for its multiplier.
The average true range (ATR) plays an important role in 'Supertrend' as the indicator uses ATR to calculate its value. The ATR indicator signals the degree of price volatility.
The buy and sell signals are generated when the indicator starts plotting either on top of the closing price or below the closing price. A buy signal is generated when the ‘Supertrend’ closes above the price and a sell signal is generated when it closes below the closing price.
It also suggests that the trend is shifting from descending mode to ascending mode. Contrary to this, when a ‘Supertrend’ closes above the price, it generates a sell signal as the colour of the indicator changes into red.
A ‘Supertrend’ indicator can be used on equities, futures or forex, or even crypto markets and also on daily, weekly and hourly charts as well, but generally, it fails in a sideways-moving market.
Plots exponential moving average on four timeframes at once for rapid indication of momentum shift as well as slower-moving confirmations.
Displays EMA 20, 50, 100, and 200... 9 default colors are hotter for faster timeframes, cooler for slower ones
Day Trading Composite IndicatorThis is a simple script I developed for Day/Scalp Trading.
This tracks several key points for viewing potential reversals or resistance/support levels, including:
-Intraday high/low
-Opening Range high/low (5-min default)
-Prior day high/low
Additionally, there are 5 tradition indicators built in (fully customizable):
-8 EMA
-21 EMA
-48 EMA
-200 EMA
-VWAP
Please let me know if the script needs any update, and I hope it works as well for you as it did for me. Thanks!
Autocorrelation Adaptive EMAThe Autocorrelation Adaptive EMA (AAEMA) is a dynamic, overlay indicator designed to adapt its smoothing period based on market conditions. It analyzes the autocorrelation of price returns to adjust the lookback window, ensuring responsiveness to changing trends while maintaining stability during consolidation. The indicator also incorporates rate-of-change (ROC) and volatility metrics to fine-tune its sensitivity, making it suitable for various timeframes and market environments. The AAEMA plots a single, smooth line over the price chart, providing a clear visual guide for trend direction without revealing proprietary calculations. Ideal for traders seeking an adaptive moving average that balances speed and reliability.
Trendax by JA - Estrategia con Alertas📌 Description – Trendax – Strategy with Alerts
This strategy combines multiple trend and strength indicators to generate optimized entry and exit signals for both long and short positions:
✅ Indicators used:
Adaptive EMA based on the selected timeframe
EMA 200 as a higher trend reference
RSI (7) to detect overbought/oversold conditions
ADX / DMI (14) to measure trend strength
📈 Long entry conditions:
Price above the adaptive EMA
Price near the EMA 200 (+/- 1.5%)
RSI below 32
-DI (diminus) greater than 29
📉 Short entry conditions:
Price below the adaptive EMA
Price near the EMA 200 (+/- 1.5%)
RSI above 68
+DI (diplus) greater than 29
🛑 Dynamic Stop Loss:
Long: based on the lowest low of the past 85 candles
Short: based on the highest high of the past 85 candles
🚪 Exit conditions:
Long exit: +DI >= 35 or bearish crossover of adaptive EMA with EMA 200
Short exit: -DI >= 35 or bullish crossover of adaptive EMA with EMA 200
🔔 Visualization:
Green and red arrows indicate entries
Green and red circles mark exits
Dynamically colored EMAs help identify the current trend
TrendSnap [Atiloan]📈 TrendSnap
Advanced Market Trend & Level Detection Tool
Overview:
TrendSnap is a precision-designed indicator that combines moving average crossovers with dynamic level detection to highlight key areas of interest in trending markets. Ideal for traders seeking structured entry and exit zones aligned with market momentum.
✅ Key Features:
Dual EMA-Based Trend Detection
Utilizes a fast and slow EMA to identify trend direction changes.
Fully customizable periods for short- and long-term analysis.
Automatic Buy/Sell Zone Generation
On a bullish crossover: Identifies the recent lowest low and marks it as a potential Buy Level.
On a bearish crossover: Identifies the recent highest high and marks it as a potential Sell Level.
Smart Price Level Visualization
Draws horizontal lines at key levels with optional line extension for forward projection.
Levels automatically adjust to market structure and become dotted if broken by price.
Signal Labeling System
Clear “Buy” and “Sell” labels placed directly on chart for easy recognition.
Labels are color-coded (green for buy, red for sell) and positioned at relevant price zones.
Clean Chart Management
Option to limit the number of displayed levels (e.g., last 50) to avoid clutter.
Auto-deletion of older levels to maintain focus on recent market behavior.
Gradient Trend Visualization
Fills the area between EMAs with dynamic color gradients based on the strength of the trend.
Gives a visual sense of momentum and divergence.
Customizable Appearance
User-defined colors for buy/sell zones and trend fills.
Control over visibility, line extension, and signal density.
Confirmed Crossovers Only
Signals are only generated on confirmed bars to avoid false positives during volatile conditions.
🎯 Best For:
Trend-following traders
Swing traders seeking entry zones
Price action and level-based strategies
Traders looking for visual market structure mapping
🛠️ How It Works:
Calculates two EMAs (fast and slow).
Detects crossover events when the fast EMA crosses above or below the slow EMA.
Searches for the local high/low within a defined period (based on the slow EMA length).
Plots a level and signal label at that point.
Optionally extends the level and converts it to a dotted line if broken.