News Trader Strategy

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 ピップス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

これまでのところ投票はありません! この投稿を最初に評価してください.

この投稿が役に立たなかったことをお詫び申し上げます!

この投稿を改善しましょう!

この投稿を改善する方法を教えてください?



著者: 外国為替ウィキチーム
私たちは経験豊富な外国為替トレーダーのチームです [2000-2023] 自分の思いどおりに人生を生きることに専念している人. 私たちの主な目的は、経済的自立と自由を獲得することです, 私たちは自立可能なライフスタイルを実現する手段として、独学で外国為替市場での豊富な経験を積んできました。.