-= خبير موجات إليوت =-

اعلامي

عضو مميز
التسجيل
11 يوليو 2005
المشاركات
4,827
الإقامة
Kuwait City
السلام عليكم ....

اخواني الافاضل ... يا ريت من يملك خبير موجات اليوت للميتاستوك يتفضل ويزودنا به واكون له من الشاكرين :)

لأني بحثت في جميع المنتديات عن هذا الخبير مع الاسف ما وجدته ... وللاسف فقدت النسخة الي كنت املكها بسبب خلل اصاب جهاز اللابتوب اضطرني لعمل فورمات كامل ...

شاكر لكم سلفا
 

محلل متدرب

عضو مميز
التسجيل
1 سبتمبر 2007
المشاركات
1,445
تفضل

اولا هذه معادلات يمكنك اضافتها للميتاستوك

Elliot Oscillator
Mov((H+L)/2,5,S)-Mov((H+L)/2,34,S)

....................................
Elliot Oscillator
Mov(C,5,S)-Mov(C,35,S)

{from Jan Robert Wolansky}

{TIMESERIES TRIX - by Joe Luisi}

{published in S&C - TASC article "Playing Trix" by Joe Luisi (June 1997) and
to be used on weekly data}

CLA:=TRIX(3);
CLB:=Ref(TRIX(3),-1);
CLC:=Mov(TRIX(3),8,TIMESERIES);
CLD:=Ref(Mov(TRIX(3),8,TIMESERIES),-1);
SHORT:=When(CLA,>,CLC) AND When(CLB,<,CLD) AND
When(CLA,<,0)AND When(CLA,>,-2);
LONG:=When(CLA,<,CLC) AND When(CLB,>,CLD) AND
When(CLA,>,0)AND When(CLA,<,+2);
If(LONG>0,+1,
If(SHORT>0,-1,PREVIOUS))

....................................

Elliot Wave Identification
As far as using MetaStock for identifying waves, use a 5/34 histogram for
finding wave 4, the end of wave 3 and for help with identifying wave 1/2,
which apparently Advanced Get uses extensively. You can write MetaStock
explorations/templates/experts, etc., with this indicator; e.g.,
explorations to find the peaks and troughs of the 5/34 histogram.

The version of the indicator I use in MetaStock v6.52 is:

Mov(OscP(5,34,E,$),5,S)

-150 days minimum of data.

The peaks of the histogram help identify waves 1, 3 and 5 and troughs for
waves 2 and 4. Use MetaStock line studies (both trendlines, channels and
fib retracements) for additional wave identification/analysis. Of course,
you can label the waves with the text box.
 

اعلامي

عضو مميز
التسجيل
11 يوليو 2005
المشاركات
4,827
الإقامة
Kuwait City
مشكورين بوعلي ومشكور محللنا على هذي الخدمة وعساكم دوم ذكر :)
 
أعلى