peri:=
Input
(
"PĂ©riode?"
,2,100,14);
loc:=
L
<
Ref
(
LLV
(
L
,peri),-1)
AND
L
<=
Ref
(
LLV
(
L
,peri),peri);
y1t:=
LastValue
(
ValueWhen
( 2, loc=1,
L
));
y2t:=
LastValue
(
ValueWhen
( 1, loc=1,
L
));
x1t:=
LastValue
(
ValueWhen
( 2, loc=1,
Cum
(1) ));
x2t:=
LastValue
(
ValueWhen
( 1, loc=1,
Cum
(1) ));
yt:=(y1t-y2t)/(x1t-x2t)*
Cum
(1)+y1t-(y1t-y2t)/(x1t-x2t)*x1t;
e1:=
L
-yt;
ret1:=
LastValue
(
Cum
(1)-(x1t+
Int
((x2t-x1t)/2)-1));
seg1:=
LastValue
(
Int
((x2t-x1t)/2+
Int
(2*peri/5))
);
x1:=
LastValue
(
Cum
(1)-
LLVBars
(
Ref
(e1,-ret1),seg1)-ret1);
y1:=
LastValue
(
ValueWhen
(1,x1=
Cum
(1),
L
));
ret2:=
LastValue
(
Cum
(1)-(x2t+
Int
(5*peri/5)));
seg2:=
LastValue
(
Int
((x2t-x1t)/2)+
Int
(4*peri/5));
x2:=
LastValue
(
Cum
(1)-
LLVBars
(
Ref
(e1,-ret2),seg2)-ret2);
y2:=
LastValue
(
ValueWhen
(1,x2=
Cum
(1),
L
));
a:=(y1-y2)/(x1-x2);
LoTL:=
If
(
Cum
(1)>x1t-5,(y1-y2)/(x1-x2)*
Cum
(1)+y1-(y1-y2)/(x1-x2)
*x1,
BarsSince
(
Cum
(1)>x1t-5));
Diff:=
Ref
(
H
-LoTL,-
LastValue
(
Cum
(1)-x2t));
decal:=
LastValue
(
HHV
(Diff,x2t-x1t));
LoTL;LoTL+decal;