Zex-Indicator

Category: Indicators By: Zigo Created: July 10, 2020, 3:43 PM
July 10, 2020, 3:43 PM
Indicators
6 Comments

Zex-Indicator is made for low TF’s and very suitable for scalping.

For example use a 5  min TF as leading TF and scalp with a 3 or 4 min TF.

///Zigo 10/07/2020

a=SMI[12,6,5](close)
b=triangularaverage[5](a)
zex=1.682*(a-b)
T= time/10
if zex crosses over 0 then
DRAWTEXT("time#t#", barindex, -25, dialog, standard, 15)coloured(0,125,175,255)
elsif zex crosses under 0 then
DRAWTEXT("time#t#", barindex, +25, dialog, standard, 15)coloured(255,25,75,255)
endif
Return a as "BasicLine", b as"CrossLine",zex as "Histogram"

Download
Filename: Zex-indicator.itf
Downloads: 832
Zigo Master
I usually let my code do the talking, which explains why my bio is as empty as a newly created file. Bio to be initialized...
Author’s Profile

Comments

Logo Logo
Loading...