النتائج 1 إلى 3 من 3
  1. #1
    الصورة الرمزية pathalogist2003
    pathalogist2003 غير متواجد حالياً عضو المتداول العربي
    تاريخ التسجيل
    Nov 2005
    الإقامة
    kuwait
    المشاركات
    184

    افتراضي اريد اكسبيرت للموفنج




    i need help brothers
    if any body caan help me to create indicators for me plz
    as follow
    EMA peroid 200 shift 3

    EMA peroid 3

    but the option is must include alert and signal for the crossing between the two line.

    waiting reply
    yours
    DR.ahmad

  2. #2
    الصورة الرمزية البلوشي
    البلوشي غير متواجد حالياً عضو المتداول العربي
    تاريخ التسجيل
    Feb 2006
    الإقامة
    UAE
    العمر
    46
    المشاركات
    94

    افتراضي مشاركة: help

    I apologize for this late reply, I joined this forum few days back only.

    I would like to know which trading platform you are using.

    Generally I'm posting inhere the basic logic for the requested indicators. You may modify them to suite your needs and ideas.

    DataBars:= Ref(Pr,-HShift);
    {"-HShift" - BARS FORWARDS}
    tmpMV:= Mov(DataBars,tPr,mt);
    MA:= tmpMV+((tmpMV*VShift)/100);


    Where,

    Pr= Price on close
    -HShift= forward or shift value for data into future (i.e,3)
    tPr= time period for data (i.e 200 bars)
    mt= type of MA (ie, exponential, wieghted..)

    This logic can be used is C++, Java and any other language you are dealing with using proper commands for the language being used.

    Hope I answered your question

    Abdulla

  3. #3
    الصورة الرمزية البلوشي
    البلوشي غير متواجد حالياً عضو المتداول العربي
    تاريخ التسجيل
    Feb 2006
    الإقامة
    UAE
    العمر
    46
    المشاركات
    94

    افتراضي مشاركة: help

    And regarding generating any signal on MA cross overs, it depends on the capabilities of you trading platform.
    The basic idea is:
    assuming you already have made your required MA indicators, is as following:
    10 If EMA3=EMA200 then goto 20
    20 if EMA3>EMA200 then (play sound=... or any other action you deem appropraite such as buy X/Y, lot=x)
    and vise versa for short position
    Regards,
    آخر تعديل بواسطة البلوشي ، 27-04-2006 الساعة 09:11 AM

المواضيع المتشابهه

  1. اريد اكسبيرت للبولينجر لو سمحتم؟؟؟؟
    By zerolife in forum برمجة المؤشرات واكسبرتات التداول - Experts Advisor EA
    مشاركات: 18
    آخر مشاركة: 19-08-2018, 01:03 PM
  2. اريد ان اشتري اكسبيرت
    By eyad61 in forum برمجة المؤشرات واكسبرتات التداول - Experts Advisor EA
    مشاركات: 49
    آخر مشاركة: 01-08-2010, 08:43 PM
  3. اريد اكسبيرت
    By ابوثابت in forum برمجة المؤشرات واكسبرتات التداول - Experts Advisor EA
    مشاركات: 2
    آخر مشاركة: 23-02-2009, 06:20 AM
  4. اريد اكسبيرت مضاعفات
    By انتربول in forum برمجة المؤشرات واكسبرتات التداول - Experts Advisor EA
    مشاركات: 7
    آخر مشاركة: 11-01-2009, 08:47 AM
  5. اريد اكسبيرت للمؤشر المرفق
    By abuoqad in forum برمجة المؤشرات واكسبرتات التداول - Experts Advisor EA
    مشاركات: 6
    آخر مشاركة: 22-08-2008, 08:10 AM

الاوسمة لهذا الموضوع


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17