指定

I need an EA which only trades the news data.

The EA has to analyze the news-data and needs to classify them into categories.

The Strategy includes the following points and this features needs to be included :


1. Filter for news Data : 

Pairs :  USD ● EUR ● AUD ● GBP

News Events : 

  • GDP
  • Unemployment rate (initial claims)
  • CB Consumer Confidence (US)
  • Retail sales
  • Consumer Price Index (CPI)
  • Purchasing Managers' Index (PMI)
  • Producer Price Index (PPI)
  • Interest rate decisions

  • 2. Positions : 

  • Timing of positioning The positioning should be adjustable.
  • There should be the possibility to include various indicators and similar calculations in the positioning in the next instance, e.g., range calculations, round levels, etc.


  • 3. Execution via Limit Orders : 

  • The order execution should take place via limit order.
  • Before EACH news event, a limit short and a limit long should be created.

  • 4. Trail Stop : 

    • The goal is to work with a fast trailing stop, which secures the position with a break-even (BE) in the first period and then trails afterwards.



    To develop an effective trading strategy based on news events, the following steps are crucial:

    1. Collection and analysis of news event data:

      • Identify and collect relevant news events with precise timestamps and historical market reactions.
    2. Timing of positioning:

      • Determine the optimal timing for placing trades before news events by analyzing historical data.
    3. Appropriate indicator for limit orders:

      • Develop an indicator to quantify the expected market movement and set appropriate limit orders based on historical volatilities and event types.
    4. Different impacts of news events:

      • Differentiate market reactions to various news events and identify those with the greatest impact.
    5. Evaluation and adjustment:

      • Evaluate the initial trades, identify the events with the greatest impact, and continuously adjust the strategy to optimize profitability.



    The EA needs to be able to be backtested with historical news data.

    There should be also a panel on the chart to show the current news events and what the bot next steps would be to know as much as possible about the news events.

    反馈

    1
    开发者 1
    等级
    (390)
    项目
    416
    30%
    仲裁
    74
    19% / 72%
    逾期
    52
    13%
    工作中
    2
    开发者 2
    等级
    (274)
    项目
    403
    28%
    仲裁
    40
    40% / 50%
    逾期
    1
    0%
    空闲
    3
    开发者 3
    等级
    (16)
    项目
    35
    23%
    仲裁
    4
    0% / 50%
    逾期
    2
    6%
    工作中
    4
    开发者 4
    等级
    (9)
    项目
    20
    10%
    仲裁
    4
    50% / 50%
    逾期
    5
    25%
    空闲
    5
    开发者 5
    等级
    (45)
    项目
    46
    24%
    仲裁
    34
    9% / 85%
    逾期
    10
    22%
    空闲
    6
    开发者 6
    等级
    (298)
    项目
    478
    40%
    仲裁
    105
    40% / 24%
    逾期
    82
    17%
    已载入
    发布者: 2 代码
    7
    开发者 7
    等级
    (271)
    项目
    553
    50%
    仲裁
    57
    40% / 37%
    逾期
    227
    41%
    工作中
    8
    开发者 8
    等级
    (9)
    项目
    19
    16%
    仲裁
    3
    67% / 0%
    逾期
    0
    空闲
    相似订单
    I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits
    Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
    Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
    Expert Advisors 300+ USD
    double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
    i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
    Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
    MQL5 Developer 30+ USD
    📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
    Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA
    Gold hunter v5 30+ USD
    *TITLE:* 5 Trades EA - EMA20/50 + RSI - Safe for Small Account *SPECIFICATION:* I need MT5 EA - Source Code .mq5 *Logic:* Buy: EMA20 > EMA50 and RSI(14) 45-70 Sell: EMA20 < EMA50 and RSI(14) 30-55 Timeframe M15, Symbol XAUUSD and all Forex *Trade Management:* Max 5 trades at same time. Fixed lot 0.01. No martingale. No lot increase. Distance between trades 150 points. Do not open all 5 at same price. Max 5 total
    I need an Expert Advisor (EA) developed for MetaTrader 5 (MT5) tailored for trading on Exness accounts. Account & Server Details: Trading Platform: MetaTrader 5 (MT5) Broker: Exness Execution Type: Market / Pending Orders Account Type: [Specify: Standard / Pro / Raw Spread / Zero] Target Instruments: [Specify pairs, e.g., XAUUSD, EURUSD, BTCUSD] Strategy Requirements: Entry Rules: [Insert your buy/sell entry

    项目信息

    预算
    50 - 100 USD