Syntax
Public Function FractalChaosBands(period As Integer) As String |
The chaotic nature of stock market movements explains why it is sometimes difficult to distinguish hourly charts from monthly charts if the time scale is not given.
The patterns are similar regardless of the time resolution.
Like the chambers of the nautilus, each level is like the one before it, but the size is different.
To determine what is happening in the current level of resolution, the fractal chaos band indicator can be used to examine these patterns.
Parameters
Key | Description |
period | Period as integer |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also