Gann Intraday 5 min hello traders,
this is a script or indicator to use for intraday Trading time frame 5 min ,(less than 15 Min) else it may give wrong signal
i made this using gann ,ema & sma
i am hiding script codes as some may copy to sell it ,
back test it and then use
Note :- rules for trading
1 - price need to come from black background and close above both the lines
2 - to buy price need to close above small line and place above that canndle
3- to sell do invert for 2nd point
to filter it out can use vwap
any suggestion welcome i will update if i found your suggestion worthy
thanks happy trading
vikhyat
Komut dosyalarını "gann" için ara
Gann Angles With VolatilityThis script will calculate the intraday levels using Gann angles and volatility principle.
Gann Trend OscillatorDeveloped by Robert Krausz, the Gann Trend Oscillator is a trend-following indicator used to determine the financial instruments long-term price direction.
Gann Lines2.14Plots gann sq9, sq12, and fiblines on the chart. only plots those lines immediately above and below current price.
Input high or low pivot and indicate if you want to plot upwards or downwards from that pivot...
Gann GridA script to draw Gann Grid given Cycle start point, Cycle space (size), Cycle type ( Bullish / Bearish ), Cycle shape, Time levels space and Grid size
The lines are customizable you can change their style and color
When you increase the size you may see that the Grids at the beginning are getting removed, that's pretty normal because TradingView has a limit of 55 line per indicator you won't need the old grids anyway but if you want you can decrease the size and they will show again
My Telegram :- @Kirolos_T
Anchored Square of 9 by AlgoCadosThe 'Anchored Square of 9 by AlgoCados' pine script indicator, leverages the non-discretionary, mathematical principles of W.D. Gann's Square of 9 for predicting vital support and resistance levels across all financial assets. Its mathematical precision and versatility make it a universally applicable tool, suitable for analysis of any financial asset without bias. Characterized by its adaptability to both high and low time frame analyses (HTF and LTF), this sophisticated indicator provides a structured, reliable method for market analysis, making it an essential asset for traders looking to apply a consistent and comprehensive approach across various market conditions and asset classes.
CME_MINI:NQH2024
Core Functionality
Anchored Price Point: The script allows users to define an anchor time and anchor point type (High, Low, Open, Close), serving as the basis for subsequent calculations. This flexibility enables precise adaptation to varying market conditions and analysis needs.
Angular Shifts and Projection: The indicator implements a range of angular shifts for LTF and HTF analyses, allowing for detailed and customizable projection of support and resistance levels. Angular shifts can range from 11.25° for finer intraday nuances up to 7200° for broader, long-term trend insights.
Mathematical Implementation
Anchor Point Selection: The script selects an anchor point based on user inputs for the anchor type and anchor time. This point serves as the basis for calculating deviations.
Angular Shift Calculation: The indicator calculates deviations by applying angular shifts to the square root of the anchor price. These deviations are used to project potential support and resistance levels.
Projection Lines and Labels: For each angular shift, the script generates projection lines and labels, which are dynamically adjusted as new data becomes available. This visual representation aids in identifying significant price levels.
CME_MINI:NQH2024
Key Features and Customization Options
Customizable Angular Shifts: Traders can enable or disable specific angular shifts to tailor the analysis to their trading strategy.
Projection Styles and Labels: Offers various styles (Solid, Dotted, Dashed) for equilibrium, upper shifts, and lower shifts lines, along with customizable label options (Levels, Prices, Levels + Prices) for enhanced clarity and information density.
Dynamic Labeling: Utilizes dynamic labeling for each projection line, indicating the angular degree and price level, facilitating a comprehensive understanding of potential market movements.
User-Friendly Inputs: Features user-defined inputs for anchor time and type, angular shifts, line styles, and labeling options, making the tool highly adaptable and intuitive.
Pine Script Technical Insight
Input Handling: The script incorporates a series of input controls to allow users to specify the anchor time, anchor type, and which angular shifts to display.
Line and Label Generation: Utilizes Pine Script's capabilities to dynamically generate and adjust projection lines and labels based on the calculated support and resistance levels.
Efficiency and Adaptability: Efficiently loops through a predefined set of angles, applying them to the anchored price point to calculate and project support and resistance levels, demonstrating the script's adaptability to both intraday and longer-term analysis.
Mathematical Formulation and Indicator Logic
Initial Setup and Inputs
The indicator starts by capturing user inputs for the anchor point—this can be a High, Low, Open, or Close price at a specified anchor time. These inputs determine the base price (P-base) from which all calculations are derived.
High if Anchor Type = "High"
Low if Anchor Type = "Low"
Open if Anchor Type = "Open"
Close if Anchor Type = "Close"
Angular Shifts and Projection Basis
The core of the "Anchored Square of 9" methodology involves calculating support and resistance levels through angular shifts applied to the Price-base (P-base).
The indicator enables a series of angular shifts, specified by the user, to project these levels dynamically.
Angular shifts are interpreted through the lens of Gann's theory, with each degree corresponding to a potential market turn or equilibrium point.
The script translates these angles into actionable projections using the square root of the anchor price, then applies the angular coefficients to find deviation points.
Angular Coefficients and Pi
In the context of the "Anchored Square of 9" indicator, angular shifts are crucial for projecting potential support and resistance levels. These shifts are quantified by angular coefficients derived from geometric principles, specifically leveraging the relationship between angles in degrees and their radian counterparts using π (Pi). Here's how angular coefficients are integrated:
Pi Reference for Angular Shifts: Given that 360° equates to 2π radians, angular coefficients (θ) for the indicator are calculated by translating degrees into a radian measure and then applying this measure to modify the square root of the base price (P-base).
Example of Angular Coefficients Shift:
A 180° shift corresponds to π radians. In the indicator's formula, this would translate to an angular coefficient of 1, since 180° = π in terms of π. Thus, applying this angular shift involves adding or subtracting 1 from the square root of P-base and then squaring the result to project a new price level.
Similarly, a 90° shift, equating to π/2, would have an angular coefficient equivalent to 0.5, reflecting its proportion of the circle (or square, in the context of Gann's geometry).
Implementation in Calculation of Deviations
Incorporating π into the formula for calculating deviations enriches the indicator's mathematical foundation, providing a direct link to geometric principles:
For each selected angular shift (θ), the script calculates positive and negative deviations from the square root of the anchor price. These deviations represent potential support and resistance levels.
P± = round (( sqrt root (P-base) ± θ)²)
Where:
P ± represents the calculated price levels for support (-) and resistance levels (+);
θ is the angular coefficient derived from the user-selected angular shifts;
sqrt root (P-base) is the square root of the base price;
round (⋅) ensures that the calculated levels are adjusted to the nearest tick size, maintaining relevance to actual trading scenarios.
Dynamic Projections and Visualization
The script generates lines and labels for these calculated levels, dynamically extending them as new market data becomes available. This feature ensures that traders have the most current and relevant information for decision-making.
For visualization:
Equilibrium Lines: Drawn at P-base to indicate the anchor or equilibrium point.
Support and Resistance Lines: Drawn at P- and P+, respectively, showing potential levels of market reaction
CME_MINI:NQH2024
Labeling and Style Customization
The indicator provides extensive customization for the appearance of projection lines and labels. Traders can select the line style, color, and text information (levels, prices, or both) to be displayed, tailoring the visual output to their preferences and trading strategy.
Implementation Details
This detailed approach to calculating support and resistance levels showcases the indicator's adherence to Gann's principles while leveraging modern computational methods to enhance trading analysis. By translating angular shifts into quantifiable projections, the "AlgoCados x Anchored Square of 9" indicator offers a powerful tool for identifying potential market movements with high precision.
The Pine Script implementation encapsulates this complex logic within a user-friendly interface, allowing traders to harness advanced analytical techniques within the TradingView platform. Through dynamic calculation and visualization, the indicator equips users with a deep understanding of market structures, enabling informed trading decisions based on mathematical projections.
Conclusion
The 'Anchored Square of 9 by AlgoCados' indicator merges mathematical precision with trading intuition, offering an advanced tool for traders seeking to leverage the time-tested principles of W.D. Gann's Square of 9. With its comprehensive set of features and customization options, it stands as a powerful addition to the TradingView platform, designed to enhance market analysis and decision-making for traders at all levels.
Embrace the essence of smarter trading where every insight is "Healthy For Your Trading."
Magic levelsIt is by far the simplest on chart presentation of Gann square of 9. It calculates the levels based on previous day closing. These levels usually acts as support and resistance.
Prices Resistances/SupportsHi All,
it is always important to have easily marking the resistances and supports of each move cycles for the pairs. i had made this script to readily allow for these locals Resistances/Supports depending on Gann square of 9. hope it will be useful.
please don't hesitate to ask for trail permission :)
Murrey Math Horizontal/Diagonal + Subharmonics 0 - 12 [All-Time]The Murrey Math lines are created by dividing the range between the high and low of the monthly timeframe prices into equal parts based on the division factor from 2 to 12.
No matter which timeframe you will use, because the calculations based on the most high and low price values.
Better to use > monthly timeframe for faster calculations.
These lines serve as potential support and resistance levels.
The midlines are dashed lines representing the midpoint between two consecutive Murrey Math lines.
The diagonal lines can be enabled to show two different types or both types. These lines connect the highs or lows of the price bars in a diagonal manner.
The subharmonic lines represent smaller divisions within each Murrey Math range. They can be customized to show only strong subharmonics or all subharmonics. Subharmonics are calculated based on the division factor and can provide additional support and resistance levels within the Murrey Math framework.
This script helps visualize the Murrey Math levels and their associated lines on a trading chart, aiding traders in identifying potential price levels for decision-making.
The most strong levels which I tested were: 2, 4, 6, 8, 12.
I was inspired by Gann's work and i tried to implement this indicator.
It's the most accurate version of Murrey Math calculations, you can set the value of 8 which Gann was used but I did up to 12 because of my experiments and I would recommend you to use the value of 12.
This indicator can be used for all types of markets.
Also note, that the strong levels described above is tested on division by 12 setting.
Anyway, you can use the divison of 8 and use the standart strong s/r levels.
(for more information search for Gann 2.0 support resistance on the internet).
Also note: this information is not a financial advice, just my opinion to the indicator I implemented. Please use this indicator wisely and focus to save your money, not earn.
I wish you profitable trades, stick to your risk/money management and the key entry points!
Planetary Speed█ OVERVIEW
This script is designed to measure the speed of planets from Mercury to Pluto by comparing longitude data across time.
Planetary Speed cycles are very important for those trading Gann theory / Time theory and for Astrology Traders alike. You can toggle the mode of the planet
from a heliocentric setting to a geocentric one. This script is especially important for those who want to research the market and observe the effects of planetary cycles.
Planetary Speed works better on markets that do not close at the moment and on selected time frames ( all the default tradingview timeframes except the monthly ).
This script can also plot 250 days of future data with ease.
█ Future Plans and upgrades to this script may include :
1. Capability to work on different markets that do not open 24/7.
2. Adding lunar and solar speed.
And more! Feel free to contact me with any feature that you would like to see in this script
█ How to use :
1. Open the settings.
2. Select the planet.
3. Choose between Heliocentric and Geocentric
Then Press OK & give the script a few seconds and you should be set. You can add this script to your chart more than once!
This script is coded as an addon to the Gann ToolBox package/scripts.
Strength/Weakness IndicatorThe Strength/Weakness Indicator is a customisable tool designed to help traders identify key areas of market strength and weakness based on the 50% Fibonacci retracement level .
█ Underlying Concept:
The concept behind this indicator draws heavily on the principles of Fibonacci retracement and WD Gann’s market theories , particularly the importance of the 50% level in signalling critical psychological areas of support and resistance. Historically, the 50% retracement level has been regarded as a key marker where markets either find new buyers/sellers or continue a trend. Gann himself placed significant emphasis on the halfway point of a previous market move as a critical level for market strength and reversal.
Strength : When an asset is trading above the 50% retracement level, it suggests that buyers are in control and that the market is showing strength. This is particularly useful for traders aiming to ride the continuation of an uptrend.
Weakness : Conversely, when the price falls below the 50% retracement level, it indicates that sellers are dominating, and the market is showing signs of weakness. This can be an early indication of a potential reversal or further decline.
█ Key Features:
1 — Multi-Timeframe Fibonacci Analysis :
This indicator supports up to two distinct retracement levels, allowing traders to analyse multiple timeframes simultaneously. Customise the look-back periods for each level to track the highest high and lowest low over your chosen period.
The tool is adaptable to short-term, swing trading, and long-term investing, making it useful across different trading styles.
2 — Dynamic Strength/Weakness Labelling :
The script dynamically calculates and displays whether the asset is “STRONG” or “WEAK” based on its position relative to the 50% retracement levels. If the price is above both levels, it is considered "VERY STRONG." Conversely, trading below both levels signals "VERY WEAK" conditions. This real-time feedback helps traders gauge market sentiment with ease.
3 — Customizable Visual Representation :
Both retracement levels are fully customisable, including line colours, styles, and thicknesses. The script offers custom background fills—highlighting areas of strength (green) and weakness (red)—to provide a clear visual aid for identifying key price zones.
Traders can modify the appearance of text labels (size, colour, position) and choose whether to extend lines left, right, both directions, or not at all.
4 — Cross-Timeframe Validation :
Traders can cross-reference price action between two timeframes to confirm trends. If both levels signal strength or weakness, it validates market momentum, increasing confidence in trade decisions.
5 — Strategic Decision-Making Aid :
The indicator aids in identifying support and resistance zones based on the 50% retracement level. Use it to time entries and exits effectively: price above the 50% level suggests potential trend continuation, while falling below may indicate reversal.
█ How It Works:
1 — Defining Custom Timeframes :
The trader selects custom time periods (days, weeks, months, or years) to calculate the highest high and lowest low, allowing precise control over the analysis.
2 — Calculating Strength/Weakness :
Once the 50% retracement level is calculated, the price’s position relative to it determines the market’s condition. Above 50% signals strength, below signals weakness.
3 — Comparing Multiple Timeframes :
Enable a second retracement level to compare different time periods. This feature is useful for spotting divergences between short-term and long-term trends or validating strength across timeframes.
█ How to Use:
1 — Assess Market Conditions :
If price trades above both 50% retracement levels, it indicates strong bullish momentum. Conversely, trading below both levels signals bearish conditions.
2 — Plan Entries/Exits :
Use the 50% level as a reference for support and resistance. Plan to enter when the price bounces off the 50% level, or exit if it breaks down below this critical level.
3 — Cross-Timeframe Analysis :
Validate the market trend by comparing retracement levels across different timeframes. This helps in confirming whether the trend is strong enough to justify holding a position.
█ Why This Indicator is Unique:
Comprehensive Multi-Timeframe Analysis : While most Fibonacci indicators focus on a single period, this tool provides a deeper understanding by allowing traders to compare price action across multiple timeframes.
Customizable and Dynamic : The real-time strength/weakness labeling, customizable background fills, and the ability to analyze two retracement levels simultaneously make this tool adaptable to any trading strategy.
Valuable for All Traders : Whether you are day trading, swing trading, or investing long-term, the Strength/Weakness Indicator offers clarity on key market levels and sentiment, improving decision-making for entries and exits.
Disclaimer : This script is for educational purposes and is not financial advice. Trading involves significant risk, so please consult a professional advisor before making investment decisions. For the best results, use this indicator alongside other technical analysis methods like trend lines or moving averages to help you confirm signals and make more informed decisions.
Lunar Cycle Tracker - (Moon + 3 Mercury Retrogrades)This script overlays the lunar and Mercury retrograde cycles directly onto your chart, helping traders visualize natural timing intervals that may influence market behavior.
Key Features:
🌑 New Moon & Full Moon Markers:
Vertical lines and labels indicate new and full moon events each month. You can fully customize their colors.
🌗 Last Quarter Moon Fill:
A soft pink background highlights the last quarter moon phase (from 7.4 days after the full moon to the next new moon).
🪐 Three Mercury Retrograde Zones:
Highlight up to three retrograde periods per year with customizable date inputs and background color. Great for spotting potential reversal or volatility windows.
Customization:
Moon event dates and colors
Manual input for Mercury retrograde periods (year, month, day)
Full compatibility with all timeframes (1H, 4H, daily, etc.)
Great for astro-cycle traders, Gann-based analysts, or anyone who respects time symmetry in the markets.
Fully customizable & works across all timeframes.
This tool was created by AngelArt as part of a larger astro-market model using lunar timing and planetary retrogrades for cycle-based market analysis.
Price & Time SquaredHi Traders..
This is one of Gann's trading method, called Price & Time Squared. When price & time meets, price will reverse."
as you see, those lines (past & future) represent the forecast of 'potential' swing (swing high/low or turning up/ down)
here are some examples:
Weekly
Daily
H1
M30
M15
M5
How to trade (very simple):
- if the trend is down and tomorrow there is a 'Price & Time Squared Line', we can prepare to take long position (combine with your favorite price action)
- if the trend is up and tomorrow there is a 'Price & Time Squared Line', we can prepare to take short position (combine with your favorite price action)
- stop loss if the chart makes Lower Low (for Long Position)
- stop loss if the chart makes Higher High (for Short Position)
you can use those lines as guidance in your trading (just like Traffic Light)
PS:
-if you see 2 or 3 lines close together, or 2 or 3 lines stack in 1 line (cluster), it means the Time Factor is 'Strong'
the stronger the cluster the stronger the Time Factor
- due to time delay & time lag, the turning can be +/- 1 bar
- PM for trial access
“Time is the most important factor of all and not until sufficient time has expired does any big move start up or down. The time factor will overbalance both space and volume. When time is up, space movement will start and large volume will begin, either up or down.
Vibration BoxFirst Public release of the Vibration Box
WARNING - THESE CYCLES CANNOT PREDICT PERFECT "UP & DOWN" MOTION
There is absolutely no guarantee that these cycles will predict perfect "up & down" motion for the markets
Please be aware that this tool is to be used with a robust risk management system
These cycles are representative of "circle geometry within a square of price & time"
Slowly, I will build up some ideas to go along with this script so that you can learn to apply it to many different markets in many different ways
Those familiar with the work of W.D. Gann should be able to utilize this tool in many different ways
Instructions:
Place the box down with 2 mouse clicks (first is for bottom left corner & second is for top right corner)
NOTE: DUE TO TRADINGVIEW LIMITATIONS
-There is a maximum of 12 divisions for your box/vibration (I will work on increasing this number)
-You MUST choose a coordinate that is within the price action that has already occurred
-You CANNOT initially place the box BEFORE THE FIRST BAR of data
-You CANNOT initially place the box BEYOND THE LAST BAR of data
THEN, ONCE YOU HAVE PLACED THE BOX FOR THE FIRST TIME
YOU CAN MANUALLY ADJUST THE DATES WITHIN THE SETTINGS TO PLACE THE BOX IN ANYWAY YOU WOULD LIKE!
HFD_LFD (Gann Square)this indicator predicts the next high and low price candle for the time frame that you selected. note that the pm input value that adjusts the range of this indicator. so I suggest a select the best number for your chart by try and error.
Good Trade
EK_Analysis
MaviBeyaz GANN ver.03Hello
* Line Color Red: Downtrend
* Line Color Yellow: Strict Monitoring for trend violation or change
* Line Color Green : Rising trend
* Red Bubble: Start of price bubble formation
* Red Bubbles : Correction expectation increased
* Green Bubble: Price low level
* Green Bubbles: Onset of rise, expectation of reaction
* We have a fixed line on the graphic campus. It can generate signal with color change, which conveys the trend direction. At times such as m15-h1-h4-d1 the numbers listed below can be edited in the settings section. (13, 21) - (34, 55) - (89-144)
* When the candles get too far from our line, they are expected to meet again.
* The line acts as support and resistance according to the current color situation.
* Line support number is shown in the indicator information section in the upper left of the screen.
* May cause spread loss in the horizontal market.
* By blending and thinking with fundamental analysis gives more effective results.
WARNİNG ! :
* Has no financial value or meaning. "No graphics, drawings and explanations on this page are within the scope of investment consultancy.
* The relevant profile is not an investment institution.
* This account does not share buying/selling guiding advice or comments for any asset, it only shares indicators and strategies for the purpose of technical analysis training.
* Since these posts are not a recommendation or comment for buying/selling, it is not recommended to be used in real accounts.
Kind regards...
5WMAs based on GANN numbers 5 13 49 73 198Plots 5 Weighted Moving Averages of 5 13 49 73 198 with source (High+Low+Close)/3
A Cross Appears when 13 WMA Crosses 49 WMA
kosta script zidan groupit is just draw gann sq9 with other way you can define the low point and high point and it will draw the rest
i am only giving this to the first group and i am still working on it to make it better and i hope i can draw the chart as expected and learned
المجموعه الاولي لذيدان
AlgoCados x Gann Toolkit AnalysisAlgoCados x Gann Toolkit Analysis
The "AlgoCados x Gann Toolkit Analysis" is an advanced TradingView indicator combining the principles of W.D. Gann’s methodologies with the power of custom anchor points and time cycles. Tailored for traders seeking precision in market timing and price-level analysis, this toolkit integrates the Anchored Square of 9, customizable Gann Fans, and Time cycles. It offers unparalleled flexibility, allowing users to apply Gann’s techniques across different market assets and timeframes by squaring the chart, providing insights into support, resistance, and potential trend reversals.
CME_MINI:NQH2025
# Core Functionalities
# Gann’s Square of 9 Price Projections
This indicator applies Gann’s Square of 9 principles, allowing traders to anchor price projections at significant highs, lows, opens, or closes. By following the Gann Wheel methodology, it calculates critical support and resistance levels through angular shifts, providing accurate projections based on the chosen anchor point. Traders can adjust the anchor to align with various market conditions, refining their analysis according to their preferred starting price.
# Gann’s Cycles Time Projection
Incorporating Gann’s natural cycles of 144 and 360, this indicator utilizes bar index logic to project time cycles, best suited for unit-based timeframes (e.g., 1 minute, 1 hour, 1 day). These time projections are plotted dynamically, adapting in real time to new data and offering a structured view of Gann’s cyclical approach to market timing.
# Customizable Gann Fans
The toolkit includes a flexible Gann Fan module that lets traders scale ratios around a user-defined “1x1” ratio, making it adaptable across different assets and timeframes. With seven standard fan lines (1x1, 2x1, 4x1, 8x1, 1x2, 1x4, 1x8), each line is drawn dynamically based on the selected anchor point, providing insights into price action direction and potential support/resistance zones. These fans can be positioned for both bullish and bearish setups.
# Square of 4 Projections
By dividing Gann’s 360° cycles into four 90° segments, the indicator generates additional projections for more granular analysis. These divisions highlight key support/resistance levels, allowing traders to observe market responses at each 90° increment and identify potential reversal points. By default users will view larger cycles, up to 5760°, to capture significant long-term trends.
# Dynamic Labeling and Visualization
The indicator features customizable line styles (solid, dotted, dashed) and labeling options (Levels, Prices, Levels + Prices). This flexibility allows traders to create clear, structured chart visuals that reflect their analytical needs. Dynamic labels display degrees and prices for each projection, helping traders understand price movements at a glance.
CME_MINI:NQH2025
# Mathematical Foundation and Indicator Logic
# Anchor Point Calculation
The selected anchor (High, Low, Open, or Close) serves as the baseline for Gann calculations, determining all subsequent projections. Users can control the anchor time and adjust for offsets to optimize alignment with key market events.
# Angular Shifts and Square Root Scaling
Projections are calculated by applying angular shifts to the square root of the anchor price, with the toolkit generating both positive and negative deviations. This method reveals potential price levels by mapping out a series of support and resistance points based on Gann’s cyclic philosophy.
# Time Cycle Analysis_ 144 & 360 Cycles
Utilizing the bar index logic, the indicator plots time projections aligned with Gann’s 144 and 360 cycles, which apply best to unit-based timeframes like 1 minute, 1 hour, 1 day, etc. Time cycles are labeled and extended dynamically, ensuring the chart reflects real-time market shifts as new bars are added.
# Key Features and Customization Options
# Adjustable Angular Shifts and Cycles
Angular shifts from 360° to 5760° are available, offering detail from intraday to long-term trends. The Square of 4 cycles enhance analysis by dividing the 360° Gann Wheel into four equal parts, revealing critical resistance/support points within each cycle.
# Fully Customizable Projection Lines
Projection lines are customizable by style (solid, dotted, dashed) and color, ensuring a clear distinction between equilibrium, support, and resistance levels. The toolkit also includes separate settings for upper and lower deviations, allowing traders to focus on specific market directions.
# Flexible Input Settings for Time and Price
Users can set anchor points, time cycles, line styles, and labels with precision, tailoring the indicator to any asset, timeframe, or market condition.
# Dynamic Labeling and Offsets
Each projection line displays dynamic labels that show angular shifts and associated prices, enhancing readability and ease of analysis. Labels can be offset to avoid chart clutter, creating a clean and user-friendly chart.
CME_MINI:NQH2025
# Recommended Usage
# Time Cycles for Key Market Events
Anchor points should align with major highs or lows to reflect accurate time cycles. The toolkit’s flexibility in time cycle selection (1x1, 144, or 360 cycles) ensures precision in market timing analysis. Ideal for unit-based timeframes such as 1 minute, 1 hour, 1 day, 1 week, or 1 month.
# Price Levels with Gann Fans
Set anchor points on significant highs or lows to apply the Gann Fan tool effectively, projecting key price levels across multiple timeframes; the default fan is set on 1x1 (one price unit for one time unit), the ratio can be manually changed based on the chart specifics.
# Square of 4 Analysis
Dividing Gann Wheels into 90° segments allows traders to identify critical support and resistance levels within each 360° cycle. This feature is ideal for pinpointing intraday reversals or aligning with long-term trend cycles.
# Technical Overview
Indicator Name : AlgoCados x Gann Toolkit Analysis
Platform Compatibility : TradingView
Version : Pine Script v6
License: Mozilla Public License 2.0
Author : AlgoCados, © 2025
Overlay : True (overlays directly on price chart)
Core Functions : Anchored Square of 9, Customizable Gann Fans, and Time-Cycles projections
Customizable Settings : Anchor time/point, Angular shifts, Time cycles, Fan ratios, Label styles
Maximize Gann Analysis Precision with AlgoCados; Healthy with Your Trading!