+ Reply to Thread
Page 52 of 234 ... 2 42 50 51 52 53 54 62 102 152 ...
Results 511 to 520 of 2333

 

Thread: برنامج تداول لاغلاق جميع الصفقات فى وقت واحد

  • Thread Tools
  1. #511 Collapse post
    john.milou is offline
    خبير فوركس مصر Array
    Join Date
    Jun 2013
    Posts
    4,569
    Accrued Payments
    426 USD
    Thanks
    0
    Thanked 11 Times in 5 Posts
    SubscribeSubscribe
    subscribed 0
    السلام عليكم
    نعم يوجد هنا ايضا سكريبت لاغلاق جميع الصفقات في وقت واحد
    ستجد في المرفقات سكريبت خاص باغلاق كل الصفقات في وقت واحد قم بتحميله و ضعه في مجلد المنصه في ملف اكسبرت - سكريبت
    قم باغلاق المنصة ثم اعد فتحها و ستحده في القائمة الجانبية اليسري السفلي موضوع تحت عنوان سكريبت و اسمه Close All

    مرحبا بك بيننا
    هذا هو السكريبت لم استطع تحميله اعد كتابته

    //+------------------------------------------------------------------+
    //| CloseAllAdvance.mq4 |
    //| ThinkTrustTrade |
    //| www.think-trust-trade.com |
    //+------------------------------------------------------------------+
    #property copyright "ThinkTrustTrade"
    #property link "www.think-trust-trade.com"
    #property show_inputs

    extern string Visit="www.think-trust-trade.com";
    extern string Like="www.facebook.com/ThinkTrustTrade";
    extern bool long=true;
    extern bool short=true;
    extern int only_magic=0;
    extern int skip_magic=0;
    extern bool only_below_symbol=false;
    extern string symbol="EURUSD";
    extern bool only_winning_positions=false;
    extern bool only_losing_positions=false;

    //+------------------------------------------------------------------+
    //| script program start function |
    //+------------------------------------------------------------------+
    int start()
    {
    //----
    int ticket;
    if (OrdersTotal()==0) return(0);
    for (int i=OrdersTotal()-1; i>=0; i--)
    {//pozicio kivalasztasa
    if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES)==true)//ha kivalasztas ok
    {
    //Print ("order ticket: ", OrderTicket(), "order magic: ", OrderMagicNumber(), " Order Symbol: ", OrderSymbol());
    if (only_magic>0 && OrderMagicNumber()!=only_magic) continue;
    if (skip_magic>0 && OrderMagicNumber()==skip_magic) continue;
    if (only_below_symbol==true && OrderSymbol()!=symbol)
    {Print("order symbol different"); continue;}
    if (only_winning_positions==true && OrderProfit()<0) continue;
    if (only_losing_positions==true && OrderProfit()>0) continue;
    if (OrderType()==0 && long==true)
    {//ha long

    ticket=OrderClose(OrderTicket(),OrderLots(), MarketInfo(OrderSymbol(),MODE_BID), 3,Red);
    if (ticket==-1) Print ("Error: ", GetLastError());
    if (ticket>0) Print ("Position ", OrderTicket() ," closed. Thank you for using our script! Visit www.think-trust-trade.com for more free tools.");
    }
    if (OrderType()==1 && short==true)
    {//ha short

    ticket=OrderClose(OrderTicket(),OrderLots(), MarketInfo(OrderSymbol(),MODE_ASK), 3,Red);
    if (ticket==-1) Print ("Error: ", GetLastError());
    if (ticket>0) Print ("Position ", OrderTicket() ," closed. Thank you for using our script! Visit www.think-trust-trade.com for more free tools.");
    }
    }
    }//pozicio kivalszatas vege

    //----
    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.


  2. #512 Collapse post
    scalper is offline
    عضو محترف Array
    Join Date
    Jul 2013
    Posts
    811
    Accrued Payments
    78 USD
    Thanks
    0
    Thanked 3 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.


  3. #513 Collapse post
    رفيق محمد is offline
    خبير فوركس مصر Array
    Join Date
    Apr 2013
    Location
    مصر القاهرة
    Posts
    8,538
    Accrued Payments
    852 USD
    Thanks
    1
    Thanked 38 Times in 31 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.


  4. #514 Collapse post
    spiderforex is offline
    خبير فوركس مصر Array
    Join Date
    Jan 2013
    Posts
    4,258
    Accrued Payments
    437 USD
    Thanks
    0
    Thanked 13 Times in 12 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.


  5. #515 Collapse post
    emad64 is offline
    Banned Array
    Join Date
    Jul 2013
    Location
    العراق
    Posts
    1,817
    Accrued Payments
    602 USD
    Thanks
    0
    Thanked 5 Times in 5 Posts
    اي نعم هذا البرنامج موجود في منصة gts ولكن بخطأ ربما تغلق جميع الصفقات انا ارى ان احسن منصه هي الميتاتريدر 4

    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. #516 Collapse post
    NADA NANO is offline
    عضو ذهبى Array
    Join Date
    Jul 2013
    Posts
    980
    Accrued Payments
    101 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.


  7. #517 Collapse post
    WORKER is offline
    عضو ماسى Array
    Join Date
    Jul 2013
    Posts
    1,990
    Accrued Payments
    200 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.


  8. #518 Collapse post
    ntiya is offline
    عضو محترف Array
    Join Date
    Jul 2013
    Posts
    386
    Accrued Payments
    80 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.


  9. #519 Collapse post
    janawi is offline
    عضو محترف Array
    Join Date
    Aug 2013
    Posts
    450
    Accrued Payments
    46 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. #520 Collapse post
    Mr.prince is offline
    خبير فوركس مصر Array
    Join Date
    Aug 2013
    Location
    المملكة المغربية
    Posts
    2,815
    Accrued Payments
    329 USD
    Thanks
    0
    Thanked 6 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.


+ Reply to Thread
Page 52 of 234 ... 2 42 50 51 52 53 54 62 102 152 ...

Subscribe to this Thread (15)

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