- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
----- Original Message ----- From: "Dan Cash" To: <metastock@xxxxxxxxxxxxx> Sent: woensdag 13 september 2000 18:34 Subject: Exploration with Directional Movement Index > List, > > I want to do an exploration with Directional Movement Index. I want to > scan for the crossing of the two, i.e., yesterday +DX is less than -DX, > today +DX is greater than -DX and visa versa. > > Here is what I have and it doesn't work: > > Ref(+DX(14),0) > Ref(-DX(14),0) > AND Ref(+DX(14),-1) < Ref(-DX(14),-1) > > This logic impaired individual would appreciate assistance. Iwould > also really appreciate some explaination of the logic because I really > don't comprehend! > > Thanks, > > Dan Re: Exploration with Directional Movement Index - To: <metastock@xxxxxxxxxxxxx> - Subject: Re: Exploration with Directional MovementIndex - From: "A.J. Maas" <anthmaas@xxxxxxxxx> - Date: Thu, 14 Sep 2000 01:20:59 +0200 - Organization: Ms-IRB - References: <39BFAC93.F5642FDE@xxxxxxxxxxxx> - Reply-To: metastock@xxxxxxxxxxxxx - Sender: owner-metastock@xxxxxxxxxxxxx Ref(PDI(14)<MDI(14),-1) AND PDI(14)>MDI(14) This will produce +1 when cross = True and 0 when false. Change the Operators direction to get the vv. You can also use the Cross() function for the signal | |
| |
Directional Movement Index Exploration Ref(Cross(MDI(14) , PDI(14)),-1) AND Cross(PDI(14) , MDI(14)) | |
| |
Regards, Ton Maas ms-irb@xxxxxxxxxxxxxxxx Dismiss the ".nospam" bit (including the dot) when replying. Homepage http://home.planet.nl/~anthmaas [18465] | |
| |
Source / From: |