🟢💲 EMA Bias + Multi-TF Perfect Touch10 Koplick (Upgraded)Absolutely! Here’s a detailed rating and explanation of your upgraded "🟢 EMA Bias + Multi-TF Perfect Touch9 Koplick (Upgraded)" indicator.
🔥 Rating: 9/10
Strengths:
Multi-Timeframe Analysis:
Checks EMA bias and linear regression trendlines across multiple standard and custom timeframes, giving a robust, well-rounded market view.
EMA Bias with Validity Check:
Incorporates a strict EMA trend confirmation — requiring EMA50 > EMA100 > EMA200 for bullish bias (and reverse for bearish) — plus price must not touch EMA50 to confirm strength. This avoids false signals from weak trends.
Linear Regression Trendline Factor:
Adds a sophisticated trendline bias that uses user-defined timeframes and a lookahead-on linear regression midline, to check price relation and "touch" status. Trendline touches neutralize signals, preventing premature entries.
Toggle Flexibility:
Users can enable/disable EMA bias or regression trendline factors independently, allowing customization per strategy or market condition.
Suggestion Logic:
Aggregates signals from multiple timeframes to provide a clear buy/sell/hold suggestion. It requires 4+ bullish or bearish EMA biases for strong signals, which is a solid threshold.
Clear Table Display:
The table shows biases and validity per timeframe, making it easy to visually confirm the analysis at a glance.
Alerts:
Provides live alerts when the overall suggestion changes — great for active traders.
Clean and Maintainable Code:
Well-structured with reusable functions, arrays for scalability, and clear naming.
Minor Limitations / Possible Improvements:
EMA100’s role is implicit:
It’s used only as a middle EMA in the bias chain. Could be extended to also appear in the output or be weighted differently.
No volume or price action filters:
Including additional filters like volume spikes or candle patterns might improve entry quality.
Suggestion logic only considers EMA biases for bullish/bearish counts:
LR trendline biases affect only the neutralization (touch) logic; you might also consider including their bias direction for a more nuanced suggestion.
Fixed threshold (4 out of 5) for strong signals:
Allowing user customization of this threshold could enhance flexibility.
⚙️ How It Works - Step-by-Step:
Input Parameters:
User selects custom timeframe (customTF).
User defines 3 timeframes (lr_tf_1, lr_tf_2, lr_tf_3) for linear regression trendlines.
User toggles enable/disable EMA bias and LR trendline factors.
User sets the linear regression length (lrLength).
EMA Calculation & Bias:
For standard timeframes (5m, 15m, 1h, 4h, Daily) and the custom timeframe, the script fetches EMA50, EMA100, EMA200, plus high and low prices.
The bias for each timeframe is:
Bullish: EMA50 > EMA100 > EMA200 and price stays above EMA50 (low > EMA50).
Bearish: EMA50 < EMA100 < EMA200 and price stays below EMA50 (high < EMA50).
Neutral: Otherwise.
A valid flag confirms if the price respects the bias without touching EMA50.
Linear Regression Trendline Bias:
For each user-defined LR timeframe, the indicator computes a linear regression midline.
Bias is bullish if price > midline; bearish otherwise.
If the price "touches" the LR line (high >= mid and low <= mid), the bias is considered invalid (neutralized).
Table Display:
Shows all biases and validity states for the custom TF, standard TFs, and LR trendlines.
Valid biases show a ✅, invalid (or touching) show a 🚫.
Colors visually differentiate bullish (blue/purple), bearish (red), and neutral (orange).
Overall Suggestion Logic:
Counts bullish and bearish EMA biases on standard TFs only if the EMA factor is enabled.
Checks if any LR trendline is touched (neutralizing signal) if LR factor enabled.
If no trendline is touched and EMA factor is enabled:
4+ bullish biases → Strong Buy
4+ bearish biases → Strong Sell
Otherwise → Neutral / Hold
If any LR trendline is touched → Trendline Touch - No Clear Signal (neutralizes the suggestion).
Plots:
Current timeframe EMA50, EMA100, and EMA200 lines are plotted for reference.
LR trendlines for the 3 user-defined timeframes are plotted on the chart.
Alerts:
Fires an alert whenever the suggestion changes, letting the trader know when market bias shifts.
Summary
This indicator elegantly combines classical moving average bias with regression-based trendline analysis over multiple timeframes, applying thoughtful filters like “price must not touch EMA50” or “price must not touch LR line” to reduce false signals. The toggles for each factor provide great flexibility to tailor it for scalping, swing, or position trading.
The clear table and suggestion make it very practical for quick decision-making, and the alerts ensure traders don’t miss important shifts.
If you want, I can help you further with:
Adding multi-factor weighting.
Integrating volume or other technical confluences.
Extending to strategy/backtesting.
Or anything else!
Just say the word.
Chart patterns
MANI SESSIONSOANDA:GBPUSD This indicator marks the opening times of the three main trading sessions — Asia, London, and New York — using vertical red dotted lines on the chart.
Each session is labeled with a minimal tag (“ASIA”, “LDN”, “NY”) displayed directly on the line for clean and unobtrusive reference.
All session times are based on the New York time zone and adjust automatically for each new day.
This tool helps intraday traders quickly identify session shifts, plan entries around high-volume hours, and stay locked into session-based strategy.
OANDA:GBPUSD
Price Line Indicator
This indicator plots evenly spaced horizontal lines on the price chart starting from a user-defined price. You can customize:
Starting Price
Price Spacing (supports decimals)
Number of Lines
Line Color & Width
Each line is extended across the chart with a label showing its precise price level (up to 4 decimal places). Ideal for marking psychological levels, support/resistance zones, or custom grid setups.
free haji_gold indicator The free Haji Gold indicator, which was updated after a long time, has a scalping strategy and a trend strategy along with specifying stops and TPs and another tool called range filter.
Recommend this indicator to your friends
15-Minute and 60-Minute ORB with Wicks15 and 60 minute ORBs for each trading day. Simple, yet effective.
√ Square Root LevelsSquare Root - Based Levels Indicator
---------------------------------------------
This indicator plots key support and resistance levels based on the square root of price — a unique, mathematically-driven method rooted in price structure rather than traditional Fibonacci or percentage-based techniques.
Core Concept:
-----------------
Levels are calculated by applying the square root function to price, then multiplying or adding/subtracting scaled increments. This approach smooths volatility and reveals hidden levels of market significance that may not be visible with conventional tools.
Use Cases:
-------------
* Identify hidden support/resistance zones
* Time entries and exits based on price harmonics
* Complement other technical tools (like Fibonacci, Gann, or Pivot Points)
Customizable Settings:
----------------------------
* Base Price (Anchor)
* Increment/Multiplier
* Number of Levels
* Styling options for clean chart visuals
Whether you're a day trader or swing trader, this tool adds a mathematically unique perspective to your technical analysis.
Historical Year OverlayThis script allows you to simply source any historical calendar year and overlay it over any other year (usually a historical year overlaying a year in the future). It was made using an LLM for coding help and logic.
It is great for working out potential pivots and it also maps the previous profit/loss from the source year over the plot year so that we can see the connection to price levels throughout the plot year and also with the yearly close (we get a horizontal line for the close).
It uses the year open as a price reference to plot the P&L over the plot year (if use plot year option is selected).
if the year has not started yet you can use the "manual opening price" OR it will auto set to the current price (great for "replay mode", it will catch the actual opening price once it happens).
The settings are self explanatory. Choose a source year and plot year.
Choose a multiplier if you'd like (it simply multiplies the plot year P&L by that number; ie: 1 means the same as it was, 0.5 means half of what is was, 2 means 2x the source P&L)
The resolution is max default 50 line segments but you can simplify if you'd like.
I've released the code open-source so you can see what it is doing.
Please update it with all the enhancements you can think of.
Please let me know if you do this as I will be very interested!
RSI Cloud Zones (by AButterfly)RSI instruction: Uptrend market only. LONG only. Should use only when SPY and QQQ are above 50 SMA and 200 SMA, and the 50sma is above 200sma, and RSI(14) is above 50 ............... BUY only in the GREEN area. Do NOT buy above GREEN green area. That would be chase (after a train, a ship that left). Take profit in the RED area, preferably on a green candle. This does not encourage SHORT-ing. LONG only. Disclaimer: This is an entertainment. If you lose money, don't blame this indicator or the creator. You have to pay attention to whether the market is on uptrend.
Order Blocks & FVG con Mitigación CRISVASPERIdentifica Bloques de ordenes y FVG, pero muestra el porcentaje de mitigaciones
Price Levels: Prior/current/week/pre-market?after-hour high lowSee prior day levels including all time highs etc at one place. May change indicator settings and colors as you like.
MTF 200MULTI TIME FRAME 200MA
TIMEFRAME
1m 5m 15m 30m 60m 240m 1D
200 SMA
Check the chart for 200ma you were looking at a candle at a certain time
Green Light Confluence - Control-AIt scans the top 15 U.S. stocks in real time — including names like NASDAQ:AAPL , NASDAQ:AMZN , NASDAQ:NVDA , NASDAQ:GOOGL , NASDAQ:TSLA , and NASDAQ:MSFT — and identifies whether the majority are trending above or below their 200 EMA on the 1-minute chart.
Dr. Fib - FGBAB - Open Range Breakout for Stocks V1.0This Open Range Breakout Indicator (ORB) helps your discretionary trading when looking for breakouts on the 15 mins range.
This indicator helps your discretionary trading by allowing visual settings that helps discretionary trades to make faster decisions.
It will provide you will the following on-screen information:
- ORB HIGH and LOW: The Open Range Breakout set by the input parameters, for example the first 15 mins RTH Open from 9:30 to 6:45.-
- ORB MID: The ORB mid point for reference, generally the price tends to return and bounce from the 50% ORB.
Reward to Risk posible targets for LONG and SHORT trades: This will provide target value references, it is based on the ORB Risk from high to low, you have 1:1, 2:1, 3:1 and 4:1 possible targets in both directions.
Reference table:
The reference table is a visual setting for you to have at first sight important information before considering getting into the trade:
- ORB HIGH and LOW.
- Risk in points.
- Risk in USD.
- Amount of shares considering the MaxRisk input parameter you select.
- The current LIVE R:R based on the entry, if price is abobe ORB High it will simulate a LONG position is price is below the ORB Low it will simulate a SHORT position,
- The LIVE profit simulation based on the above.
- MaxRunUP, the highest equity the trade simulation has produced.
Direction: The current trade direction simulation based on the ORB HIGH or ORB LOW.
Keep in mind this indicator is a "gauge" a visual help for discretionary traders that like to trade Open Range Breakout strategy.
It will reset the ORB at RTH Close and build a new ORB at next calendar day based in the ORB time you have selected by the input parameters.
Please feel free to use in your own trading at your discretion.
buysellsignal-Santhosh Buy Point and Sell PointThis indicator utilizes a custom signal engine based on price depth, deviation, and backstep algorithms to identify potential buy/sell zones. It marks critical swing points on the chart and triggers signals based on directional price shifts. Users can customize input parameters and visual styling, and alerts are integrated for seamless automation. Designed for traders seeking dynamic entry/exit signals and compatible with algorithmic trading strategies
Enhanced Signal Bridge V1For the trading Careers members only base script for any pair on any time frame ( please double check as still a new script)
TSD Quantum [Moeinudin Montazerfaraj] 🔸 "TSD" stands for **Trend 1-2-3 and Supply & Demand**, which is the foundation of the trading style this indicator is built upon.
🔹 TSD Quantum is a specialized indicator designed exclusively for day traders who trade EURUSD, XAUUSD (Gold), and DAX40 on the 1H, 15M, and 5M timeframes using a Supply & Demand-based strategy.
This indicator is **not suitable for other symbols** and has been tailored specifically for these three assets to ensure high precision and effectiveness.
---
### 🔍 Key Features:
✅ **Trading Checklist Panel**
A built-in checklist helps you track every rule in your trading plan. If even one condition is left unchecked, the system highlights it in red and marks the trade as "Not Allowed." This feature enhances trading discipline.
✅ **Spread & ATR Control Panel**
Supports both auto-calculated and fixed values for spread and ATR. This is especially helpful when placing stop-losses quickly and accurately.
✅ **Inside & Outside Candle Detection**
A dedicated panel highlights whether the last candle is inside or outside. Hovering your mouse over the chart elements automatically colorizes the candles:
🔵 Blue = Outside candle
🔴 Red = Inside candle
Also displays the high/low of the latest outside bar.
✅ **Weekly Trade Stats Panel**
Custom-built for the mentioned three assets. You can enter your trades using either fixed risk or floating risk models.
✅ **Performance Metrics**
Helps you build and adjust a floating risk model—so you don’t have to enter every trade with the same lot size. Improves risk management across multiple trades.
✅ **Base Candles Display**
Grey and white base candles are marked based on supply and demand zones.
✅ **EOT Candles**
Candles with a green dot underneath indicate valid EOT opportunities for potential move-outs.
✅ **RC (Rejection Candle) Detection**
RC candles are automatically detected to alert you of potential traps or weaknesses during Supply/Demand formations.
---
### ⚠️ Disclaimer
This indicator does **not** issue buy/sell signals and **cannot guarantee profit or prevent loss**. It is a **tool for discretionary trading**, not an automated expert advisor.
All decisions must be made by the trader based on their own strategy and risk tolerance.
This is the **latest tested version** of TSD Quantum. All features have been validated and function as intended. Future updates will be provided if needed.
---
🙏 Thank you for reviewing this script. We hope it becomes a valuable addition to your day trading toolkit!
Traderei Sessions v.1This Indicator shows the daily open, the last 24h daily highs & lows and the last highs & lows of the asia session.
you can increase the lenght of the line manually !
Bbhafiz AI auto signalIntroducing Bbhafiz AI Auto Signal, a powerful and intelligent trading indicator designed to simplify your decision-making and boost your trading confidence. Built for both beginner and advanced traders, this tool automatically scans the market and detects high-probability BUY and SELL setups based on a complete, proven strategy.
The AI system is programmed to wait for full confirmation before sending any signal – no half-baked alerts, no guesswork. Once the setup is complete, it will display a clear signal for you to take action. Whether the trend is continuing or reversing, the algorithm is trained to identify it in real-time.
You no longer have to spend hours analyzing charts or second-guessing your entries. The Bbhafiz AI Auto Signal does all the technical heavy lifting – just wait for the signal and execute your trade.
✅ Key Features:
🔁 Detects trend continuation or reversal
🔔 Sends alerts only when setup is 100% complete
⏱ Suitable for scalping, intraday, or swing trading
💼 Built for busy traders who want fast and reliable signals
📈 Compatible with TradingView platform
🧪 Backtested and optimized for high performance
Whether you're a part-time trader or a full-time pro, this tool can help sharpen your entries and reduce emotional trading. Just follow the signals, manage your risk, and let the market do the rest.
ORB M15 EarThRiseRAcest indicator trasează automat liniile de high și low pentru candela de 15 minute de la London Open, cu posibilitatea de a schimba culoarea și grosimea liniilor din setări. Ideal pentru strategii de tip opening range breakout. Compatibil cu orice instrument și funcționează pe timeframe de 15 minute.