HiLo

Here you can post and download custom indicators. PLEASE: Do not start topics unless you are posting your own indicator, they will be moved to appropriate section even if you do.

Moderator: admin

HiLo

Postby Apprentice » Tue Oct 02, 2012 7:41 am

Hilo.png

Thisi indicator counts the number of consecutive Higher Highs, or , Lower Lows Bars.
if high[period] > high[period-1] then
HigerHighsCount[period] = HigerHighsCount[period-1] +1;
else
HigerHighsCount[period] =0
end

if low[period] < low[period-1] then
LowerLows[period] = LowerLows[period-1] +1;
else
LowerLowsCount[period] =0
end

HiLo.lua
(1.59 KiB) Downloaded 716 times


The indicator was revised and updated
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: HiLo

Postby Alexander.Gettinger » Mon Oct 27, 2014 10:41 am

MQL4 version of HiLo oscillator: viewtopic.php?f=38&t=61385.
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

Re: HiLo

Postby Apprentice » Tue Jun 27, 2017 3:26 am

The indicator was revised and updated.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Return to Custom Indicators

Who is online

Users browsing this forum: No registered users and 49 guests