- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
Downtrend Peak(1,If(L<Ref(LLV(L,4),-1),Ref(HHV(H,4),-1),0),1) <> Ref(Peak(1,If(L<Ref(LLV(L,4),-1),Ref(HHV(H,4),-1),0),1) ,4) Uptrend Peak(1,If(H>Ref(HHV(H,4),-1),Ref(LLV(L,4),-1),0),1) <> Ref(Peak(1,If(H>Ref(HHV(H,4),-1),Ref(LLV(L,4),-1),0),1) ,4) Final Plot If(BarsSince(Fml("Downtrend")) < BarsSince(Fml("Uptrend")), {then} Ref(HHV(H,4),-1),{else}Ref(LLV(L,4),-1)) from Richard Estes ,4) - tego nie było w oryginalnej formule Uptrend i Downtrend, dopiero po dodaniu dała się uruchomić. Piotr Kaleta |
|
Final Plot 2 in 1 If(BarsSince(( Peak(1,If(L<Ref(LLV(L,4),-1),Ref(HHV(H,4),-1),0),1) <> Ref(Peak(1,If(L<Ref(LLV(L,4),-1),Ref(HHV(H,4),-1),0),1) ,4) )) < BarsSince(( Peak(1,If(H>Ref(HHV(H,4),-1),Ref(LLV(L,4),-1),0),1) <> Ref(Peak(1,If(H>Ref(HHV(H,4),-1),Ref(LLV(L,4),-1),0),1) ,4) )), {then} Ref(HHV(H,4),-1),{else}Ref(LLV(L,4),-1)) |
Source / From: |