- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
Need a bit of yoooou guys expertise in coding. Are there any simple ways of saying three consecutive higher closes instead of C>Ref(C,-1) AND Ref(C,-1)> Ref(C,-2) AND Ref(C,-2) > Ref(C,-3) Thanking you kindly =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Try this: ---8<----------------------------- consecPds:=3; Sum(C>Ref(C,-1),consecPds)=consecPds ---8<----------------------------- jose '-) http://www.metastocktools.com =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Oops, I means LLV for higher closes. Use HHV(C - ref(C,-1), 2) < 0 for lower closes. Dave =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Dave is thinking outside the box with his solution: ---8<----------------- pds:=3; LLV(C-Ref(C,-1),pds)>0 ---8<----------------- This may be easier to follow for those of us still inside the box: |
|
LLV for Higher Closes pds:=3; Sum(C>Ref(C,-1),pds)=pds |
| ||||||||||||||||||
LLV for higher closes by Jose Silva | | |||||||||||||||||
| ||||||||||||||||||
Need a bit of yoooou guys expertise in coding. Are there any simple ways of saying three consecutive higher closes instead of C>Ref(C,-1) AND Ref(C,-1)> Ref(C,-2) AND Ref(C,-2) > Ref(C,-3) Thanking you kindly =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Try this: ---8<----------------------------- consecPds:=3; Sum(C>Ref(C,-1),consecPds)=consecPds ---8<----------------------------- jose '-) http://www.metastocktools.com =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Oops, I means LLV for higher closes. Use HHV(C - ref(C,-1), 2) < 0 for lower closes. Dave =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Dave is thinking outside the box with his solution: ---8<----------------- pds:=3; LLV(C-Ref(C,-1),pds)>0 ---8<----------------- This may be easier to follow for those of us still inside the box: | ||||||||||||||||||
| ||||||||||||||||||
LLV for Higher Closes pds:=3; Sum(C>Ref(C,-1),pds)=pds | ||||||||||||||||||
|