#
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Home
Forex Forum
+ Add Script
Metastock
Expert Advisors
Explorations
Indicators
Trading Systems
Metatrader
MQL Experts
MQL Indicators
MQ4 Experts
MQ4 Indicators
MQ4 Scripts
Tradestation
Functions
Indicators
PaintBars
ShowMe
Trading Systems
Amibroker
Commentaries
Explorations
Functions
Indicators
Trading Systems
Contact us
Newsletter
Group: Metastock Indicators
Title: GANN - HiVisual & LoVisual
Description:
GANN - HiVisual & LoVisual
Zero Lag EMA Period:= Input("What Period",1,250,10); EMA1:= Mov(CLOSE,Period,E); EMA2:= Mov(EMA1,Period,E); Difference:= EMA1 - EMA2; ZeroLagEMA:= EMA1 + Difference; ZeroLagEMA GANN - HiVisual HLd:=If(CLOSE>Ref(Mov(H,3,S),-1), {then}1, {else}If(CLOSE
0,HLd); HiVisual:=If(HLv=-1, {then}Mov(H,3,S), {else}{place default here}Fml("Zero Lag Ema")) ; HiVisual; GANN - LoVisual HLd:=If(CLOSE>Ref(Mov(H,3,S),-1), {then}1, {else}If(CLOSE
0,HLd); LoVisual:=If(HLv=-1, {then}{place default here}Fml( "Zero Lag Ema" ) , {else} Mov(L,3,S )); LoVisual; GANN - HiLo Osc HLd:=If(CLOSE>Ref(Mov(H,3,S),-1), {then}1, {else}If(CLOSE
0,HLd); HiVisual:=If(HLv=-1, {then}C-Mov(H,3,S), {else}0); LoVisual:=If(HLv=1, {then}C-Mov(L,3,S), {else}0); HiVisual; LoVisual;
Author/Source:
http://purebytes.com/archives/metastock/
Forex Directory
|
Forex Trading Systems
|
Privacy
|
Disclaimer
|
Contact