กลยุทธ์ผู้ค้าข่าว

0
(0)
ชื่อ:
กลยุทธ์ผู้ค้าข่าว
ผู้เขียน: อัตราแลกเปลี่ยน (2010.03.14 00:57)
ดาวน์โหลดแล้ว: 6117
ดาวน์โหลด:
News Trader Strategy 1
ข่าวTrader.mq4 (2.5 Kb) ดู
 

คำอธิบาย:

นี่เป็นตัวอย่างเล็กๆ น้อยๆ ของการใช้กลยุทธ์การซื้อขายตามข่าว. มีกลยุทธ์อยู่เล็กน้อย. ฉันอธิบายทั้งหมดไว้ในไซต์ของฉัน และเพิ่มบทความของฉันไปยังผู้รวบรวมบล็อกของ pipswanted.com ที่นี่: 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

ยังไม่มีคะแนนโหวต! เป็นคนแรกที่ให้คะแนนโพสต์นี้.

ขออภัยที่โพสต์นี้ไม่มีประโยชน์สำหรับคุณ!

ให้เราปรับปรุงโพสต์นี้!

บอกเราว่าเราจะปรับปรุงโพสต์นี้ได้อย่างไร?



ผู้เขียน: ทีมงาน Forex Wiki
เราคือทีมผู้ซื้อขาย Forex ที่มีประสบการณ์สูง [2000-2023] ที่อุทิศตนเพื่อใช้ชีวิตในแบบของเรา. วัตถุประสงค์หลักของเราคือการได้รับอิสรภาพทางการเงินและอิสรภาพ, และเราได้ติดตามการศึกษาด้วยตนเองและได้รับประสบการณ์ที่กว้างขวางในตลาด Forex เพื่อเป็นหนทางในการบรรลุวิถีชีวิตที่ยั่งยืนด้วยตนเอง.