0
(0)
نالو:
Source Code
ليکڪ: Me (2011.05.10 10:06)
ڊائون لوڊ ٿيل: 4048
ڊائون لوڊ ڪريو:
Source Code 1
SourceCode.mq4 (3.0 Kb) ڏيک

وصف:

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 # گهٽ آهي. Hence dont expect a trade right away. Maybe a few trades (less than 5) a month can be expected.
int init()
{
  واپسي(0);
}

int deinit()
{  
  واپسي(0);
}

int شروع()
{     
      int total = OrdersTotal();                  
      جيڪڏهن (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(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0) > iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,0) )
            جيڪڏهن ( ( (وٽ(NULL,15,3,0,MODE_EMA,PRICE_MEDIAN,0)) < (وٽ(NULL,15,34,0,MODE_EMA,PRICE_MEDIAN,0))) && (iSAR(NULL, 15, 0.02, 0.2, 0) > هاءِ[0]) &&
               ( iBearsPower(NULL,15,13,PRICE_CLOSE,0) <   0  &&  iBearsPower(NULL,15,13,PRICE_CLOSE,0) >    iBearsPower(NULL,15,13,PRICE_CLOSE,1)))          
               OrderSend(علامت(),OP_SELL,0.1,بول,10,Bid+400*Point,Bid-4000*Point,"Open a Sell Order",16384,0,ڳاڙهو); // Risk/Reward sucks here..

      جيڪڏهن (OrdersTotal() < 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(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0)< iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,0) )       
            جيڪڏهن( (هاءِ[1] < iBands(NULL,0,20,2,0,PRICE_LOW,MODE_UPPER,1))  &&  (هاءِ[2] < iBands(NULL,0,20,2,0,PRICE_LOW,MODE_UPPER,2)))
              جيڪڏهن ( (وٽ(NULL,15,3,0,MODE_EMA,PRICE_MEDIAN,0) > وٽ(NULL,15,34,0,MODE_EMA,PRICE_MEDIAN,0) ) && (iSAR(NULL, 15, 0.02, 0.2, 0) < گھٽ[0])&&( iBullsPower(NULL,15,13,PRICE_CLOSE,0) >   0)  &&  (iBullsPower(NULL,15,13,PRICE_CLOSE,0) <    iBullsPower(NULL,15,13,PRICE_CLOSE,1)))  
               OrderSend(علامت(),OP_BUY,0.1,پڇڻ,10,Ask-4000*Point,Ask+400*Point,"Open a Buy Order",16384,0,سائو);// 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 # گهٽ آهي. Hence dont expect a trade right away. Maybe a few trades (less than 5) a month can be expected.
int init()
{
  واپسي(0);
}

int deinit()
{  
  واپسي(0);
}

int شروع()
{     
      int total = OrdersTotal();                  
      جيڪڏهن (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(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0) > iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,0) )
            جيڪڏهن ( ( (وٽ(NULL,15,3,0,MODE_EMA,PRICE_MEDIAN,0)) < (وٽ(NULL,15,34,0,MODE_EMA,PRICE_MEDIAN,0))) && (iSAR(NULL, 15, 0.02, 0.2, 0) > هاءِ[0]) &&
               ( iBearsPower(NULL,15,13,PRICE_CLOSE,0) <   0  &&  iBearsPower(NULL,15,13,PRICE_CLOSE,0) >    iBearsPower(NULL,15,13,PRICE_CLOSE,1)))          
               OrderSend(علامت(),OP_SELL,0.1,بول,10,Bid+400*Point,Bid-4000*Point,"Open a Sell Order",16384,0,ڳاڙهو); // Risk/Reward sucks here..

      جيڪڏهن (OrdersTotal() < 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(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0)< iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,0) )       
            جيڪڏهن( (هاءِ[1] < iBands(NULL,0,20,2,0,PRICE_LOW,MODE_UPPER,1))  &&  (هاءِ[2] < iBands(NULL,0,20,2,0,PRICE_LOW,MODE_UPPER,2)))
              جيڪڏهن ( (وٽ(NULL,15,3,0,MODE_EMA,PRICE_MEDIAN,0) > وٽ(NULL,15,34,0,MODE_EMA,PRICE_MEDIAN,0) ) && (iSAR(NULL, 15, 0.02, 0.2, 0) < گھٽ[0])&&( iBullsPower(NULL,15,13,PRICE_CLOSE,0) >   0)  &&  (iBullsPower(NULL,15,13,PRICE_CLOSE,0) <    iBullsPower(NULL,15,13,PRICE_CLOSE,1)))  
               OrderSend(علامت(),OP_BUY,0.1,پڇڻ,10,Ask-4000*Point,Ask+400*Point,"Open a Buy Order",16384,0,سائو);// 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] جيڪي اسان جي پنهنجي شرطن تي زندگي گذارڻ لاءِ وقف آهن. اسان جو بنيادي مقصد مالي آزادي ۽ آزادي حاصل ڪرڻ آهي, ۽ اسان خود تعليم حاصل ڪئي آهي ۽ فاریکس مارڪيٽ ۾ وسيع تجربو حاصل ڪيو آهي جيئن اسان جو مطلب هڪ خودمختاري واري زندگي گذارڻ جي لاءِ آهي..