0
(0)
नाम:
Source Code
लेखक: 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 # नीचे है. 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 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,मूल्य_बंद,MODE_MAIN,0) > iMACD(व्यर्थ,0,12,26,9,मूल्य_बंद,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,मूल्य_बंद,0) <   0  &&  iBearsPower(व्यर्थ,15,13,मूल्य_बंद,0) >    iBearsPower(व्यर्थ,15,13,मूल्य_बंद,1)))          
               OrderSend(प्रतीक(),OP_SELL,0.1,Bid,10,Bid+400*Point,Bid-4000*Point,"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,मूल्य_बंद,MODE_MAIN,0)< iMACD(व्यर्थ,0,12,26,9,मूल्य_बंद,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,मूल्य_बंद,0) >   0)  &&  (iBullsPower(व्यर्थ,15,13,मूल्य_बंद,0) <    iBullsPower(व्यर्थ,15,13,मूल्य_बंद,1)))  
               OrderSend(प्रतीक(),OP_BUY,0.1,Ask,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 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,मूल्य_बंद,MODE_MAIN,0) > iMACD(व्यर्थ,0,12,26,9,मूल्य_बंद,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,मूल्य_बंद,0) <   0  &&  iBearsPower(व्यर्थ,15,13,मूल्य_बंद,0) >    iBearsPower(व्यर्थ,15,13,मूल्य_बंद,1)))          
               OrderSend(प्रतीक(),OP_SELL,0.1,Bid,10,Bid+400*Point,Bid-4000*Point,"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,मूल्य_बंद,MODE_MAIN,0)< iMACD(व्यर्थ,0,12,26,9,मूल्य_बंद,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,मूल्य_बंद,0) >   0)  &&  (iBullsPower(व्यर्थ,15,13,मूल्य_बंद,0) <    iBullsPower(व्यर्थ,15,13,मूल्य_बंद,1)))  
               OrderSend(प्रतीक(),OP_BUY,0.1,Ask,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] जो अपनी शर्तों पर जीवन जीने के लिए समर्पित हैं. हमारा प्राथमिक उद्देश्य वित्तीय स्वतंत्रता और स्वतंत्रता प्राप्त करना है, और हमने स्व-शिक्षा का अनुसरण किया है और एक स्व-टिकाऊ जीवन शैली प्राप्त करने के हमारे साधन के रूप में विदेशी मुद्रा बाजार में व्यापक अनुभव प्राप्त किया है।.