+ Reply to Thread
Page 4 of 13 ... 2 3 4 5 6 ...
Results 31 to 40 of 123

 

Thread: دورة تعلم البرمجة

  • Thread Tools
  1. #31 Collapse post
    pep10 is offline
    Banned Array
    Join Date
    Feb 2013
    Posts
    196
    Accrued Payments
    0 USD
    Thanks
    0
    Thanked 2 Times in 2 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.


  2. #32 Collapse post
    محمد فتحي is offline
    عضو ذهبى Array
    Join Date
    Jan 2013
    Posts
    1,167
    Accrued Payments
    38 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.


  3. #33 Collapse post
    نهي خزيم is offline
    Banned Array
    Join Date
    Jan 2013
    Posts
    202
    Accrued Payments
    0 USD
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by 33kk33

    السلام عليكم ورحمة الله وبركاته

    ان شاء الله في هذا الموضوع سنبدء دورة لتعلم البرمجة من 0 او اقل من 0 لو لزم ذلك حتي احتراف برمجة مؤشر

    اما الاكسبريت فلست جيدا جدا في برمجته لاكن عند الوصول اليه سنحاول فيه مع بعض

    وسنحاول عمل اكثر من تطبيق لكل مفهم

    ياريت فقط تكون هناك متابعة لكي لا امل وحدي

    نبدء علي بركة الله

    نبدء مباشرة في الجانب التطبيقي

    كيف افتح مترجم mq4

    الذي اترجم فيه افكاري

    1-نفتح منصة التداول

    2- نضغط علي f4

    او نختار مترجم mq4

    كما في الصورة

    Attachment 3201

    ونكون هكذا خطونا اول خطوة في البرمجة

    يتبع

    لما ندخل الي مترجم mq4

    نتبع الصور التالية

    Attachment 3202

    ثم

    Attachment 3203

    ثم

    Attachment 3204

    ثم

    Attachment 3205

    بعدها سنجد الصفحة المبرمجة مسبقا التالية

    PHP Code:
    //+------------------------------------------------------------------+
    //|                                                           bb.mq4 |
    //|                        Copyright 2012, MetaQuotes Software Corp. |
    //|                                        http://www.metaquotes.net |
    //+------------------------------------------------------------------+
    #property copyright "Copyright 2012, MetaQuotes Software Corp."
    #property link      "http://www.metaquotes.net"

    #property indicator_chart_window
    //+------------------------------------------------------------------+
    //| Custom indicator initialization function                         |
    //+------------------------------------------------------------------+
    int init()
      {
    //---- indicators
    //----
       
    return(0);
      }
    //+------------------------------------------------------------------+
    //| Custom indicator deinitialization function                       |
    //+------------------------------------------------------------------+
    int deinit()
      {
    //----
       
    //----
       
    return(0);
      }
    //+------------------------------------------------------------------+
    //| Custom indicator iteration function                              |
    //+------------------------------------------------------------------+
    int start()
      {
       
    int    counted_bars=IndicatorCounted();
    //----
       
    //----
       
    return(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.


  4. #34 Collapse post
    عماد هلال is offline
    Banned Array
    Join Date
    Feb 2013
    Posts
    127
    Accrued Payments
    0 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.


  5. #35 Collapse post
    بطة is offline
    عضو محترف Array
    Join Date
    Feb 2013
    Posts
    803
    Accrued Payments
    75 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.


  6. #36 Collapse post
    pass-off is offline
    عضو جديد Array
    Join Date
    Feb 2013
    Posts
    4
    Accrued Payments
    0 USD
    Thanks
    0
    Thanked 0 Times in 0 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. #37 Collapse post
    bidaaa is offline
    عضو ماسى Array
    Join Date
    Jan 2013
    Posts
    1,617
    Accrued Payments
    164 USD
    Thanks
    0
    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.


  8. #38 Collapse post
    locos is offline
    خبير فوركس مصر Array
    Join Date
    Dec 2012
    Location
    tunisia
    قابلت الضيوف
    4 (ضيف فوركس مصر)
    Posts
    4,547
    Accrued Payments
    2120 USD
    Thanks
    22
    Thanked 102 Times in 81 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.


  9. #39 Collapse post
    ahmedlasew20 is offline
    عضو جديد Array
    Join Date
    Feb 2013
    Posts
    50
    Accrued Payments
    5 USD
    Thanks
    0
    Thanked 0 Times in 0 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. #40 Collapse post
    forexever is offline
    عضو ماسى Array
    Join Date
    Jan 2013
    Posts
    1,513
    Accrued Payments
    83 USD
    Thanks
    0
    Thanked 7 Times in 6 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 4 of 13 ... 2 3 4 5 6 ...

Subscribe to this Thread (9)

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