0
(0)
नाम:
News Trader Strategy
लेखक: forexavatar (2010.03.14 00:57)
डाउनलोड: 6117
डाउनलोड करना:
News Trader Strategy 1
NewsTrader.mq4 (2.5 केबी) देखना
 

विवरण:

This is a small example of using news trading strategy. There are few strategies. I described them all on my site and add my article to the pipswanted.com blog aggregator here: http://pipswanted.com/Trading-News-Working-Methods-%C2%B7-ForexFellowcom-Making-forex-trading-Easy. I wrote about four different strategies to play news. This simple EA includes one and the most interesting of these strategies in my opinion.
I didn't include the method to get news because I found indicator for playing news on this site http://articles.mql4.com/523 and I didn't want to write about it ones more. Here you get a simple implementation of making orders results from one of the strategies I wrote on my blog.

Here is description of the strategy:

Strategy no 3

It’s my favorite strategy. Before the news publication we place two orders: one buy stop and one sell stop. Both for example 5 pisp TP and 5 पिप्स एसएल. We place buy stop above current price let’s say 20 pips above, and sell stop 20 pips under current price. Now we wait for the data. When the market shots in some way it is big probability to hit one of our TP. Even if it returns after all it can his the second TP. The profit can bee small but not very risky. Be careful with your SL’s and TP’s to be not too big cause it is better to earn small than to lose big money.

Here is sample code:

   अगर(orderOpenDate == currentDate)
   { 
      //we place 2 आदेश: buy stop and sell stop
      if(ticket < 1)
      {
         orderAsk = Ask - bias * बिंदु;
         orderBid = Bid - bias * बिंदु;
         ticket=OrderSend(प्रतीक(),OP_SELLSTOP,बहुत,orderBid,1,orderAsk+Point*sl,orderBid-tp*Point,"NewsTrader",2,0,लाल); 
      }
      अगर(ticket2 < 1)
      {
         orderAsk = Ask + bias * बिंदु;
         orderBid = Bid + bias * बिंदु;
         ticket2=OrderSend(प्रतीक(),OP_BUYSTOP,बहुत,orderAsk,1,orderBid-Point*sl,orderAsk+tp*Point,"NewsTrader",2,0,हरा); 
      }         
   }

सिफारिशों:

ये पोस्ट कितनी उपयोगी थी?

इसे रेट करने के लिए किसी स्टार पर क्लिक करें!

औसत श्रेणी 0 / 5. वोटों की गिनती: 0

अभी तक कोई वोट नहीं! इस पोस्ट को रेट करने वाले पहले व्यक्ति बनें.

हमें खेद है कि यह पोस्ट आपके लिए उपयोगी नहीं रही!

आइए इस पोस्ट को बेहतर बनाएं!

हमें बताएं कि हम इस पोस्ट को कैसे बेहतर बना सकते हैं?



लेखक: विदेशी मुद्रा विकी टीम
हम अत्यधिक अनुभवी विदेशी मुद्रा व्यापारियों की एक टीम हैं [2000-2023] जो अपनी शर्तों पर जीवन जीने के लिए समर्पित हैं. हमारा प्राथमिक उद्देश्य वित्तीय स्वतंत्रता और स्वतंत्रता प्राप्त करना है, और हमने स्व-शिक्षा का अनुसरण किया है और एक स्व-टिकाऊ जीवन शैली प्राप्त करने के हमारे साधन के रूप में विदेशी मुद्रा बाजार में व्यापक अनुभव प्राप्त किया है।.