News Trade EA MT5
- 유틸리티
-
Konstantin Kulikov
💎 HELPFUL INFORMATION 💎
🔹 Autostart of terminals when rebooting VPS: https://www.mql5.com/en/blogs/post/736914 - 버전: 2.60
- 업데이트됨: 9 10월 2025
- 활성화: 20
최신 설정 아카이브 다운로드: https://www.mql5.com/en/blogs/post/747929
기본 설정 설명
- Use_Symbols_from_Line = true;
- Symbols_Line = GBPUSD, EURGBP, GBPJPY, GBPCAD, GBPAUD, GBPCHF.
- News_currency_pairs = true;
- Excluded_currency_str = GBP;
- IncludeHigh = true.
더 많은 거래 (더 적극적인 옵션)를 얻으려면 "Excluded_currency_str" 줄을 비워두면 GBP 뉴스에서도 오더가 열립니다. 중간 중요 뉴스 IncludeMedium = true를 추가할 수도 있습니다.
- SecondBeforeHigh = 60;
- SecondAfterHigh = 20.
- IncludeSpeaks = false;
- SpeaksHigh = true;
- SpeaksMedium = true.
더 많은 거래 (더 적극적인 옵션)를 얻으려면 SpeaksHigh = false 및 SpeaksMedium = false를 설정하면 연설이 오더 개시를 차단하지 않습니다.
뉴스가 게시되기 전에 사기적인 가격 움직임을 가정하므로 가격에서 2.5포인트 떨어진 위치에서 LIMIT 오더가 사용됩니다. 대기 중인 오더는 양방향 (BUY 및 SELL)으로 열립니다. 오더 중 하나가 실행되면 다른 오더는 삭제됩니다. 지정된 시간 내에 실행된 오더가 없으면 오더가 둘 다 삭제됩니다.
- Trade_Direction = BUY_and_SELL;
- Type_Orders = ORDERS_LIMIT;
- Offset_from_price = 2.5.
- TakeProfit_Safety = 5;
- StopLoss_Safety = 0;
- Total_open_transactions = 3;
- Min_minuts_pause_between_positions = 1440;
- Min_pips_between_positions = 35;
- Multiplier_of_trade_Lot = 1.5.

I see that no one has left a review for this EA for a long time. I'll correct this oversight on my part and confirm that the EA is reliable and the developer trustworthy. It doesn't make transactions very frequently, but it suits well as a background worker for a more active EA.