Blai5 ATLAS Mini

Category: Indicators By: Nicolas Created: March 3, 2016, 11:45 AM
March 3, 2016, 11:45 AM
Indicators
0 Comments

reduced and condensed version of ATLAS Blai5 indicator to incorporate as a minimum bar to inform us of the values that are giving ATLAS signal.
ATLAS Mini gives signal when we have a mathematically significant narrowing of the Bollinger Bands (BB). It is well known that the narrowings in the BB are usually a prelude to sudden movements upward or downward. ATLAS says these figures as a warning sign.

(explanation translated from spanish).

REM Blai5 ATLAS Mini para PRT
REM Marzo 2007

dbb = SQRT((BollingerUp[20](close) - BollingerDown[20](close))/ BollingerUp[20](close)) * 20

dbbmed = ExponentialAverage[120](dbb)

factor = dbbmed * 4/5

atl = dbb - factor

if atl > 0 then
  al1 = 0
else
  al1 = 1
endif

return al1 as "ATLAS Mini"

 

Download
Filename: Blai5-ATLAS-Mini.itf
Downloads: 379
Nicolas Master
I created ProRealCode because I believe in the power of shared knowledge. I spend my time coding new tools and helping members solve complex problems. If you are stuck on a code or need a fresh perspective on a strategy, I am always willing to help. Welcome to the community!
Author’s Profile

Comments

Logo Logo
Loading...