My_EMA_Trend v. 6.1This script is a comprehensive trading indicator that includes several functional modules. Here is a brief description of its main functions:
Consolidation Zones
Detects and displays consolidation zones on the chart
Marks price accumulation areas
Generates breakout alerts (up/down)
Allows customization of analysis period and minimum consolidation length
EMA Clouds
Contains 5 sets of EMA clouds with different periods
Each cloud consists of short and long EMAs
Displays 10 exponential moving averages
Cloud colors change depending on trend direction
Customizable periods and visual parameters
Support/Resistance Levels
Automatically detects key levels
Uses ATR to calculate distances
Draws support and resistance zones
Has a function to extend recent levels
Customizable color schemes
Volume Indicator
Shows volume distribution across price levels
Visualizes buying and selling volume
Displays Point of Control (PoC)
Customizable number of histograms
Adjustable display width
Liquidation Zones
Identifies potential areas of mass position liquidations
Displays levels with different multipliers (10x, 25x, 50x, 100x)
Shows position volume
Includes a heatmap feature
Option to extend displayed zones
The script provides traders with a comprehensive set of tools for market analysis, including technical analysis, volume analysis, and key level identification. All components can be customized to meet individual user needs.
Best usage with my KZ
Indikatoren und Strategien
GALAXY Strategy by Miki Gala — Consolidation Breakout &Trend
Fully visual breakout + trend strategy: combines consolidation breakouts, MA200 trend filter and MACD validation for clear historical markers of entries (B/S) and exits (E1/E2).
GALAXY Strategy — Description and usage
GALAXY Strategy is a visual indicator that combines consolidation band detection, trend filter and momentum confirmation, and provides clear historical markers for entries and exit management.
Main components:
1) Consolidation bands
2) Trend filter (MA200)
3) Momentum confirmation (MACD histogram)
4) Exit control E1 (partial exit) E2 (fullexit)
5) Full visualization : marker B - buy, marker S - sell, includes legend (left lower corner)
Instructions for use:
1. Select TF and instrument (the indicator works on all TFs, recommended 1m–1h for intraday).
2. If you see the marker **B** and the price is above MA200, consider a long entry; if **S** and the price is below MA200, consider a short.
3. Watch the breakout lines to confirm the zone and the strength of the movement.
4. Position management: consider a partial withdrawal at **E1** and a close at **E2**.
5. Before investing in real capital, we recommend backtesting and demo trading.
Why this script is original:
- Combines consolidation breakouts with a MA200 trend filter and dynamic MACD confirmation, while visualizing historical markers and S/R lines. It is not just a simple combination of indicators — the logic determines entries only if the band, trend and momentum match, which improves the quality of entries.
Warning:
This indicator is not financial advice. Please test it on a demo account before using it and use your own money management rules.
HD_DİNAMİK SEMBOL-SİNYAL TABLO (STrend + EMA(25/99) – v6.2HD_Dynamic Symbol–Signal Table (Short/Mid/Long) — SuperTrend + EMA(25/99) — v6.2
TL;DR
Invite-only indicator that builds a multi-symbol live signal table combining SuperTrend direction with EMA 25/99 state, across three timeframe groups: Short (5/15/30), Mid (45/60/120), Long (180/240/D).
Top 2 rows (e.g., BTC, ETH) always show the full 3×(ST, EMA) matrix; the remaining rows show the active group to stay lightweight. The table colors & texts are highly configurable, and the indicator emits clean alert messages you can route to webhooks (e.g., your bot).
1) What it does
Signal logic (per symbol & timeframe):
SuperTrend direction + EMA 25 vs 99 comparison.
Combination map:
ST=LONG & EMA=LONG → "LONG YAP"
ST=SHORT & EMA=SHORT → "SHORT YAP"
ST=SHORT & EMA=LONG → "SHORT/LONG YAP" (mixed)
ST=LONG & EMA=SHORT → "LONG/SHORT YAP" (mixed)
Timeframe groups
Short: 5/15/30
Mid: 45/60/120
Long: 180/240/D
Auto mode infers the group from the chart TF; Manual mode lets you pin a group.
Pinned priority rows: Row #1 and #2 (default BTC/ETH) always display all three TFs (ST & EMA pairs).
Dynamic list (rows 3–30): Shows only the active group for each symbol to stay fast and readable.
Implementation note: in this build the ST “up”/“down” plotting uses the SuperTrend dir sign convention where dir < 0 is rendered as Uptrend and dir > 0 as Downtrend in visuals. The table/alerts already normalize this into LONG/SHORT text.
2) Table, styling & filters
Placement & fonts: position, title/group/header/body font sizes.
Colors: per-cell/background for header rows, LONG/SHORT states, and distinct brand colors per symbol row (BTC=blue, ETH=amber, majors=greens, mid-caps=oranges, high-risk=reds, new/hyped=purple range).
Symbol column text: “Symbol only”, “Short+Symbol”, or “Short only”.
Filter: Show All / LONG YAP / SHORT YAP / SHORT/LONG YAP / LONG/SHORT YAP. (Pinned BTC/ETH still visible.)
3) Alerts & webhook messages
Per-row alerts: When the active TF for a row resolves on bar close, the indicator sends:
|symbol=|tf=|signal=
Example: HD_ST_EMA|symbol=BINANCE:BTCUSDT|tf=15|signal=LONG YAP
Configure the alert to Once per bar close and set a webhook URL if you want to forward to an execution bot.
Ready-made alertconditions (Robot block):
Select a single alarmSymbol and get four conditions: LONG YAP, SHORT YAP, SHORT/LONG YAP, LONG/SHORT YAP.
Chart-symbol conditions: Extra alertconditions for EMA LONG/SHORT and ST LONG/SHORT on the current chart symbol, if you also want single-symbol triggers.
4) Drawing package (optional)
SuperTrend line with Up/Down segments and trend-flip labels.
EMA 25/99 lines and cross labels.
Main mixed-state labels for the chart symbol can be toggled (LONG/SHORT & mixed cases).
5) Symbols & safety
Priority inputs (#1–2) for BTC/ETH; inputs #3–30 for your list (supports formats like BINANCE:BTCUSDT or BTCUSDT.P).
A basic format validator ignores obviously malformed tickers to avoid request errors.
request.security() powers all multi-TF/multi-symbol reads.
6) How to use
Add indicator to the chart.
Choose Auto (group follows chart TF) or pick Short/Mid/Long manually.
Fill your symbol list (rows 3–30). BTC & ETH are pinned at the top.
Set filter (or keep “All”).
(Optional) Adjust fonts/colors and the “Symbol column” text mode.
Turn Alert on; set alertPrefix if you need a specific route tag.
Create an alert on the indicator, Once per bar close, and (optionally) add a webhook URL.
7) Notes & limits
This is an indicator (no orders are placed). Use the alerts to trigger your own automation.
Designed for crypto symbols; works on other markets if your vendor supports the tickers/timeframes.
Table resizes dynamically to your active list; heavy watchlists may still be constrained by platform limits.
8) Disclaimer
Educational use only. Not financial advice. Past performance does not guarantee future results.
Changelog
v6.2 — Auto/Manual TF-grouping, pinned BTC/ETH tri-TF view, robust alert text format, color-coded priorities, safer symbol validation, ST/EMA flip labels, dynamic table sizing.
Türkçe Özet
Ne yapar?
Birden fazla sembol için SuperTrend + EMA(25/99) durumunu üç periyot grubunda (Kısa 5/15/30 – Orta 45/60/120 – Uzun 180/240/Günlük) tek tabloda gösterir.
BTC/ETH ilk iki satırda her zaman 3×(ST, EMA) birlikte görünür; diğer satırlar aktif gruba göre (performans için) tek grup gösterir.
Sinyal mantığı
İkisi de LONG → LONG YAP
İkisi de SHORT → SHORT YAP
Karışık → SHORT/LONG YAP veya LONG/SHORT YAP (ST/EMA’ya göre)
Alarm & Webhook
Satır bazlı alarm metni:
HD_ST_EMA|symbol=...|tf=...|signal=... (bar kapanışında).
“Robot” bölümünde tek bir sembol için 4 ayrı alertcondition hazır.
Grafikteki sembol için ayrıca EMA LONG/SHORT ve ST LONG/SHORT koşulları da var.
Kullanım
Otomatik/Elle grup seç;
Listeyi doldur (3–30);
Filtre/renk/yazı ayarla;
Alarmı aç ve Once per bar close ile kur; gerekiyorsa webhook URL ekle.
Not
Gösterge emir vermez; sinyalleri kendi köprüne/botuna yönlendirirsin. Yatırım tavsiyesi değildir.
WSW - DMA Dickson Moving Average (DMA) is a specialized technical indicator designed to create a fast-responding moving average with minimal lag, blending the strengths of two other well-known moving averages: the Hull Moving Average (HMA) and John Ehlers’ Zero Lag Indicator. It was developed by Nathan Dickson, who aimed to create a moving average that reacts quickly to price changes, similar to the proprietary Jurik Moving Average (JMA), but without the associated costs. Below is a detailed explanation of the DMA, its construction, purpose, and use in trading.
Gamma levels Free TrialDaily Gamma Levels
Sponsored by MONETA MARKETS CO.
Pinpoint key entry and exit points using levels derived directly from the options market.
The shared link provides a free trial for investors ready to upgrade their trading with premium, actionable data.
Sweep/Reclaim & Breakout Grading — Long-onlyStrategy Overview
Name: LP Sweep & Reclaim — Long-only: Breakout Grading with Position-in-Score + Hybrid SL + 1R→BE
Signals
1) LP Sweep & Reclaim (mean-reversion entry)
2) Trend Breakout (momentum entry)
Risk & Exit Logic
Hybrid Stop-Loss (at entry)
Compute two candidates:
Structure-based SL: reference level (LP low for sweeps, min(low, donchianHigh) for breakouts) minus k × ATR.
ATR-based SL: close − m × ATR.
Hybrid rule (longs): pick the tighter one (the higher price) → initial SL.
1R → Breakeven (BE) transition
Trend Take-Profit (EMA cross)
Exit condition: after at least minHoldBars since entry (default 4), close crosses below the chosen EMA → strategy.close.
Dr_FirstCandle Boxthis indicator draws the first 4 hour candle on newyork time high and low for 24 hours
7Lots v27Lots strategy
The strategy is a counter-trend with a return to the moving average. Based on the DCA strategy, but greatly simplified to 7 lots (limit orders) and using the default martingale x2.5
Strategy description
Two moving averages are used. The first MA can be used as a filter for opening a position and also closing if the second MA is disabled. If both are enabled, then the position is closed by the second MA, and the first is used as a filter. There is also a separate take profit and if the price does not reach it, the position will be closed when returning to the MA, which will act as a stop loss, but the risk of liquidation is still present since the strategy does not have a regular classic stop loss.
Main parameters
TP & SL - selection of closing a position only by MA or take profit + MA. If only MA is selected, the strategy ignores the take profit value and always closes the position by MA.
MA settings
MA length from 1 to 200
Sliding type ALMA, SMA, EMA, VWMA, WMA, RMA
MA data - Open, High, Low, Close, HL2, HL3, OHLC4, OC2
MA shift in %. The MA shift is set in % above or below the current prices. For the First MA, this function allows you to use it as a filter for opening a position. For example, if you specify a shift much lower, for example -1% or -2%, then there will be less noise for opening a position, but this affects the number of transactions.
DCA group settings
Take profit %. Set the take profit as usual, but if the price does not reach the take profit, then the closing will occur by MA when the price returns to its values.
Take profit from. There is a choice of take profit from the average position, or by closing the previous bar. The latter increases the profit factor, but also increases the risk of liquidation if the strategy is used on perpetual contracts or futures.
Position Entry % - specifies the condition for opening a position. 0% - opening will occur immediately. 2% - opening will occur when the price falls 2% below the bar closing if the Long mode is set. If Short, then vice versa.
Grid Scale - classic progressive grid step
Next comes the setup of lots as a percentage of the deposit. Simply specify how many percent of each lot will be used from the total deposit. By default, a percentage for each lot is already allocated according to Martingale with a multiplier of x2.5, but you can calculate your own. You can specify 0, then the lot will be disabled.
Leverage. By default, 1.
Extra lot. This is the 7th lot that I decided to allocate separately from the main grid, since it is not always really needed. And it is calculated from the last lot of the grid. You can set it to how much lower percentage of the last lot to set it for and also what percentage of the deposit it will use. If you trade futures, then this lot, as an auxiliary one, can greatly average the position in case of strong volatility in the market.
Next, you can specify the start and end dates of transactions.
The table displays the total percentage of the deposit involved in trading at the moment. By default, all lots and leverage are set to 100% deposit load. The table also shows the number of transactions of the last 5-6 lots and extra, so that you can understand how many of them there were throughout the history of trading and possibly draw some conclusions for yourself. Especially useful for extra lots. Max Historical Drawdown (%) shows the historical price drop at the moment from the average open position. This will make it possible to analyze what leverage this strategy could withstand over the entire trading history. The date of this drop is also indicated.
For novice traders, it is recommended to use only on spot without the risk of liquidation. It is also best to use large time frames to see the whole picture, but you can also use a minute chart, there are no restrictions, everything is in your hands.
Tips. If you use minute charts, it is better to greatly increase the length of the MA from 20 and above. Hourly charts from 1-7. It is better to set up on spot and if you need futures, then use the same settings from spot, but with correction for futures. This strategy does not work well in Short, but shows excellent results for Long even when the market falls. When selecting settings, take into account sharp market fluctuations, Max Historical Drawdown (%) will show you this information in the table. You need to set up from the first MA, when you set up for the best result, then turn on the second MA and transfer the settings of the first MA to the second. Then fine-tune both MAs. The results can increase significantly, but this is not always the case. Sometimes just one MA is enough
The strategy is paid, tested with my own experience and money since 2022. Own development for opening a position.
SVX (Sentiment Velocity Index) EMA & Slope StructureThe SVX Momentum Framework is designed as a momentum and slope visualization tool. Designed to identify momentum shifts and pre-move conditions within price action.
What it draws:
- Plots five EMAs (8, 20, 40, 100, 200) To visualize short/medium trend structure. You can pick which ones to see.
- Calculates an EMA-based slope (rate of change) from actual closing-price movement and colors a neutral/positive/negative background for context. This is not ATR or Supertrend.
- Shows optional triangle context markers on bars that meet wick/body conditions that often precede momentum transitions (off by default / user-controlled).
- Shows Reference close (optional): Use when you need to verify price relative to standard closes for easier zone and level marking.
How the components work together:
- The EMA stack provides directional alignment (compression/expansion and relative order of 8/20/40/100/200).
- The slope quantifies whether recent movement is neutral, building (Green), or fading (Red); the background simply reflects that state.
- The triangle context markers flag a bar-shape condition (wick/body relationship) that can precede changes in behavior.
- The reference close is a visual aid for clarity when users compare candle closes and trading zones or levels .
How to read it:
- Structure: Look for EMA ordering (at least 8/20/100 recommended) and spacing to understand the underlying bias and compression/expansion.
- Slope state: Neutral (no bias, white), positive (building, green), or negative (fading, red). Use it as context, not as entries/exits.
- Context markers (optional): Treat them as visual highlights.
- Reference close (optional): Use when you need to verify price relative to candle close for easier zone and level marking.
How to use it (general guidance):
- Read structure first (EMA order/spread), then consider the slope state to understand whether conditions are neutral or possibly momentum-driven in the indicated direction.
- Combine with your own entry rules and/or engulfing candle patterns for timing, risk, and apply your preferred management.
What’s original here:
- The slope visualization is derived from actual closing-price movement, not Supertrend or ATR overlays.
- The wick/body context markers focus on bars that often precede transitions, presented as optional visuals.
- The reference close overlay is included purely to aid interpretation when comparing views to the native close and for more clear zone and level marking.
Access & intent:
- Educational visualization of structure and slope, providing a framework traders can build upon.
- The author does not provide financial advice. Use at your own discretion.
Disclaimer
This script is provided for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to trade. Past performance is not indicative of future results. The author assumes no responsibility for losses incurred from the use of this tool. TradingView, Inc. has no liability related to this script or its use.
Candle Strength & Indecision Detection (VSA)This Pine Script combines Volume Spread Analysis (VSA) with candle strength grading, indecision candle recognition, and hammer detection to give traders a complete visual framework for momentum and reversal analysis. Candles are color-coded by strength tiers, indecision candles are highlighted with optional arrows, and hammers are validated with higher-timeframe rejection logic.
✨ Created and enhanced by the PieTrader Community
4H Rejection + 2x15m Delta StrategyThis strategy uses rejections levels on different timeframes (you can change this in the settings) to identify the possibility of a price reaction or movement in the opposite side and potentially getting involved.
The confirmation for an entry signal is the volume and specifically the total delta of the candles after tabbing the rejection level on that specific time frame.
The delta has to show 2 positive candles for a buy at a support level, or 2 negative candles for a sell at a resistance level.
The strategy is quite flexible as it gives you the chance to adjust a lot of the things within the settings.
You can play around with the time frames in which you want to get your confirmation for the signal, as well as choosing which time frame you want the strategy to draw your rejection levels in.
Note: This strategy may show profitable results in the backtest/strategy tester but still not 100% guaranteed. Therefore, you need to do your own research on the market and the included strategy for better results.
PAT [PieTrader]This Pine Script (//@version=6) is an advanced Price Action Toolkit (PAT) – PieTrader, enhanced by the PieTrader community to combine core Smart Money Concepts into one visual framework. It integrates market structure, liquidity sweeps, order blocks, and dynamic trendlines, with customizable settings for flexibility.
Market Structure (Zigzag): The script tracks trend shifts using a configurable zigzag length. Swing highs and lows are recorded, and optional zigzag lines visualise price movement. Structure shifts are highlighted with Change of Character (CHoCH) or Break of Structure (BoS) labels, providing clear signals of directional intent.
Order Blocks: On detecting structure breaks, bullish and bearish order blocks are marked with ATR-based zones. These are drawn as shaded boxes, with user control over how many remain visible. Invalid or broken blocks are automatically removed to keep the chart clean.
Liquidity Sweeps: Pivot highs and lows over a chosen lookback define liquidity levels. These are shown as horizontal lines that switch to dashed style once swept by price. Markers (“x”) identify sweep points, helping traders spot liquidity grabs. To optimise performance, older levels are deleted beyond a fixed storage limit.
Trendlines: Using pivot detection, the system identifies bullish and bearish trendlines. Valid lines with upward or downward slopes are extended in real time, updating dynamically with price. Bullish lines are teal; bearish lines are red.
Additional Features: A watermark option displays “PieTrader” on the chart, and colour themes are fully customizable.
In summary, the PieTrader community’s enhancements make this toolkit a comprehensive visual aid for analysing market structure, liquidity, and trend alignment within a streamlined charting solution.
Session Sniper Bands — Pro Overlay (Bollinger, Sessions, Engulf)The Session Sniper Bands — Pro Overlay combines three powerful tools into one clean, professional script designed to help traders spot high-probability setups across any market.
📌 What’s included:
Dual Bollinger Bands → track volatility squeezes, expansions, and mean reversion zones.
Customizable Trading Sessions (Tokyo / London / New York) → shaded regions with editable names, open/close lines, range, and average price markers.
Engulfing Candlestick Signals → automatic bullish and bearish engulfing arrows for precision entry timing.
✨ Features:
Session names and times are fully customizable (rename “Tokyo” to “Asia Open,” etc.).
Clear OB/OS volatility cues via Bollinger stack.
Lightweight visuals that won’t clutter your chart.
Works across Forex, Crypto, Indices, and Binary Options.
⚡ Why use it?
This overlay is built for traders who want to snipe entries with session context. Spot when volatility contracts, align with session flows, and confirm with engulfing momentum candles — all in one view.
⚠️ Disclaimer: This script is for educational purposes only and is not financial advice. Always test on demo before trading live.
ATEŞ ÇOKLU TARAMA)My educational scanning efforts are ongoing. I'll make adjustments based on your feedback. I look forward to your feedback if there are any incorrect data. Each group contains 40 stocks. The entire bid is attached. You can create your own custom list of 40+40.
مؤشر الحوت الثانيWhale II Indicator Description:
This indicator is developed in Pine Script v6 on the TradingView platform, designed to be a powerful analytical tool combining dynamic moving averages, trend speed, and transmission statistics (wave analysis).
It reveals market direction, energy, and momentum in a visually defined manner, along with statistical figures.
🎯 Key Components of the Indicator:
1. Dynamic Moving Average (DMA)
• Varies according to price action.
• It has two important options:
◦ Maximum Length: Specifies the smallest number of candles for which the average is calculated (larger values = slower and quieter line, smaller values = faster and sensitive line).
◦ Accelerator Multiplier: Increases or selects the speed of movement entry (high values = quick response to orders, but may be noisy).
•
✅ Gives you a dynamic line on a chart (green = bullish, red = bearish).
2. Trend Velocity (Trend Velocity)
• Calculates the strength of the current movement using the rate of price change.
• Shows:
• Colored shares (green chart): degrees if the trend is bullish and strong, red degrees if it is bearish.
• Candle Strength: If you enable the Candles option, the candles themselves are colored according to the strength of the trend (instead of their original color).
•
3. Wave Analysis Table (Transmission Table)
The statistical table appears in the corner (top right) where the numerical information helps you understand the market dynamics:
• Average Wave → Average Transmission Size (bullish or bearish).
• Max Wave → Largest Wave in the period.
• Current Wave Ratio → Compares the current wave to the average/largest wave, giving an idea of whether the current wave is strong or weak compared to the previous one. MEXC:WIFUSDT
مؤشر الحوت الأول✅ History (Signals)
• Most prominent buy/sell signals (Buy/Sell).
• Smart buy/sell signals (Smart Buy/Sell) are compatible with price alignment with the trend and EMA.
• Reversal indicators (Reversal signals) when the market is overbought/oversold.
• Channel breakouts signals when strong price levels are broken.
⸻
✅ Errors (Trend)
• Average trend bar: A multi-colored set with a custom background color.
• Trend Cloud: A cloud between the EMA150 and EMA250 that gives you the strength of the error (bullish/bearish).
• Chaos trend line: A moving ATR line (like a trailing stop) to confirm the error.
• EMA200: A solid line for general correction.
⸻
✅ Colors and Candlestick Reading
• Candlesticks are colored according to the Relative Strength Index (RSI) or the trend.
• Different colors indicate buying or selling strength (low RSI → red, high RSI →).
⸻
✅ Relative Strength Index + Oversold Zones
• Cap chart based on the Relative Strength Index (RSI):
• Green = Light overbought.
• Red = Light oversold.
• Measures oversold conditions and integrates with Facebook to confirm entry/exit.
⸻
✅ Dashboard
Located below the chart and displays:
• Volatility (weak, very strong, etc.).
• Current RSI value.
• Over the same timeframe (3-minute, 5-minute, 15-minute, 1-hour, 4-hour, daily, etc.).
⸻
✅ Multiple Management (Risk Management)
• Entry – Stop Loss – Stop Loss zones (TP1, TP2, TP3) are found directly on the chart.
• Draws lines and labels at entry, stop, and target levels.
• This feature can be enabled or disabled in the settings.
⸻
✅ Additional Tools
• Order Blocks (off by default in the code).
• Keltner Channels are cloud-like compression/divergence zones.
• Volatility Filter: Measures ATR and Elastic Divergence to give you the strength of the movement.
⸻
📊 In short:
Your indicator isn't just one; it's a complete suite of tools:
• Smart Buy/Sell Signals +
• Trend and Cloud + EMA200
• Reversal and Saturation Signals
• Dashboard for Multi-Timeframe Analysis
• Capital Management with Targets and Stops
Alpha Scalps v6 PROThe "Alpha Scalps" indicator is designed for both novice and expert traders looking to take advantage of short-term price movements. This powerful tool provides a multi-timeframe trend analysis along with dynamic Take Profit (TP) and Stop Loss (SL) levels, enhancing your trading decisions and risk management.
Features:
Multi-Timeframe Trend Analysis - You get a bird's eye view of the main oscillators on the selected timeframe
Last trade panel - Overview of the last trade values: TPs, SL and entry along with a quick stat on the performance over the last 10 trades
Baseline - MA based on either volatility or volume . Changes color depending on the angle and the consolidation area threshold that can be modified.
ATR(Average True Range) dynamic take profits and stop losses
Trend color - Can be enabled to highlight local trend start and end
Leverage setting
This setting is used to send a leverage amount with your alerts, this can be useful if you send your alerts though webhooks.
Signalling type - Classic
The original Brutal scalps signal detection mechanism based on order block/ engulfing candle detection only. Conditions in the MTF trend analysis panel must be met.
Signalling type - Breakout
Prioritizes candle formation that break a given number of candle formation(Eg. Highest high in the last x candles) , combined with the baseline entry condition
Signalling type - Trend following
Angled more towards longer direction moves. Uses adx combined with the price relationship to the 200MA
Key levels zone- Plots the liquidity pockets on the chart
Swing detections- uses moving averages that are plotted in regards to the selected number of candles.
Candle colors - The yellow candles are bullish engulfing candles, while the purple candles are bearish engulfing candles. These candles are also highlighted because their volume exceeds that of the previous 10 candles.
Peak profit - shows a label that displays the highest profit level reached after the signal was triggered , multiplied by the leverage in the input.
How to use:
Alpha Scalps is like your battle plan, you prepare for facing the markets with tools and insights.
1. Use the Multi TF Trend settings to set up the Trend Table in the top right (default position) panel. This will give you an overview of the oscillators in the selected timeframe. You should always watch a higher timeframe than the one you are using on the chart.
Ex.: If you are charting 15m , use the 1hr setting on the trend panel.
2. The baseline is one of the key factors in signal identification, use this wisely. The baseline consolidation threshold is the sensitivity of the line to stagnating candles. If the market is static and no trades come out , it might be because the threshold is set too high. The default of 3 should be a good fit for most setups. Just bare in mind that the higher the threshold the more candles will be considered as a consolidation area. Higher threshold also means better confirmation but also less trades coming in.
3. Signalling types can and should be used in regards to the current market formation.
Examples:
- If a market is moving in a stairs pattern, a good way to tackle it would be through the breakout signalling type.
- When the market is clearly trending, the use of the trend following type is most suited.
- If you want an all-rounder setup that is a jack of all trades but master of nothing, then the Classic type would be the most suited.
Additionally, if the market is extremely undecided and the above types don't perform that well on their own, the use of Allow Opposite Signal Only can reduce losses by only posting trades that are in the opposite direction, no more consecutive buys or sells.
Set the key levels zones to have extra manual confirmation. These zones are based on order blocks and highlight important liquidity areas. While these don't have any direct impact on the signal recognition, they can help to visually validate them.
SGA Futures Signal Analyzer 📝 Description:
Advanced futures trading system designed specifically for
perpetual and quarterly contracts. Combines Elliott Wave Theory,
Bollinger Bands, multi-timeframe analysis, and volume profiling
to generate high-probability signals optimized for 15x leverage
trading with precise -6% stop loss and +9% take profit targets.
🎯 Key Features:
• Elliott Wave Analysis - Automated wave counting with
impulse/correction detection and projections
• Optimized for 15x Leverage - Pre-configured risk management for
consistent 1.5:1 risk/reward ratio
• Scalping Mode - Special algorithms for 1m, 3m, 5m timeframes
with quick exit strategies
• Multi-Timeframe Confluence - Analyzes 5 timeframes
simultaneously for high-conviction signals
• Bollinger Band Squeeze - Volatility breakout detection for
explosive moves
• Volume Profile - Point of Control (POC) and unusual volume
detection
• Contract Support - Works with perpetual, quarterly, and monthly
futures
• Auto-Deleverage Protection - Alerts for ADL risk management
💡 Perfect For:
- Futures traders using 10-20x leverage
- Scalpers on lower timeframes (1m-15m)
- Swing traders on higher timeframes (1h-4h)
- Elliott Wave practitioners
- Volume profile traders
- Risk-conscious leverage traders
⚙️ Signal Modes:
- AUTO - Fully automated signal generation
- MANUAL - User-controlled entry/exit
- HYBRID - Combination of automated and manual signals
📈 Trading Strategies:
- Scalping mode for quick 5-10% ROM targets
- Swing trading with Elliott Wave confirmations
- Volatility breakout trading with BB squeeze
- Volume-based support/resistance trading
⚠️ Risk Management:
- Fixed 15x leverage optimization
- Isolated/Cross margin modes
- Automatic stop loss and take profit levels
- Position sizing calculator
- Maximum concurrent positions limiter
⚡ SGA Crypto Universal Analyzer - CEX/DEX/Smart MoneySGA Crypto Universal Analyzer - CEX/DEX/Smart Money
📊 Title: SGA Crypto Universal Analyzer - Professional CEX/DEX
Trading System
📝 Description:
The most comprehensive crypto trading indicator for both
centralized (CEX) and decentralized (DEX) exchanges. This
professional-grade system combines Smart Money Concepts, on-chain
analysis, and advanced technical indicators to deliver
institutional-quality signals for spot and leveraged crypto
trading.
🎯 Key Features:
• Universal Exchange Support - Works seamlessly on Binance,
Coinbase, KuCoin, Uniswap, PancakeSwap, and all major CEX/DEX
platforms
• Smart Money Concepts - Order blocks, fair value gaps, liquidity
zones, and break of structure detection
• DEX-Specific Analysis - Liquidity pool metrics, impermanent
loss alerts, rug pull detection, and honeypot checking
• Leverage Trading - Built-in support for 1-20x leverage with
liquidation price calculations
• DCA Strategy - Automated dollar-cost averaging with
customizable intervals
• On-Chain Metrics - Real-time blockchain data integration for
informed decisions
• Volume Profile - Advanced accumulation/distribution analysis
• Multi-Strategy Support - Day trading, swing trading, position
trading, and HODL modes
💡 Perfect For:
- Spot traders seeking professional entry/exit signals
- Leverage traders needing precise risk management
- DEX traders requiring liquidity and safety analysis
- DCA investors looking for optimal accumulation zones
- Smart money followers tracking institutional movements
⚙️ Customizable Settings:
- Strategy type selection (Day/Swing/Position/HODL)
- Position sizing and leverage configuration
- Exchange type (CEX/DEX/Auto-detect)
- Risk management parameters
- Visual preferences for all indicators
SMA Slope Turn Arrows ×3 + Mini Dots (KR/EN)_by Irum목적 & 정의 (KR) / Purpose & Definition (EN)
KR — 목적/정의
이 인디케이터는 **최대 3개의 SMA(단순이동평균)**의 기울기(상승/하락) 전환 시점을 즉시 포착해 차트에 **상·하 화살표(▲/▼)**로 표시합니다. 또한 각 SMA 위에 **미니 도트(점선 효과)**를 함께 그려 시각적 가독성을 높입니다. 화살표 위치는 ATR(변동성) 기준 오프셋으로 SMA와 겹치지 않게 배치되며, **전환 민감도(최소 기울기 %)**와 **기울기 비교 간격(ΔBars)**을 조절해 노이즈 필터링이 가능합니다. 6개의 알림 조건(UP/DOWN × 3SMA)도 제공되어 자동화/웹훅 연동에 적합합니다.
EN — Purpose/Definition
This indicator tracks up to three SMAs and flags slope (up/down) turns with arrow labels (▲/▼). It also plots mini dots on each SMA for better visual tracking. Arrow positions are offset from the SMA using ATR-based distance, and you can tune turn sensitivity (min slope %) and comparison window (ΔBars) to filter noise. Six alert conditions (UP/DOWN × 3 SMAs) are included for automation/webhook workflows.
설정 메뉴 상세 (KR/EN)
0) 기본 / Core
기준가격 / Source (default: close)
차트에서 SMA를 계산할 기준 가격. 종가/고가/저가/HL2/HLCC4 등 선택 가능.
Source for SMA calculations (e.g., close, high, low, hl2, hlcc4).
기울기 감지 / Slope Detection
ΔN (기울기 비교 바 수) / ΔBars (default: 1, min 1)
현재 SMA와 N봉 전 SMA를 비교하여 기울기(%) 계산. N이 클수록 완만(덜 민감).
Compare current SMA to SMA N bars ago. Larger N = smoother, less noise.
민감도: 최소 기울기(%, 0=모든 전환) / Min slope (%) (default: 0.00, step 0.01)
전환으로 인정할 최소 기울기 절대값(%). 0이면 모든 부호 전환을 잡음까지 포함해 감지.
Minimum absolute slope (%) to qualify as a turn. 0 captures every sign flip (noisy).
화살표 오프셋(ATR 배수) / Arrow offset (×ATR) (default: 0.20, step 0.05)
화살표를 SMA선에서 떨어뜨리는 정도. 변동성 큰 종목은 값을 키워 겹침 방지.
Distance of arrows from SMA using ATR multiple; increase on high-volatility symbols.
시각화 / Visualization
화살표 크기 / Arrow size (Tiny/Small/Normal/Large/Huge; default: Normal)
라벨 사이즈 선택. 고해상도 모니터는 Large/Huge 권장.
Choose label size; Large/Huge suits high-DPI screens.
SMA에 점선(미니바) 표시 / Show mini dots on SMA (default: true)
SMA 위에 동그라미 스타일 점선(시각 강조).
Overlay circle-style mini dots on SMA.
미니 도트 두께 / Mini dot linewidth (1–3; default: 1)
미니 도트의 라인 두께.
Line width for mini-dot plots.
라벨 유지 최대 개수(≤500) / Keep at most N labels (50–500; default: 350)
과도한 라벨 누적 방지. 상한 초과 시 오래된 라벨부터 자동 삭제.
Caps total labels; oldest labels are deleted when exceeding the cap.
SMA #1 / #2 / #3
각 SMA 블록에 동일 항목 존재:
표시 / Show (bool; #1 default: on, #2: on, #3: off)
해당 SMA의 표시/비표시.
Toggle each SMA on/off.
길이 / Length (#1: 20, #2: 50, #3: 100; min 1)
SMA 기간.
SMA period.
색상 / Color (#1 teal, #2 orange, #3 purple)
SMA 및 화살표 색상.
Color for SMA and arrows.
두께 / Width (1–5; default: 2)
SMA 선 두께.
Line width of the SMA.
동작 원리 (KR/EN)
기울기(%) 계산 / Slope (%)
(𝑆𝑀𝐴0−𝑆𝑀𝐴𝑛)/∣𝑆𝑀𝐴𝑛∣×100(SMA0 −SMAn )/∣SMAn ∣×100 (n = ΔBars)
이 값의 부호가 음→양이면 상향 전환(▲), 양→음이면 **하향 전환(▼)**로 간주. 전환 시 |기울기| ≥ Min slope % 조건을 만족해야 화살표가 출력됩니다.
The slope sign flip negative→positive marks an UP turn (▲); positive→negative marks a DOWN turn (▼), provided |slope| ≥ Min slope %.
화살표 위치 / Arrow placement
각 SMA 위·아래 ATR(14) × 오프셋만큼 떨어진 위치에 ▲/▼ 라벨을 배치해 선과 겹침을 방지합니다.
Arrows are placed above/below SMA by ATR(14) × offset to avoid overlap.
라벨 관리 / Label housekeeping
표시 라벨 수가 Keep at most N labels를 넘어가면 오래된 것부터 자동 삭제합니다.
Old labels are deleted automatically when the cap is exceeded.
알림(Alerts) (KR/EN)
다음 6개 조건을 제공합니다(각 SMA의 상승/하락 전환):
Provides six alert conditions (UP/DOWN per SMA):
SMA1 slope turned UP / DOWN
SMA2 slope turned UP / DOWN
SMA3 slope turned UP / DOWN
트레이딩뷰에서 인디케이터 추가 후 Create Alert → Condition에서 원하는 항목을 선택하세요.
In TradingView, add the indicator → Create Alert → choose a condition.
추천 프리셋 & 활용 팁 (KR/EN)
KR — 추천값
ΔBars: 12(스캘핑/고변동), 23(일반 데이/스윙)
Min slope (%):
코인/지수 1–15분: 0.03~0.10
주식 5–30분: 0.05~0.20
SMA 조합: (20, 50, 100) 또는 (9, 21, 50)
Arrow offset (×ATR): 0.15~0.30 (종목 변동성에 맞춰 조절)
EN — Suggestions
ΔBars: 1–2 for fast markets; 2–3 for smoother signals
Min slope (%): 0.03–0.10 (crypto/indices 1–15m), 0.05–0.20 (equities)
SMA sets: (20, 50, 100) or (9, 21, 50)
Arrow offset: 0.15–0.30 × ATR
전략 결합 아이디어 / Strategy combos
추세 필터: 장기 SMA(100/200) 우상향일 때만 롱 전환 화살표 활용.
진입·청산 규칙: 전환 화살표 + 캔들 종가가 SMA 상/하 유지 확인 후 실행.
다중 확인: 전환 화살표 + BB 폭 축소/확대, RSI/DI 다이버전스 등과 결합.
문제 해결 (KR/EN)
화살표가 너무 많다(노이즈) → Min slope (%)↑ 또는 ΔBars↑
화살표가 SMA와 겹친다 → Arrow offset (×ATR)↑
라벨 제한 경고 → Keep at most N labels↓ 또는 필요 없는 SMA를 OFF
처음 몇 봉에서 표시 없음 → SMA가 충분히 형성될 때까지 대기(기간만큼 필요)
확장 제안 (선택) / Possible Enhancements
평활 옵션: 기울기(%)에 EMA/SMA 평활 길이 추가
다중 타임프레임: 상위 TF SMA 전환과 동시 조건
라벨 스타일 토글: 텍스트 ▲/▼ 대신 label.style_triangle_* 선택 토글
라벨 정리 루프 최적화: 필요 시 while 루프로 상한 초과분 즉시 정리
한눈에 요약 (KR) / Quick Recap (EN)
3개 SMA의 기울기 전환을 ▲/▼로 즉각 표기
민감도(최소 기울기 %)·ΔBars·ATR 오프셋으로 노이즈 제어
미니 도트로 SMA 흐름 강조
6개 알림(UP/DOWN × 3SMA) 제공
Breakout Paint Bars (IBS + Micro Channels)Breakout Paint Bars (IBS + Micro Channels)
This indicator highlights breakout candles using the Internal Bar Strength (IBS) and adds advanced filtering with suppression logic and optional micro channel detection.
📌 Features
IBS Breakout Detection
Bullish bars are painted when IBS ≥ user-defined threshold (default 69%) and the candle breaks above the previous candle’s high and close.
Bearish bars are painted when IBS ≤ user-defined threshold (default 31%) and the candle breaks below the previous candle’s low and close.
Suppression Logic
After a strong bullish bar, bearish IBS signals are suppressed until price closes below the bullish bar’s low.
After a strong bearish bar, bullish IBS signals are suppressed until price closes above the bearish bar’s high.
This reduces false signals and avoids premature coloring inside consolidation.
Micro Channel Detection (Optional)
A bull micro channel is 3+ consecutive bullish bars without a pullback (each low ≥ prior low). These are shaded in a darker cyan.
A bear micro channel is 3+ consecutive bearish bars without a pullback (each high ≤ prior high). These are shaded in a darker red.
You can enable/disable this with a checkbox in settings.
Customizable Colors & Thresholds
Adjust bullish/bearish IBS thresholds.
Change bullish/bearish colors for personalization.
🎯 Usage
Helps identify valid breakout bars while filtering out noise.
Suppression ensures breakout signals are only shown after key levels are taken out.
Micro channel coloring highlights strong trending phases without pullbacks.
⚠️ Notes
Works on all markets (stocks, forex, crypto, futures).
Designed for discretionary traders who want to spot momentum-driven breakouts and trend strength.
Mutual FVG + Mitigation + AlertsMutual Fair Value Gap;
-Shows FVG's that are mutual between the 4hr and 1hr chart timeframes
-4hr bullish FVG's are light purple coloured, mitigated portion becomes more transparent
-4hr bearish FVG's are dark purple coloured, mitigated portion becomes more transparent
-1hr FVG's(bullish/bearish) are transparent but outlined by a white border
-1hr mitigated FVG portions are transparent cyan colour
-Adjustable lookback range
-Alerts on either "approach" or "entry"
-Viewable on all timeframes 4hrs or less
عكفة الماكد المتقدمة - أبو فارس ©// 🔒 عكفة الماكد المتقدمة © 2025
// 💡 فكرة وإبداع: المهندس أبو الياس
// 🛠️ تطوير وتنفيذ: أبو فارس
// 📜 جميع الحقوق الفكرية محفوظة - لا يُسمح بالنسخ أو التعديل أو إعادة التوزيع
// 🚫 أي محاولة للعبث بهذا الكود أو انتهاك الحقوق الفكرية مرفوضة قانونياً
// 📧 للاستفسارات والتراخيص: يرجى التواصل مع المطور أبو فارس
// 🔒 Advanced MACD Curve © 2025
// 💡 Idea & Creativity: Engineer Abu Elias
// 🛠️ Development & Implementation: Abu Fares
// 📜 All intellectual rights reserved - Copying, modifying, or redistributing is not permitted
// 🚫 Any attempt to tamper with this code or violate intellectual property rights is legally prohibited
// 📧 For inquiries and licensing: Please contact the developer, Abu Fares