مصدر الرمز

0
(0)
اسم:
مصدر الرمز
مؤلف: Me (2011.05.10 10:06)
تم التنزيل: 4048
تحميل:
Source Code 1
SourceCode.mq4 (3.0 كيلو بايت) منظر

وصف:

This is first EA I am providing for everyone to see and work upon. This is written by me. This EA should be used on EURUSD 15min with initial capital of $1000. If you run this EA from 14th Jan 2011 till today, you might find profit with good profit%.

التوصيات:

  • EURUSD only
  • 15 الرسم البياني الدقيق
  • Firstly run this as long, then as short, then as long+ short from 12th Jan till today to see in which direction the wind is blowing. Then please test according to that wind direction.
5 تعليقات لنشر تعليق جديد, لو سمحت تسجيل الدخول أو يسجل

tg2007:
This is source code modified. Please run this as long from 01/16 till today or whenever you download it and be amazed. Yes the risk /reward is not great. لكن, look at the percent won and the graphs. However also note that the total trade # منخفض. ومن ثم لا تتوقع التجارة على الفور. Maybe a few trades (أقل من 5) a month can be expected.
int init()
{
  return(0);
}

int deinit()
{  
  return(0);
}

int start()
{     
      int total = OrdersTotal();                  
      لو (إجمالي الطلبات() < 1)   // I wont open more than 1 trade per time.
         لو(ساعة() > 8 && ساعة() < 17)  //Will trade during volatile times when people are usually awake
            if( iMACD(باطل,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0) > iMACD(باطل,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,0) )
            لو ( ( (iMA(باطل,15,3,0,MODE_EMA,PRICE_MEDIAN,0)) < (iMA(باطل,15,34,0,MODE_EMA,PRICE_MEDIAN,0))) && (iSAR(باطل, 15, 0.02, 0.2, 0) > عالي[0]) &&
               ( iBearsPower(باطل,15,13,PRICE_CLOSE,0) <   0  &&  iBearsPower(باطل,15,13,PRICE_CLOSE,0) >    iBearsPower(باطل,15,13,PRICE_CLOSE,1)))          
               إرسال الطلب(رمز(),OP_SELL,0.1,مُنَاقَصَة,10,المزايدة+400*نقطة,العطاء-4000*نقطة,"Open a Sell Order",16384,0,أحمر); // Risk/Reward sucks here..

      لو (إجمالي الطلبات() < 1)   // I wont open more than 1 trade per time.
         لو(ساعة() > 8 && ساعة() < 17)  //Will trade during volatile times when people are usually awake
         //If the prices are within Boil Band and EMA 3,34 crossover in favor and BullsPower in favor, then trade in buy
            if( iMACD(باطل,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0)< iMACD(باطل,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,0) )       
            لو( (عالي[1] < iBands(باطل,0,20,2,0,PRICE_LOW,MODE_UPPER,1))  &&  (عالي[2] < iBands(باطل,0,20,2,0,PRICE_LOW,MODE_UPPER,2)))
              لو ( (iMA(باطل,15,3,0,MODE_EMA,PRICE_MEDIAN,0) > iMA(باطل,15,34,0,MODE_EMA,PRICE_MEDIAN,0) ) && (iSAR(باطل, 15, 0.02, 0.2, 0) < قليل[0])&&( iBullsPower(باطل,15,13,PRICE_CLOSE,0) >   0)  &&  (iBullsPower(باطل,15,13,PRICE_CLOSE,0) <    iBullsPower(باطل,15,13,PRICE_CLOSE,1)))  
               إرسال الطلب(رمز(),OP_BUY,0.1,Ask,10,Ask-4000*Point,Ask+400*Point,"Open a Buy Order",16384,0,Green);// Risk/Reward sucks here..

}

Start testing with 1000USD EURUSD M15

21.05.2011 10:49 tg2007

This is source code modified. Please run this as long from 01/16 till today or whenever you download it and be amazed. Yes the risk /reward is not great. لكن, look at the percent won and the graphs. However also note that the total trade # منخفض. ومن ثم لا تتوقع التجارة على الفور. Maybe a few trades (أقل من 5) a month can be expected.
int init()
{
  return(0);
}

int deinit()
{  
  return(0);
}

int start()
{     
      int total = OrdersTotal();                  
      لو (إجمالي الطلبات() < 1)   // I wont open more than 1 trade per time.
         لو(ساعة() > 8 && ساعة() < 17)  //Will trade during volatile times when people are usually awake
            if( iMACD(باطل,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0) > iMACD(باطل,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,0) )
            لو ( ( (iMA(باطل,15,3,0,MODE_EMA,PRICE_MEDIAN,0)) < (iMA(باطل,15,34,0,MODE_EMA,PRICE_MEDIAN,0))) && (iSAR(باطل, 15, 0.02, 0.2, 0) > عالي[0]) &&
               ( iBearsPower(باطل,15,13,PRICE_CLOSE,0) <   0  &&  iBearsPower(باطل,15,13,PRICE_CLOSE,0) >    iBearsPower(باطل,15,13,PRICE_CLOSE,1)))          
               إرسال الطلب(رمز(),OP_SELL,0.1,مُنَاقَصَة,10,المزايدة+400*نقطة,العطاء-4000*نقطة,"Open a Sell Order",16384,0,أحمر); // Risk/Reward sucks here..

      لو (إجمالي الطلبات() < 1)   // I wont open more than 1 trade per time.
         لو(ساعة() > 8 && ساعة() < 17)  //Will trade during volatile times when people are usually awake
         //If the prices are within Boil Band and EMA 3,34 crossover in favor and BullsPower in favor, then trade in buy
            if( iMACD(باطل,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0)< iMACD(باطل,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,0) )       
            لو( (عالي[1] < iBands(باطل,0,20,2,0,PRICE_LOW,MODE_UPPER,1))  &&  (عالي[2] < iBands(باطل,0,20,2,0,PRICE_LOW,MODE_UPPER,2)))
              لو ( (iMA(باطل,15,3,0,MODE_EMA,PRICE_MEDIAN,0) > iMA(باطل,15,34,0,MODE_EMA,PRICE_MEDIAN,0) ) && (iSAR(باطل, 15, 0.02, 0.2, 0) < قليل[0])&&( iBullsPower(باطل,15,13,PRICE_CLOSE,0) >   0)  &&  (iBullsPower(باطل,15,13,PRICE_CLOSE,0) <    iBullsPower(باطل,15,13,PRICE_CLOSE,1)))  
               إرسال الطلب(رمز(),OP_BUY,0.1,Ask,10,Ask-4000*Point,Ask+400*Point,"Open a Buy Order",16384,0,Green);// Risk/Reward sucks here..

}
21.05.2011 10:44 tg2007

Can anyone help me with this? Why is this not trading live?
17.05.2011 14:35 tg2007

I am not entirely sure either. WHen I run this on backtest, it does trade nicely. However on real test no trade
17.05.2011 14:28 tg2007

EA compiles OK, but I get no trades at all. Even if I lengthen the time. Thanks anyway, I needed a simple EA to get me writing my own. I think I have problems with my proxy server and the strategy tester :(.

كم كانت هذه المشاركة مفيدة?

انقر على نجمة لتقييمه!

متوسط ​​تقييم 0 / 5. عدد الأصوات: 0

لا توجد أصوات حتى الآن! كن أول من يقيم هذا المنصب.

نأسف لأن هذه المشاركة لم تكن مفيدة لك!

دعونا تحسين هذا المنصب!

أخبرنا كيف يمكننا تحسين هذه المشاركة?



مؤلف: فريق ويكي الفوركس
نحن فريق من متداولي الفوركس ذوي الخبرة العالية [2000-2023] الذين يكرسون أنفسهم لعيش الحياة بشروطنا الخاصة. هدفنا الأساسي هو تحقيق الاستقلال المالي والحرية, وتابعنا التعليم الذاتي واكتسبنا خبرة واسعة في سوق الفوركس كوسيلة لتحقيق أسلوب حياة مستدام ذاتيًا.