Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
GHLA - indicator for MetaTrader 5
- Views:
- 6127
- Rating:
- Published:
- 2018.12.18 19:08
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Gann HiLo Activator indicator is a simple trend indicator with a colored line.
It has one configurable parameter:
- Period - calculation period
Calculation:
- If Direction < 0
GHLA = AvgH
Line color - red
- otherwise
GHLA = AvgL
Lien color - green
where:
- If SW = 0
Direction = PrevDirection
- otherwise
Direction = SW
- If Close > AvgH
SW = 1
- If Close < AvgL
SW =-1
- otherwise
SW = 0
AvgH = SMA(High, Period)
AvgL = SMA(Low, Period)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22621
GHLA_ST_Bar
Gann HiLo Activator/SuperTrend Bar indicator
Linear_Regression_SlopeLinear regression slope indicator