You are on page 1of 1

// Copyright Fipertec

// Version 1.5

Express Weighted_Close

Vars
series line;

Calculation
line = (high + low + (2 * close)) / 4;

interpretation
begin
end

plot (line, lightblue, 1);//@@@cs:185670-3369463-54446_cs@@@

You might also like