Hi All,
We all know the Bollinger Bands BandWidth Study.
I would like to modify this Study in a way to display a 3 lines study instead of the current 1 line study.
It will be done as it follows :
The first line will remain the Bollinger Bands BandWidth Study = line 1 (in blue).
The second line will be the Maximum Value that the Bollinger Bands BandWidth Study (line 1) reached during the last 100 periods = line 2 (in red).
The third line will be the Minimum Value the Bollinger Bands BandWidth Study (line 1) reached during the last 100 periods = line 3 (in black).
Interest in this study ?
If line 1 is near or equal to line 2, we are at the maximum volatility and we are certainly near a top or a bottom.
If line 1 is near or equal to line 3, we are at the minimum volatilitty (consolidation/congestion) and we are certainly near a breakout or breakdown.
I have found the ''Math Methods'' available in eSignal but I don't know how to program this.
max(value1, value2)
returns the maximum value of value1 and value2
min(value1, value2)
returns the minimum value of value1 and value2
Help needed ?
Thank you.
Olivier
Attached : Bollinger Bands BandWidth .efs file
We all know the Bollinger Bands BandWidth Study.
I would like to modify this Study in a way to display a 3 lines study instead of the current 1 line study.
It will be done as it follows :
The first line will remain the Bollinger Bands BandWidth Study = line 1 (in blue).
The second line will be the Maximum Value that the Bollinger Bands BandWidth Study (line 1) reached during the last 100 periods = line 2 (in red).
The third line will be the Minimum Value the Bollinger Bands BandWidth Study (line 1) reached during the last 100 periods = line 3 (in black).
Interest in this study ?
If line 1 is near or equal to line 2, we are at the maximum volatility and we are certainly near a top or a bottom.
If line 1 is near or equal to line 3, we are at the minimum volatilitty (consolidation/congestion) and we are certainly near a breakout or breakdown.
I have found the ''Math Methods'' available in eSignal but I don't know how to program this.
max(value1, value2)
returns the maximum value of value1 and value2
min(value1, value2)
returns the minimum value of value1 and value2
Help needed ?
Thank you.
Olivier
Attached : Bollinger Bands BandWidth .efs file
Comment