Current location - Trademark Inquiry Complete Network - Futures platform - This is the index of futures expert game, please change it to the index of stock flush.
This is the index of futures expert game, please change it to the index of stock flush.
HH:=HHV (high,13);

LL:=LLV (low,13);

HH2:=HHV (high, 21);

LL2:=LLV (low, 21);

HH3:= bars last((HH2 & gt; REF(HH2, 1)));

LL3:= bars last((LL2 & lt; REF(LL2, 1)));

a3:= IF((HH3 & lt; LL3), 1,IF((HH3 & gt; LL3),- 1,0));

AA3: if (A3 & gt=0, LL2, HH2), COLORYELLOW.

HH4:=HHV (high, 34);

LL4:=LLV (low, 34);

HH5:= bars last((HH4 & gt; REF(HH4, 1)));

LL5:= bars last((LL4 & lt; REF(LL4, 1)));

a4:= IF((HH5 & lt; LL5), 1,IF((HH5 & gt; LL5),- 1,0));

AA4: if (A4 & gt=0, LL4, HH4), COLORYELLOW.

HH 1:= bars last((HH & gt; REF(HH, 1)));

LL 1:= bars last((LL & lt; REF(LL, 1)));

a:= IF((hh 1 & lt; LL 1), 1,IF((hh 1 & gt; LL 1),- 1,0));

AA: if (A & gt=0, LL, HH), COLORYELLOW.

Adhesion line (hh1<; =LL 1,O,C,4, 1),COLORRED

Adhesion line (hh1<; =LL 1,C,H,0. 1,0),COLORRED

Adhesion line (hh1<; =LL 1,L,O,0. 1,0),COLORRED

Adhesion line (hh1>; LL 1,O,C,4, 1),COLORCYAN

Adhesion line (hh1>; LL 1,C,H,0. 1,0),COLORCYAN

Adhesion line (hh1>; LL 1,L,O,0. 1,0),COLORCYAN