INVITE-ONLY SCRIPT
已更新 Spiral Guide Algorithm [V2]

Spiral Guide Algorithm (SGA)
At its core, the Spiral Guide Algorithm is a low noise, un-bounded, oscillating cycle indicator designed to capture state change within a non-Gaussian distribution.
The idea, design, and application of the Spiral Guide Algorithm is rooted in first principles from four core areas of study, and in application proves to be an excellent trend following tool.
The Spiral Guide Algorithm produces and visualizes three principal components. Below we will cover each of those areas, as well as, how to apply this algorithm in trade analysis.
Principal Components
1. SGA Signal = waveform fundamental signal line
2. SGA Filtered Signal= finite impulse response filter of the SGA signal
3. SGA Histogram= delta between SGA signal and SGA filtered signal
Theory of Operation
1. Digital Signal Processing (DSP)
a. The SGA applies a DSP technique used in wireless transmission that decomposes a waveform into discrete components and then quantifies the interaction between each of those components.
2. Complex Systems Theory
a. In complex systems the tail often wags the dog and so SGA focuses not on the average of the distribution, but on the edges.
3. Game Theory
a. Positive feedback drives large changes from historical extremes, so targeting points of extreme oscillation offers the best chance of capturing large changes in the distribution.
4. Auction Theory
a. We know the auction process cycles between two phases:
i. At value
ii. Discovering value
b. SGA is designed to capture much of the “value discovery” phase between two “at value” areas.
Derivatives
1. When the SGA signal line is above 0 the time frame is up-trending
2. When the SGA signal line is below 0 the time frame is down-trending
3. A fundamental time frame shift is occurring when SGA signal line crosses 0
4. The ratio of SGA signal line time above 0 vs time below 0 will expose the current time frame bias (long, short, flat)
Application
1. Trades are signaled when the SGA signal line crosses the SGA filtered signal, and the trade is confirmed when the SGA filtered signal changes state.
2. Trades can be entered when the SGA signal line crosses 0.
3. SGA should align with the following before entering a trade: Structure, Cycles, Fractals.
4. The histogram is used for detecting divergence.
When and Where
1. Due to the large number of sample sets needed to calculate the SGA signal line, the SGA is designed for intraday charting.
2. Monitor multiple time frames around entry and exit time frame to satisfy the fractal requirements. As a rule, a 3-5x fractal above and below the entry and exit time frame is needed to align cycles.
3. For example:
a. Tick data or 1 second
b. 1 min
c. 5 min (entry/exit)
d. 15 min
4. This algorithm sees success in markets that are not mean reversion biased.
a. Trending markets with high volatility provide the best results.
At its core, the Spiral Guide Algorithm is a low noise, un-bounded, oscillating cycle indicator designed to capture state change within a non-Gaussian distribution.
The idea, design, and application of the Spiral Guide Algorithm is rooted in first principles from four core areas of study, and in application proves to be an excellent trend following tool.
The Spiral Guide Algorithm produces and visualizes three principal components. Below we will cover each of those areas, as well as, how to apply this algorithm in trade analysis.
Principal Components
1. SGA Signal = waveform fundamental signal line
2. SGA Filtered Signal= finite impulse response filter of the SGA signal
3. SGA Histogram= delta between SGA signal and SGA filtered signal
Theory of Operation
1. Digital Signal Processing (DSP)
a. The SGA applies a DSP technique used in wireless transmission that decomposes a waveform into discrete components and then quantifies the interaction between each of those components.
2. Complex Systems Theory
a. In complex systems the tail often wags the dog and so SGA focuses not on the average of the distribution, but on the edges.
3. Game Theory
a. Positive feedback drives large changes from historical extremes, so targeting points of extreme oscillation offers the best chance of capturing large changes in the distribution.
4. Auction Theory
a. We know the auction process cycles between two phases:
i. At value
ii. Discovering value
b. SGA is designed to capture much of the “value discovery” phase between two “at value” areas.
Derivatives
1. When the SGA signal line is above 0 the time frame is up-trending
2. When the SGA signal line is below 0 the time frame is down-trending
3. A fundamental time frame shift is occurring when SGA signal line crosses 0
4. The ratio of SGA signal line time above 0 vs time below 0 will expose the current time frame bias (long, short, flat)
Application
1. Trades are signaled when the SGA signal line crosses the SGA filtered signal, and the trade is confirmed when the SGA filtered signal changes state.
2. Trades can be entered when the SGA signal line crosses 0.
3. SGA should align with the following before entering a trade: Structure, Cycles, Fractals.
4. The histogram is used for detecting divergence.
When and Where
1. Due to the large number of sample sets needed to calculate the SGA signal line, the SGA is designed for intraday charting.
2. Monitor multiple time frames around entry and exit time frame to satisfy the fractal requirements. As a rule, a 3-5x fractal above and below the entry and exit time frame is needed to align cycles.
3. For example:
a. Tick data or 1 second
b. 1 min
c. 5 min (entry/exit)
d. 15 min
4. This algorithm sees success in markets that are not mean reversion biased.
a. Trending markets with high volatility provide the best results.
版本注释
#Added Alerts for Each Tradable Condition of the SGA版本注释
Added functionality to allow reference timeframe to be modified; allowing for multi-timeframe analysis on a single chart via stacked SGA indicators版本注释
Added multi-timeframe functionality 版本注释
#Refactored most of the code#Added more functionality to adjust SGA indicator:
- Enable/disable SGA signal lines
- Enable/disable SGA histogram
- Divergence detection both positive and negative
- Redesigned histogram calculation to reduce false signals and increase tradeability
- SGA/Hist Max/Min enable/disable
- Long/Short Coloring
- SGA Fast
- SGA Very Fast
版本注释
Added SGA filter control Corrected alert print output
版本注释
Fixed scaling issue with OTFs版本注释
- Improved Settings MenuAdded OTF Heat MapAdded New Alert FunctionsRe-factored Core RoutinesAdded Signal Stat BoxAdded Histogram Stat Box
版本注释
Build 3.1 Hot Fix 1- Corrected Alert Logic
- Updated Alert Menu
版本注释
- updated script to include only user requested features
- improved loading times
- LTS SGA Version
版本注释
- Refactored most of of the code base
- Updated to Pinescript V5
- Updated Menu Section
- Added Liner Regression Channels
- Added SGA Prime Indicator
- Updated Alert Functionality
版本注释
- Fixed SGA Prime issue caused by TV backend
版本注释
- Added Strategy Visualizations
版本注释
- Added SGA Trend Confirm Tool
- Removed Stat Boxes
版本注释
- Updated SGA Trend Confirm
版本注释
- Added SGA Prime plot label
版本注释
- Added SGA Prime Strategy Settings & Alerts
版本注释
- Added Trend Confirm Plots
[*} Updated Trend Confirm Function
版本注释
- Corrected Data Input Formula
版本注释
- Corrected bug in TC
版本注释
- Added SGA TC Color Change Plots
版本注释
- Corrected Trend Confirm Plots
- Added Rev Control
版本注释
- Added Trend Confirm Alerts
- Removed SGA Crossing Zero Exit Filter
- Added Bot ID Selection In Settings
- Corrected Alerts "side":"exit" problem
版本注释
- Updated TC Plot to Show When No Bias Present
版本注释
Updated: - Re-organized menu structure
- Added SGA Prime forced alert
版本注释
Update:- Unknown TV bug; reverting to build 1.2
版本注释
- Removed unused plots due to hitting limit
- Re-organized menu structure
- Added SGA Prime forced alert
版本注释
- Updated SGA Color Alerts
版本注释
- refactored functions- removed extra code
版本注释
- corrected indicator name仅限邀请脚本
只有经作者批准的用户才能访问此脚本。您需要申请并获得使用权限。该权限通常在付款后授予。如需了解更多详情,请按照以下作者的说明操作,或直接联系leerider。
除非您完全信任其作者并了解脚本的工作原理,否則TradingView不建议您付费或使用脚本。您还可以在我们的社区脚本中找到免费的开源替代方案。
作者的说明
Unlock your success path with Prime IQ Labs!
Free Spiral Guide Algorithm (PIQL Pro v5) trial:
primeiqlabs.com/step/piql-pro-free-trial/
Join our FREE Discord server:
discord.gg/invite/primeiqlabs
提醒:在请求访问权限之前,请阅读仅限邀请脚本指南。
Unlock your success path with Prime IQ Labs!
Get a FREE Spiral Guide Algorithm (PIQL Pro v5) trial:
primeiqlabs.com/step/piql-pro-free-trial/
Join our free Discord server:
discord.gg/invite/primeiqlabs
Get a FREE Spiral Guide Algorithm (PIQL Pro v5) trial:
primeiqlabs.com/step/piql-pro-free-trial/
Join our free Discord server:
discord.gg/invite/primeiqlabs
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
仅限邀请脚本
只有经作者批准的用户才能访问此脚本。您需要申请并获得使用权限。该权限通常在付款后授予。如需了解更多详情,请按照以下作者的说明操作,或直接联系leerider。
除非您完全信任其作者并了解脚本的工作原理,否則TradingView不建议您付费或使用脚本。您还可以在我们的社区脚本中找到免费的开源替代方案。
作者的说明
Unlock your success path with Prime IQ Labs!
Free Spiral Guide Algorithm (PIQL Pro v5) trial:
primeiqlabs.com/step/piql-pro-free-trial/
Join our FREE Discord server:
discord.gg/invite/primeiqlabs
提醒:在请求访问权限之前,请阅读仅限邀请脚本指南。
Unlock your success path with Prime IQ Labs!
Get a FREE Spiral Guide Algorithm (PIQL Pro v5) trial:
primeiqlabs.com/step/piql-pro-free-trial/
Join our free Discord server:
discord.gg/invite/primeiqlabs
Get a FREE Spiral Guide Algorithm (PIQL Pro v5) trial:
primeiqlabs.com/step/piql-pro-free-trial/
Join our free Discord server:
discord.gg/invite/primeiqlabs
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。