- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
* To: "MetaStock List" <metastock@xxxxxxxxxxxxx> * Subject: ZigZag Symmetry * From: "Corey Saxe" <csaxe@xxxxxxx> * Date: Mon, 17 Dec 2001 14:19:44 -0800 * Reply-To: metastock@xxxxxxxxxxxxx * Sender: owner-metastock@xxxxxxxxxxxxx Ever notice when using ZigZag, how the number of bars from a peak to a trough on uptrends is shorter than the number of bars from a trough to a peak? No? Guess I have too much time on my hands. |
|
ZigZag Symmetry V1:=Input("% Change",.1,50,2); P1:=PeakBars(1,C,V1); T1:=TroughBars(1,C,V1); ValueWhen(1,P1=0,T1)/ValueWhen(1,T1=0,P1);1 |
|