Sri Yantra MTF - Aynet Script Overview This Pine Script generates a Sri Yantra-inspired geometric pattern overlay on price charts. The pattern is dynamically updated based on multi-timeframe (MTF) inputs, utilizing high and low price ranges, and adjusting its size relative to a chosen multiplier.
The Sri Yantra is a sacred geometric figure used in various spiritual and mathematical contexts, symbolizing the interconnectedness of the universe. Here, it is applied to visualize structured price levels.
Scientific and Technical Explanation Multi-Timeframe Integration:
Base Timeframe (baseRes): This is the primary timeframe for the analysis. The opening price and ATR (Average True Range) are calculated from this timeframe. Pattern Timeframe (patternRes): Defines the granularity of the pattern. It ensures synchronization with price movements on specific time intervals. Geometric Construction:
ATR-Based Scaling: The script uses ATR as a volatility measure to dynamically size the geometric pattern. The sizeMult input scales the pattern relative to price volatility. Pattern Width (barOffset): Defines the horizontal extent of the pattern in terms of bars. This ensures the pattern is aligned with price movements and scales appropriately. Sri Yantra-Like Geometry:
Outer Square: A bounding box is drawn around the price level. Triangles: Multiple layers of triangles (primary, secondary, and tertiary) are calculated and drawn to mimic the structure of the Sri Yantra. These triangles converge and diverge based on price levels. Horizontal Lines: Added at key levels to provide additional structure and aesthetic alignment. Dynamic Updates:
The pattern recalculates and redraws itself on the last bar of the selected timeframe, ensuring it adapts to real-time price data. A built-in check identifies new bars in the chosen timeframe (patternRes), ensuring accurate updates. Information Table:
Displays the selected base and pattern timeframes in a table format on the top-right corner of the chart. Allows traders to see the active settings for quick adjustments. Key Inputs Style Settings:
Pattern Color: Customize the color of the geometric patterns. Size Multiplier (sizeMult): Adjusts the size of the pattern relative to price movements. Line Width: Controls the thickness of the geometric lines. Timeframe Settings:
Base Resolution (baseRes): Timeframe for calculating the pattern's anchor (default: daily). Pattern Resolution (patternRes): Timeframe granularity for the pattern’s formation. Geometric Adjustments:
Pattern Width (barOffset): Horizontal width in bars. ATR Multiplier (rangeSize): Vertical size adjustment based on price volatility. Scientific Concepts Volatility Representation:
ATR (Average True Range): A standard measure of market volatility, representing the average range of price movements over a defined period. Here, ATR adjusts the vertical height of the geometric figures. Geometric Symmetry:
The script emulates symmetry similar to the Sri Yantra, aligning with the principles of sacred geometry, which often appear in nature and mathematical constructs. Symmetry in financial data visualizations can aid in intuitive interpretation of price movements. Multi-Timeframe Fusion:
Synchronizing patterns with multiple timeframes enhances the relevance of overlays for different trading strategies. For example, daily trends combined with hourly patterns can help traders optimize entries and exits. Visual Features Outer Square:
Drawn to encapsulate the geometric structure. Represents the broader context of price levels. Triangles:
Three layers of interlocking triangles create a fractal pattern, providing a visual alignment to price dynamics. Horizontal Lines:
Emphasize critical levels within the pattern, offering visual cues for potential support or resistance areas. Information Table:
Displays the active timeframe settings, helping traders quickly verify configurations. Applications Trend Visualization:
Patterns overlay on price movements provide a clearer view of trend direction and potential reversals. Volatility Mapping:
ATR-based scaling ensures the pattern adjusts to varying market conditions, making it suitable for different asset classes and trading strategies. Multi-Timeframe Analysis:
Integrates higher and lower timeframes, enabling traders to spot confluences between short-term and long-term price levels. Potential Enhancements Add Fibonacci Levels: Overlay Fibonacci retracements within the pattern for deeper price level insights. Dynamic Alerts: Include alert conditions when price intersects key geometric lines. Custom Labels: Add text descriptions for critical intersections or triangle centers. This script is a unique blend of technical analysis and sacred geometry, providing traders with an innovative way to visualize market dynamics.
In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. You can favorite it to use it on a chart.
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.