News Trader Strategy

0
(0)
이름:
News Trader Strategy
작가: forexavatar (2010.03.14 00:57)
다운로드됨: 6117
다운로드:
News Trader Strategy 1
NewsTrader.mq4 (2.5 kb) 보다
 

설명:

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 pips SL. 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

현재까지 투표가 없습니다! 이 게시물을 가장 먼저 평가해 보세요..

이 게시물이 귀하에게 도움이 되지 못했다니 죄송합니다!

이 게시물을 개선해 보겠습니다.!

이 게시물을 개선할 수 있는 방법을 알려주세요.?



작가: 외환 위키 팀
우리는 경험이 풍부한 Forex 트레이더 팀입니다. [2000-2023] 우리 자신의 조건에 따라 삶을 살기 위해 헌신하는 사람들. 우리의 주요 목표는 재정적 독립과 자유를 얻는 것입니다., 우리는 자기 교육을 추구하고 Forex 시장에서 자립 가능한 라이프 스타일을 달성하기 위한 수단으로 광범위한 경험을 얻었습니다..