Dilly DivergencesThis script calculates the time series of 5 indicators (Stochastic-RSI, RSI, MACD, CVD, and OBV) searches for divergences, and plots all divergences on the main price chart. Regular divergences = D; Hidden divergences = H
Cerca negli script per "RSI MACD"
RainDrop PanelHi everyone,
This script shows the Dashboard in a Table. Table.new() is a new feature and released today! Big thanks to Pine Team for adding this great new feature!
This new feature changes the rules of the game! The script shows 3 different time period indicator values for the icon and changes the background color of each cell using the current and last values of the indicators for the icon. The background color is green if the current value is greater than the last value, red if it is less than the last value, and gray if it is equal. You can select the time periods and Indicators to be displayed. You can also change the position, font sizes, title and text colors of the relevant panel on the graphic. The number of columns in the table is dynamic and changes according to the number of indicators. You can choose 1 Symbol, 3 different timeframes, 6 Indicators and 4 Simple or Exponential Moving Averages, specify the type and length of moving averages. You can also set the lengths for each Indicator. Indicators: - RSI – MACD - DMI (+DI and -DI + and ADX) - CCI - MFI - Push - EMA Length 20 (length adjustable) - EMA Length 50 (length adjustable) EMA Length 100 (length adjustable) - EMA Length 200 (length adjustable)
INDIGO - SwingTraderThis is a script that uses a couple of other indicators to find good swing trade entry's and exit's. You can choose which signals the script uses to calculate the position of the signals.
It uses the following:
- Stoch RSI
- MACD
- POC
- INDIGO Cloud
Also added are volume candles, acceleration of momentum indicators (triangle) and MACD candles. This way you can see more info to decide if the entry is valid.
I have used a couple of public scripts and tried to give credit to the original creators. If there is any script that hasn't been credited, please contact me.
Feedback is very much appreciated, positive and negative. Also If you have any question, feel free to ask me. I'll try to answer asap.
Enjoy the script :)
Divergence for Many Indicators v4Hello Traders,
Here is my new year gift for the community, Digergence for Many Indicators v4 . I tried to make it modular and readable as much as I can. Thanks to Pine Team for improving Pine Platform all the time!
How it works?
- On each candle it checks divergences between current and any of last 16 Pivot Points for the indicators.
- it search divergence on choisen indicators => RSI , MACD , MACD Histogram, Stochastic , CCI , Momentum, OBV, VWMACD, CMF and any External Indicator !
- it checks following divergences for 16 pivot points that is in last 100 bars for each Indicator.
--> Regular Positive Digergences
--> Regular Negative Digergences
--> Hidden Positive Digergences
--> Hidden Negative Digergences
- for positive divergences first it checks if closing price is higher than last closing price and indicator value is higher than perious value, then start searching divergence
- for negative divergences first it checks if closing price is lower than last closing price and indicator value is lower than perious value, then start searching divergence
Some Options:
Pivot Period: you set Pivot Period as you wish. you can see Pivot Points using "Show Pivot Points" option
Source for Pivot Points: you can use Close or High/Low as source
Divergence Type: you can choose Divergence type to be shown => "Regular", "Hidden", "Regular/Hidden"
Show Indicator Names: you have different options to show indicator names => "Full", "First Letter", "Don't Show"
Show Divergence Number: option to see number of indicators which has Divergence
Show Only Last Divergence : if you enable this option then it shows only last Positive and Negative Divergences
you can include any External Indicator to see if there is divergence
- enable "Check External Indicator"
- and then choose External indicator name in the list, "External Indicator"
- External indicator name is shown as Extrn
- related external indicator must be added before enabling this option
Coloring, line width and line style options for different type of divergences.
Following Alerts added:
- Positive Regular Divergence Detected
- Negative Regular Divergence Detected
- Positive Hidden Divergence Detected
- Negative Hidden Divergence Detected
Now lets see some examples:
Hidden Divergences:
Regular and Hidden Divergences together:
Showing first letters of indicators:
You can see only the number of indicators which has divergence:
You can see only divergence lines without indicators names and numbers:
option to used different label/line/text colors:
You have option to see only last divergences:
You can change Pivot Period, in following example Pivot Period = 15:
You can use Close or High/Low as Source for Divergence
You can include external indicators and get divergences on it:
Wish you all a happy new year!
Enjoy!
RogTrader HFT AlgoThis is a simple algorithm to generate Buy, Sell, Short, and Cover Signals. It uses the following:
RSI , MACD , Stochastic , Bollinger Bands , Ketler Channels, ATR Trailing Stop, Trend, and Volume .
Usage is simple: Green Background is Long and Red Background is Short positions.
LE = Long Entry
LX = Long Exit
SE = Short Entry
SX = Short Exit
This is not a trade recommendation, rather informative signals, and please do your due diligence. Thanks!
Confluence of Indicators and Signals v1 skvWhy this script
This script will display the buy or sell signals received from indicators, super trend, adx, rsi, macd, sma, and floor pivots along with some tweaked calculations and fixed numbers. This is useful for beginners who want to study the signals and timing to practice. This script is created for educational purpose and can be used for intraday scalping with 5 minutes time frame only after the signals are understood clearly.
How to use
Strong Buy - when series of buy/long signals generated by indicators, bright green up arrow indicates momentum/strength
Strong Sell - when series of sell/short signals generated by indicators, bright orange down arrow indicates momentum/strength
Exits - use the pivot lines, or the RSI-LX, SX exit signals. Also combine with Bollinger Bands to understand the exit points.
Look for reversals at pivot resistance and support.
Disclaimer
1. Only for educational purpose
2. Intraday scalping strategies only and on 5 min timeframe
3. Do paper trade before using any information for actual trading
4. Not swing or positional trade
bayusp V2Using multi source like RSI , MACD , Stochastic , SMA , EMA and Huge Noural Network to Predicted Open Position.
Divergence Histogram for Many IndicatorHello Traders,
This script analyses divergences for 11 predefined indicators and then draws column on the graph. Red columns for negatif divergence (means prices may go down or trend reversal), Lime columns for positive divergences (means prices may go up or trend reversal)
The script uses Pivot Points and on each bar it checks divergence between last Pivot Point and current High/Low and if it finds any divergence then immediately draws column. There is no Latency/Lag.
There are predefined 11 indicators in the script, which are RSI , MACD , MACD Histogram, Stochastic , CCI , Momentum, OBV, Diosc, VWMACD, CMF and MFI.
Smaller Pivot Point Period check smaller areas and if you use smaller numbers it would be more sensitive and may give alerts very often. So you should set it accordingly.
There is "Check Cut-Through in indicators" option, I recomment you to enable it. it checks that there is cut-through in indicators or not, if no cut-through then it's shown as valid divergence.
You should see following one as well if you haven't yet:
Enjoy!
Divergence for many indicator v3Hello Everyone. Almost one year later, with Pine version 4, I developed new version of the Divergence for many Indicator.
It analyses divergences for 10 predefined indicators and then draws line on the graph. Red for negatif divergence (means prices may go down or trend reversal), Lime for positive divergences (means prices may go up or trend reversal)
Divergences version 2 has latency because it waits higher time frame completion. in this new version the script uses Pivot Points and on every bar it checks divergence between last Pivot point and current bar and if it finds any then immediately draws line and removes old one. so there is no latency with this version.
There are predefined 10 indicators in the script, you have option to choose which indicators the script would analyse for divergence. (RSI , MACD , MACD Histogram, Stochastic , CCI , Momentum, OBV, Diosc, VWMACD and CMF)
In replay mode you can see how the script puts new divergence line and removes old one. you better see it for yourself by using replay mode.
Hope you Enjoy!
CryptoEngineering 🔥Isn’t It Time You Made Your Crypto Portfolio Great Again? 🔥
The falling knives, the heartbreaking crashes, the devastating feeling of watching a missed trade soar all the way to the moon.
The markets aren’t fair, which means you need a tool that gives you an edge. So,It is time to try EngineeringRobo.
The Engineeringrobo is a great ally in a crypto market - when the price moves the algorithm will automatically show Buy and Sell orders when there is a best opportunity to make a profit. It is a just SMART trading system script on TradingView that brings the easiest approach to trading with a high profitability rate.
I created EngineeringRobo to help you on your traders as a robo advisor , It will "not " trade on behalf of you on exchanges via API. It is not an AI robot,It is am ALGO Trading robot. You can use it on any trading markets (BIST, S&P 500,Commodities ,Forex, Crypto ) with any time frame!
My unique algorithm find profitable altcoins based on their Ichimoku, McGinley, MA, RSI, MACD, Stochastic, Volumes and Price Changes gives you BUY and SELL signals. The EngineeringRobo indicator displays two different signals for entry and exit on a coin to maximize its profitability on the chart. The signals can appear at any time during an open candle, but once closed the signal is final and wont change in the future.
One of the biggest advantages of algo trading is removing human emotion from the crypto markets,humans trading are susceptible to emotions that lead to irrational decisions.Robo doesn't have to think or feel good to make a trade. If conditions are met, it enters.When the trade goes the wrong way or hits a profit target, It exits. It doesn't get angry at the market or feel invincible after making a few good trades. The two emotions that lead to poor decisions that algo traders aren't susceptible to are fear,and greed.
That's why It makes money but most of you not!
What Are the Advantages of using it as a ROBO Advisor?
🔴Reduce your required screen-time
🔴Reduce anxiety over missing setups when you are busy
🔴Turn existing indicators into alerts (eg. Whenever RSI goes overbought)
🔴Find comfort in knowing that you have me on your side
To get the maximized results from @EngineeringRobo
Open tradingview
Decide the coin/BTC
Pick 1M
Draw the Support & Resistance lines
Change the 1W
Draw the lines - Support & Resistance
Find out Chart Patterns
Change to 3D/1D / 3H
Check Robo' signals
Set your orders
Enjoy your profits💰
***Even the best automated day trading software can trigger false trends.
In August 2012 by Knight Capital group;who lost over $440 million in just half an hour when their trading software went rogue in response to market conditions. That's why it is a Robo advisor not trading bot! Engineeringrobo is not a get-rich-quick scheme as well!
Disclaimer
Information on EngineeringRobo should not be seen as a recommendation to trade BIST, S&P 500,Commodities ,Forex, Crypto.
EngineeringRobo is not licensed nor authorized to provide advice on investing and related matters.
Information on the page is not, nor should it be seen as investment advice.Any trading decisions that you make are solely your responsibility. Clients without sufficient knowledge should seek individual advice from an authorized source.
Crypto and Forex trading entails significant risks and there is a chance that clients lose all of their invested money. Past performance is not a guarantee of future returns. Before trading with any of the Algos, clients should make sure they understand the risks.
EngineeringRobo nor its agents or partners are not registered and do not provide any services on the US territory.
***I have been trading since 2016 . Got my first bitcoin in 2013
ANN MACD BTC v2.0 This script is the 2nd version of the BTC Deep Learning (ANN) system.
Created with the following indicators and tools:
RSI
MACD
MOM
Bollinger Bands
Guppy Exponential Moving Averages:
(3,5,8,10,12,15,30,35,40,45,50,60)
Note: I was inspired by the CM Guppy Ema script.
Thank you very much to dear wroclai for his great help.
He has been a big help in the deep learning series.
That's why the licenses in this series are for both of us.
I'm sharing these series and thats the first. Stay tuned and regards!
Note : Alerts added.
Divergence Ribbon (10 indicators)One of the most important signals for trend reversal is divergence.
This script finds divergences for 10 indicators and draws ribbon. So you can see which indicator has divergence. Red columns are negatif and lime columns are positive divergences. Divergences are searched from MinLength to MaxLength back, and you can change them as you wish.
Currently script checks divergence for RSI , MACD , MACD Histogram, Stochastic , CCI , Momentum, OBV, Diosc, VWMACD and CMF indicators.
If you find this script useful, please consider a donation
BTC: 16XRqyS3Vgh1knAU1tCcruqhUrVm4QWWmR
Divergences for many indicators v2.0A gift from me to all.
This script is developed to find Divergences for many indicators. it analyses divergences and then draws line on the graph. red for negatif, lime for positive divergences.
Currently script checks divergence for RSI, MACD, MACD Histogram, Stochastic, CCI, Momentum, OBV, Diosc, VWMACD and CMF indicators. You can use some or all of these indicators to check divergences as you wish by choosing them on the menu. Also you can add/remove many other indicators to the script to check if there is divergence.
The script first calculates tops/bottoms by using higher time frame zig zag and then finds divergences.
Higher Time Frames are
if currend period 1 min => HTF = 5 mins
if currend period 3 mins => HTF = 15 mins
if currend period 5 mins => HTF = 15 mins
if currend period 15 mins => HTF = 1 hour
if currend period 30 mins => HTF = 1 hour
if currend period 45 mins => HTF = 1 hour
if currend period 1 hour => HTF = 4 hours
if currend period 2 hours => HTF = 4 hours
if currend period 3 hours => HTF = 4 hours
if currend period 4 hours => HTF = 1 day
if currend period 1 day => HTF = 1 week
if currend period 1 week => HTF = 1 week
future plan : script finds regular divergences, soon I will add hidden divergences and also I plan to add alert ;)
Divergence/Convergence v1.0 [LonesomeTheBlue]The script is developed to find Divergence/Convergence for various indicators
it counts number of Divergence/Convergence and draws arrow
Arrow length changes according to number of Divergence/Convergence
that means if there is Divergence/Convergence on one indicator then arrow length = 1
if there is Divergence/Convergence on two indicator then arrow length = 2 etc.
Currently script checks Divergence/Convergence for RSI, MACD, MACD Histogram, Momentum, CMF indicators
You can add/remove many other indicators to check if there is Divergence/Convergence
profit_trailer_basktesting_v3I rewrite the code of v2.
There are some differences between v2:
1. PT 2.0 support multi-strategy up to 5. => the script have A...E buy inputs.
Not support new strategies now, I'm not sure how they work in PT 2.0, I will add them if the wiki complete.
you may find the options in setting, but they are placeholders.
I will not add the indicators for RSI, MACD, and STOCH RSI, please use the built-in indicator in Tradingview. There is no way to change overlay state of a script in pine script as I know or you can pm me if you know about it.
2. Trailing is disabled now.
I have no idea how it works in multi-strategy, I will enable it if the PT 2.0 release.
3. Now you can set indicator period in the setting, the unit of it is minute different from PT itself.
the entry price of orders still depending on your chart resolution, so I recommend you set the chart resolution same as the main strategy you want.
Like SOM trigger in V2, there is data range limit depend on the resolution you choose.
4. DCA is rewriting now.
And I will release an Anderson only version if I have time to complete it.
5. Add rebuy timer and stop loss timer. the value of it is candles. it will look back N candles on the chart.
Feel free to donate if you think my scripts are useful.
BTC:17eguEeVVnLmYK9iDKQNxBQmKWNENH4bGj
ETH:0xb172BBc4CDAB7F334243A312A46FB8492674A914
BCH:qpy0zulq9s4pcqu3hd2m8h8h7tfm83jz7qle0690c4
Price Divergence Detector V3 revised by JustUncleLThis is a revised version of the original "Price Divergence Detector by RicardoSantos".
Description:
Price Divergence detection for various methods : RSI, MACD, STOCH, VOLUME, ACC-DIST, FISHER, CCI, BB %B and Ehlers IdealRSI. Both Hidden and Regular Divergences are detected.
Mofidifications:
Revision 3.0 by JustUncleL
Added option to disable/enable Hidden and Regular Divergence
Added new divergence method BB %B (close only)
Added new divergence mothos Ehlers IdealRSI (close only)
Revision 2.0 - by RicardoSantos
References:
Information on Divergence Trading:
www.babypips.com
www.incrediblecharts.com (BB %B)
Insync Index [LazyBear]BB Support + Histo mode
-------------------------------
Code: pastebin.com
Show enclosing BB
Show Insync as Histo:
v02 - Configurable levels
---------------------------------
Small update to allow configuring the 95/75/25/5 levels.
Latest source code: pastebin.com
v01 - orginal description
---------------------------------
Insync Index, by Norm North, is a consensus indicator. It uses RSI, MACD, MFI, DPO, ROC, Stoch, CCI and %B to calculate a composite signal. Basically, this index shows that when a majority of underlying indicators is in sync, a turning point is near.
There are couple of ways to use this indicator.
- Buy when crossing up 5, sell when crossing down 95.
- Market is typically bullish when index is above 50, bearish when below 50. This can be a great confirmation signal for price action + trend lines.
Also, since this is typical oscillator, look for divergences between price and index.
Levels 75/25 are early warning levels. Note that, index > 75 (and less than 95) should be considered very bullish and index below 25 (but above 5) as very bearish. Levels 95/5 are equivalent to traditional OB/OS levels.
The various values of the underlying components can be tuned via options page. I have also provided an option to color bars based on the index value.
More info: The Insync Index by Norm North, TASC Jan 1995
drive.google.com
List of my free indicators: bit.ly
List of my app-store indicators: blog.tradingview.com
(Support doc: bit.ly)
🟢 GANN SQUARE ROOT LEVELS ALL-IN-ONE 🟡🟢 GANN SQUARE ROOT LEVELS – All-in-One Indicator Guide
1️⃣ Indicator Overview 🌟
Name: GANN Square Root Levels All-in-One
Version: Pine Script v5
Markets Supported:
Indices (100 / 1000 levels) 📊
Bitcoin (BTC/USD) ₿
Forex Pairs (3-decimal & 5-decimal) 💱💴
Purpose:
Visualize support & resistance levels based on Gann square root principles.
Quickly spot potential reversal or breakout zones.
Works across multiple instruments without clutter.
2️⃣ Features ✅
Multi-Market Support 🌎
Display Indices, BTC, Forex all in one indicator.
Toggle individual zones on/off.
Dynamic Coloring 🎨
🟢 Green → price above level → support
🔴 Red → price below level → resistance
Precision for Decimals 🔢
Forex 5-decimal: EURUSD 1.15109
Forex 3-decimal: USDJPY 146.250
Customizable Base & Offsets 🛠️
Choose starting and ending points for each zone
Adjust line width for readability
Real-Time Updates ⏱️
Lines automatically change color as price moves.
3️⃣ How to Use – Step by Step 📝
Step 1: Add Indicator
Copy Pine Script into TradingView Pine Editor.
Save as “GANN Square Root Levels All-in-One”.
Add to chart.
Step 2: Configure Zones
Use Inputs Panel to toggle zones:
📈 Show 1000 Levels
📊 Show 100 Levels
₿ Show BTC Levels
💱 Show Forex 5-decimals
💴 Show Forex 3-decimals
Adjust start & end ranges according to the market.
Step 3: Interpret Lines
Green Line 🟢 → Support, price may bounce
Red Line 🔴 → Resistance, price may reverse
Extended lines → Shows past & future levels
Example Visual (Placeholder):
Green Line (1.15109) - EURUSD Support
Red Line (1.15136) - EURUSD Resistance
Step 4: Combine with Other Tools
Trend confirmation: Moving Averages, EMA, TMA
Momentum: RSI, MACD
Price action: Candlestick patterns (Engulfing, Pinbar, Doji)
Example Strategy:
Price touches green line + bullish engulfing → enter long
Price touches red line + bearish divergence → enter short
4️⃣ Market-Specific Examples 💹
Market Base + Offset Line Color Interpretation
EURUSD 1.15100 + 9 → 1.15109 🟢 Green Support zone
USDJPY 146.000 + 250 → 146.250 🔴 Red Resistance zone
BTC/USD 117000 + 360 → 117360 🟢 Green Support zone
Nifty50 25000 + 90 → 25090 🔴 Red Resistance zone
S&P500 3400 + 36 → 3436 🟢 Green Short-term support
5️⃣ Benefits & Advantages 🌟
Time-Saving ⏱️ – Multiple markets in one indicator
Precision 🔢 – Correct decimal handling for Forex and indices
Educational 📚 – Learn Gann square root principles interactively
Visual & Intuitive 🖼️ – Color-coded, easy to interpret
Dynamic & Real-Time ⏱️ – Automatic updates based on price
6️⃣ Tips for Traders 💡
Use green lines for buying zones near price bounces.
Use red lines for selling zones near resistance levels.
Combine with trend and momentum indicators for higher probability trades.
Consider higher timeframe Gann levels for strong support/resistance confirmation.
Avoid trading solely based on lines – use them as confluence with other signals.
8️⃣ Publication Tips for TradingView 🌐
Title:
“GANN Square Root Levels All-in-One – Multi-Market Support & Dynamic Coloring”
Description:
Explain zones supported: Indices, BTC, Forex 3/5-decimal
Highlight dynamic color update and real-time support/resistance
Include a few examples for practical usage
Screenshots with highlighted zones
Include emoji-rich guide for better readability
✅ Summary:
This indicator is a powerful visual tool to:
Track support & resistance across markets
Spot buy/sell zones dynamically
Save time by combining multiple instruments in one chart
Learn Gann principles interactively
MultiFactor Power Indicator v4 (No-Repaint) 📊 Strategy: Trend + Momentum + Signal Confirmation
This setup uses 3 layers so signals are reliable:
1. Trend Filter: 200 EMA → only take trades in trend direction.
2. Momentum Trigger: RSI + MACD combo to confirm momentum.
3. Entry/Exit Signal: Arrow on chart (Buy/Sell) with alerts — non-repainting because it only confirms on candle close.
TrendLines with ATR and MA [KoTa]The "TrendLines with ATR and MA " indicator combines trend lines, breakout signals, ATR-based trend tracking, and moving averages (MA).
Input Settings and Customization:
After adding the indicator, click on its name at the top of the chart and open the "Settings" tab.
Main sections:
Trend Lines and Breakouts (Periods 1-5):
General Usage Tips:
Chart Timeframe: Works on any timeframe (from 1 minute to weekly). Shorter timeframes (e.g., 5-minute) generate more signals, while longer timeframes (e.g., daily) produce fewer but more reliable signals.
Compatibility: Overlay=true, meaning it is drawn directly on the candlestick chart. It can be combined with other indicators (e.g., RSI, MACD).
Advantages
This indicator outperforms standard trend line tools due to its automated, multi-period, and integrated features:
Automated Trend Line Drawing: Instead of manual drawing, it creates trend lines based on pivot highs/lows. Different periods (3-50) enable multi-timeframe analysis, allowing you to see short- and long-term trends on the same chart.
Breakout Detection and Labeling: Detects breakouts in real-time using dotted extensions. B (Buy) and S (Sell) labels (e.g., B1 for period1 up breakout) clarify signals. Historical breakouts are shown in gray for context.
ATR Integration: Volatility-based trend tracking (similar to SuperTrend). Calculates channel deviation to adapt to market volatility. Arrows highlight trend reversals quickly.
Moving Averages Integration: Flexible MA types (e.g., VWMA for volume-weighted analysis) for trend filtering. No Bollinger Bands option, but MAs can validate breakouts.
Performance and Visuals: Limits line count with max_lines_count for memory efficiency. Colors and line widths are customizable, and old elements are automatically managed (deleted or grayed out). Precision=0 ensures clean price formatting.
Flexibility: All components (trend lines, ATR, MA) can be toggled on/off, allowing for simple or complex usage.
Benefits Provided
This indicator speeds up trading decisions and reduces errors:
Trend and Support/Resistance Detection: Pivot-based lines provide automatic support (green, lows) and resistance (red, highs) levels. Benefit: Reduces manual analysis time, saving effort in scalping or swing trading.
Breakout Signals: Signals are triggered when the close price crosses over/under the extended line. Benefit: Catches potential trend starts early; ATR can filter false breakouts. B/S labels provide visual alerts, simplifying alert setup.
Volatility Adaptation (ATR): Adjusts trend lines based on market fluctuations. Benefit: Wider channels in high-volatility periods (e.g., crypto) and narrower in low volatility, reducing whipsaws (false signals). Arrows clearly show trend changes, ideal for position management.
MA Validation: MAs measure trend strength (e.g., EMA20 above indicates uptrend). Benefit: Filtering breakouts with MA crossovers improves accuracy. VWMA offers volume-based analysis to eliminate weak trends.
General Benefits:
Risk Management: Breakout levels can be used for stop-loss placement (e.g., below breakout).
Profit Potential: When tested on historical data (backtesting), it can be optimized by period—shorter periods for quick entries, longer for holding.
Educational Value: Visualizes fractal, pivot, and ATR concepts for new traders.
Time Savings: Automation eliminates hours of chart analysis; updates in real-time.
Multi-Asset Compatibility: Works for stocks, forex, and crypto; ATR shines in volatile assets.
Possible Strategies
This indicator supports various strategies, primarily focused on breakouts and trend following, enhanced by MA and ATR filtering.
Breakout Trading Strategy:
Rules: Enter long on B (Buy) label (crossover up line), short on S (Sell). For example, enter on B3 (period10), with stop-loss below the previous pivot low.
Filtering: Confirm with ATR arrow up (trend=0). Ensure price is above MA1 (20).
Exit: Profit target at ATR*2 or exit on reverse breakout (S).
Advantage: Ideal for scalping (p1-p2) or swing trading (p4-p5). Benefit: High win rate in volatile markets.
Trend Following Strategy:
Rules: Hold long if ATR trend line is green (up) and MA1 > MA2. Strengthen entry with breakout B.
Filtering: Use only larger period breakouts (p3-p5) with ATR in slow mode.
Exit: Exit on ATR arrow down (reversal) or MA crossover.
Advantage: Captures long-term trends with low drawdown. Benefit: Suitable for passive trading, especially on weekly charts.
Pullback Strategy:
Rules: In an uptrend (green ATR line), enter long when price pulls back to the downtrend line (green pivot low line).
Filtering: No breakout, supported by MA (price above MA). Set stop using ATR deviation.
Exit: New high breakout or ATR reversal.
Advantage: Low-risk entries, captures trend continuations. Benefit: Effective in range-bound markets.
Multi-Timeframe Combination:
Rules: Match short-period (p1) breakouts with long-period (p5) trends (e.g., p5 up + p1 B = long).
Filtering: ATR in medium mode, MAs in golden cross (20>50).
Advantage: Reduces false signals, validates H4 breakouts with D1 trends. Benefit: Suitable for professional traders, with backtesting showing 60%+ win rates.
Risk and Optimization Tips:
Position Sizing: Calculate using ATR (stop-loss distance / 1% risk).
Backtesting: Test in strategy mode; short periods may overtrade, while longer ones may miss opportunities.
Ultimate Bot v5 (Full Visual + Reversal + Sustained Signals)Ultimate Bot v5 is a powerful, all-in-one Pine Script strategy designed for traders who want both clarity and precision in their charts. It combines classic momentum indicators, volatility filters, and reversal logic to highlight high-probability trade opportunities.
🔹 Key Features
Full Visual Mode – Clean and easy-to-read buy/sell markers with large arrows and labels.
EMA Trend Detection – Fast & slow EMA crossovers for trend direction.
RSI + MACD Confirmation – Confirms entries with momentum & strength checks.
Reversal Alerts – Detects sharp drops or spikes for rebound/reversal plays.
Sustained Signal Mode – Highlights stronger continuation trends, not just short-term flips.
ADX Strength Filter (optional) – Filters out weak/noisy signals during sideways markets.
ATR Dynamic Positioning – Arrows adapt to volatility so they’re always visible.
Custom Alerts – Works with TradingView alerts for buy, sell, and reversal signals.
🔹 Why Use It?
This bot is designed to help traders:
✅ Spot early reversals and potential bounce opportunities
✅ Confirm strong momentum moves with multi-indicator checks
✅ Avoid false signals in choppy markets
✅ Trade with confidence using visual clarity
Pajinko DivergencePJK DIVERGENCE is a custom indicator designed to detect market divergence with high precision by combining multiple key market metrics.
It analyzes the relationship between Price Action and key momentum/trend indicators such as RSI, MACD, ADX, and Volume to highlight potential reversal or trend continuation opportunities.
This multi-layer approach allows traders to:
Spot bullish divergence (when price makes lower lows but momentum makes higher lows).
Spot bearish divergence (when price makes higher highs but momentum makes lower highs).
Filter out weak signals by confirming with trend strength (ADX) and volume activity.
How It Works
The script continuously compares price swings with momentum oscillators to identify divergence.
Bullish signals appear when momentum shows strength despite falling prices.
Bearish signals appear when momentum weakens despite rising prices.
ADX is used to confirm trend conditions, and Volume is analyzed to validate market participation.
How to Use
Apply PJK DIVERGENCE to your chart.
Look for bullish or bearish divergence markers and confirm with trend/volume conditions.
Use divergence signals as an early warning for possible trend reversals or as confirmation for existing trade setups.
For best results, combine with the Semi-Auto EA “Cyborg” to manage entries, exits, and risk.
Example Use Cases
Swing Trading: Spot reversal zones before major price movements.
Trend Following: Use divergence to identify potential pullbacks within a trend.
Breakout Trading: Confirm breakout strength by checking for the absence of bearish divergence.