+ Reply to Thread
Page 1 of 2 1 2
Results 1 to 10 of 14

 

Thread: Mql5 أنواع الكائنات OBJ_ARROWED_LINE

  • Thread Tools
  1. #1 Collapse post
    Hana Ramzi is offline
    عضو ذهبى Array
    Join Date
    Jan 2015
    Location
    تونس
    Posts
    1,058
    Accrued Payments
    104 USD
    Thanks
    0
    Thanked 5 Times in 5 Posts
    SubscribeSubscribe
    subscribed 0

    Mql5 أنواع الكائنات OBJ_ARROWED_LINE

    خط Arrowed.



    مثال

    السيناريو التالي بإنشاء ويتحرك على خط السهم على الرسم البياني. وقد وضعت وظائف خاصة لخلق وتغيير خصائص الكائن الرسومي ل. يمكنك استخدام هذه الوظائف "كما هي" في التطبيقات الخاصة بك.


    // --- وصف
    #property وصف "سيناريو توجه \" الخط arrowed \ "كائن رسومي".
    #property وصف "يتم تعيين مرساة إحداثيات نقطة في نسبة"
    #property وصف "حجم إطار المخطط".
    // --- نافذة العرض للمعلمات الإدخال خلال إطلاق البرنامج النصي
    #property script_show_inputs
    // --- معلمات الإدخال من السيناريو
    مساهمة سلسلة InpName = "ArrowedLine"، اسم // الخط
    مساهمة الباحث InpDate1 = 35؛ تاريخ 1 // الحادي نقطة، و٪
    مساهمة الباحث InpPrice1 = 60؛ // 1 ش نقطة في الأسعار، و٪
    مساهمة الباحث InpDate2 = 65؛ تاريخ // 2 نقطة الثانية، و٪
    مساهمة الباحث سعر // 2 نقطة الثانية، و٪، InpPrice2 = 40
    مساهمة اللون InpColor = clrRed؛ // لون الخط
    مساهمة ENUM_LINE_STYLE InpStyle = STYLE_DASH؛ // اسلوب الخط
    مساهمة الباحث InpWidth = 2؛ العرض // الخط
    مساهمة منطقي InpBack = كاذبة؛ // خط الخلفية
    مساهمة منطقي InpSelection = صحيح؛ // تسليط الضوء على هذه الخطوة
    مساهمة منطقي InpHidden = صحيح؛ // المخفية في قائمة الكائنات
    مساهمة طويل InpZOrder = 0؛ // الأولوية للنقرة ماوس
    // + ----------------------------------------------- ------------------- +
    // | إنشاء خط arrowed من قبل إحداثيات معينة |
    // + ----------------------------------------------- ------------------- +
    منطقي ArrowedLineCreate (CONST chart_ID طويلة = 0، // ID الرسم البياني لل
    CONST اسم سلسلة = "ArrowedLine"، // اسم الخط
    CONST الباحث sub_window = 0، // subwindow مؤشر
    التاريخ والوقت TIME1 = 0، // الوقت النقطة الأولى
    price1 مزدوجة = 0، // سعر النقطة الأولى
    التاريخ والوقت time2 = 0، // الوقت النقطة الثانية
    price2 مزدوج = 0، // سعر النقطة الثانية
    CONST لون CLR = clrRed، // خط اللون
    CONST أسلوب ENUM_LINE_STYLE = STYLE_SOLID، // نمط الخط
    CONST عرض الباحث = 1، // عرض الخط
    CONST منطقي الظهر = كاذبة، // في الخلفية
    CONST اختيار منطقي = صحيح، // تسليط الضوء على هذه الخطوة
    CONST منطقي خفية = صحيح، // مخبأة في قائمة الكائنات
    CONST z_order طويلة = 0) // الأولوية لنقرة ماوس

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  2. #2 Collapse post
    yhassen is offline
    عضو ماسى Array
    Join Date
    Apr 2015
    Location
    تونس
    Posts
    1,997
    Accrued Payments
    200 USD
    Thanks
    0
    Thanked 7 Times in 7 Posts
    SubscribeSubscribe
    subscribed 0
    السلام عليكم ورحمة الله تعالى وبركاته و رمضانكم مبروك
    و تحية طيبة لكل الإخوة الأفاضل..
    أشكرك آخى على الموضوع المميز : Mql5 أنواع الكائنات OBJ_ARROWED_LINE
    أسأل الله الربح الوفير و تحقيق الأحلام للجميع
    . أسأل الله التوفيق و النجاح للجميع

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  3. #3 Collapse post
    arkantos is offline
    عضو ماسى Array
    Join Date
    Jun 2015
    Location
    تونس & بنزرت (؛
    Posts
    2,390
    Accrued Payments
    250 USD
    Thanks
    3
    Thanked 4 Times in 4 Posts
    SubscribeSubscribe
    subscribed 0
    السلام عليكم و رحمة الله تعالى و بركاته و الصلاة و السلام على سيدنا محمد
    و على اله و صحبه و سلم أما بعد
    شكرا لكم على هذه الافاده عن هذا الموضوع أنواع الكائنات obj_arrowed_line
    والسلام عليكم ورحمه الله وبركاته

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  4. #4 Collapse post
    alimed is offline
    خبير فوركس مصر Array
    Join Date
    Sep 2015
    Posts
    5,961
    Accrued Payments
    559 USD
    Thanks
    0
    Thanked 47 Times in 33 Posts
    جزاك الله خيـر
    بارك الله في جهودك
    وأسال الله لك التوفيق دائما
    وأن يجمعنا على الود والإخاء والمحبة
    وأن يثبت الله أجرك
    ونفعا الله وإياك بما تقدمه

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  5. #5 Collapse post
    torkhan mohamed is offline
    عضو ذهبى Array
    Join Date
    Feb 2016
    Posts
    1,326
    Accrued Payments
    133 USD
    Thanks
    0
    Thanked 2 Times in 2 Posts
    SubscribeSubscribe
    subscribed 0
    السلام عليكم ورحمه الله وبركاته
    شكرا اخى على الموضوع الجميل
    واتمنى منك دائما الافاده لنا والله يجازيك كل خير واتمنى لك التوفيق
    ولمنتدانا الغالى دائما التقدم والتميز والسلام عليكم ورحمه الله

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  6. #6 Collapse post
    AboMoZo is offline
    خبير فوركس مصر Array
    Join Date
    Mar 2016
    Posts
    2,638
    Accrued Payments
    264 USD
    Thanks
    6
    Thanked 4 Times in 4 Posts
    SubscribeSubscribe
    subscribed 0
    بسم الله الرحمن الرحيم
    السلام عليكم ورحمة الله وبركاته
    شكراً لك علي هذا الطرح الرائع وجزاك الله كل خير
    بإنتظار جديدك بفارغ الصبر فلا تحرمنا من الفائدة
    تمنياتي بالتوفيق والسداد
    اللهم علمنا ما ينفعنا وانفعنا بما علمتنا

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  7. #7 Collapse post
    TMT is offline
    عضو ذهبى Array
    Join Date
    Mar 2016
    Posts
    1,341
    Accrued Payments
    134 USD
    Thanks
    0
    Thanked 3 Times in 3 Posts
    SubscribeSubscribe
    subscribed 0
    السلام عليكم ورحمة الله وبركاته موضوع رائع يا اخى شرح موفق منك
    مشكور علي هذه المعلومات الاكثر من رائعة
    موضوع مميز وجيد وربنا يوفقك وبارك الله فيك وجزاك خيراً والسلام عليكم ورحمه الله

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  8. #8 Collapse post
    bibich is offline
    عضو ماسى Array
    Join Date
    May 2016
    Posts
    2,086
    Accrued Payments
    206 USD
    Thanks
    0
    Thanked 4 Times in 4 Posts
    بسم الله الرحمن الرحيم
    السلام عليكم ورحمة الله وبركاته
    أحسن الله تعالى اليكم وبارك الله فيكم
    اللهم ارزقنا الاخلاص في الدعوة يا رب العالمين

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  9. #9 Collapse post
    zeco2020 is offline
    عضو ذهبى Array
    Join Date
    Mar 2016
    Posts
    1,460
    Accrued Payments
    146 USD
    Thanks
    0
    Thanked 9 Times in 9 Posts
    SubscribeSubscribe
    subscribed 0
    مشكور اخى الفاضل ع الشرح الوافى ف اساسايات اللغه تمنياتى بدوام الصحه والعافيه لحضرتك
    شكرا لك يا اخى موضوع جيد جدا وجزاك الله خيرا بإنتظار جديد مواضيعك فلا تحرمنا من الفائدة
    واحنا فى انتظار مواضيع منك تفيدنا اكتر مشكور وتقبل مرورى وتمنياتى ليك وللجميع بالتفوق

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  10. #10 Collapse post
    feras nedal is offline
    Banned Array
    Join Date
    Jun 2016
    Posts
    635
    Accrued Payments
    64 USD
    Thanks
    0
    Thanked 0 Times in 0 Posts
    اخوانى احب ارحب بالجميع واتمنى تداول جيد لكل الاخوه
    بالفعل موضوع يستحق المناقشه والطرح والمشاركه شكرا جزيلا ودائما
    اخى افضل المشاركه بمثل هذه المواضيع المفيده
    فى التعلم اشكرك اكيد استفدت من الطرح

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


+ Reply to Thread
Page 1 of 2 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Threads

Posts

Members