HOMETRADESTATIONMETASTOCKEMAILLINKS

 

tradestation indicators

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

R

S

T

U

V

W

Y

Z

#

 

 
 
  • Zig-Zag

 

Indicator : ZigZag

Inputs: STR(1);
vars: Switch(0);

if Switch = 0 then begin
if high[1] > high[2] and high[1] > high then begin
plot1[1](high[1], "ZigUp");
Switch = 1;
end;
end;

if Switch = 1 then begin
if low[1] < low[2] and low[1] < low then begin
plot1[1](low[1], "ZigUp");
Switch = 0;
end;
end;

 

 

UP

HOME

 

 

 

 

 

 

 

site map        disclaimer        mission        privacy policy