Spezifikation

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.

    Bewerbungen

    1
    Entwickler 1
    Bewertung
    (390)
    Projekte
    416
    30%
    Schlichtung
    74
    19% / 72%
    Frist nicht eingehalten
    52
    13%
    Arbeitet
    2
    Entwickler 2
    Bewertung
    (274)
    Projekte
    403
    28%
    Schlichtung
    40
    40% / 50%
    Frist nicht eingehalten
    1
    0%
    Frei
    3
    Entwickler 3
    Bewertung
    (16)
    Projekte
    35
    23%
    Schlichtung
    4
    0% / 50%
    Frist nicht eingehalten
    2
    6%
    Arbeitet
    4
    Entwickler 4
    Bewertung
    (9)
    Projekte
    20
    10%
    Schlichtung
    4
    50% / 50%
    Frist nicht eingehalten
    5
    25%
    Frei
    5
    Entwickler 5
    Bewertung
    (45)
    Projekte
    46
    24%
    Schlichtung
    34
    9% / 85%
    Frist nicht eingehalten
    10
    22%
    Frei
    6
    Entwickler 6
    Bewertung
    (298)
    Projekte
    478
    40%
    Schlichtung
    105
    40% / 24%
    Frist nicht eingehalten
    82
    17%
    Beschäftigt
    Veröffentlicht: 2 Beispiele
    7
    Entwickler 7
    Bewertung
    (271)
    Projekte
    553
    50%
    Schlichtung
    57
    40% / 37%
    Frist nicht eingehalten
    227
    41%
    Arbeitet
    8
    Entwickler 8
    Bewertung
    (9)
    Projekte
    19
    16%
    Schlichtung
    3
    67% / 0%
    Frist nicht eingehalten
    0
    Frei
    Ähnliche Aufträge
    GALAXYGOLD EA 30 - 36 USD
    I am looking for a developer to build an Expert Advisor (EA) with strict performance and delivery standards. The EA must demonstrate at least 85%+ win rate in backtests or demo runs. Delivery must be completed within the agreed timeframe (the days we set together). If you cannot meet these requirements, please do not apply. If you foresee delays, you must inform me beforehand — not after deadlines have passed. The EA
    I need an experienced trading-data specialist who can help me obtain 3–4 years of historical market data compatible with NinjaTrader 8 . The data will be used for trading strategy development, backtesting, and analysis
    I am looking for an experienced MQL5 developer to develop a custom Expert Advisor (EA) for MetaTrader 5, primarily for XAUUSD (Gold) . The EA will be based on a proprietary price-action trading strategy that I have already defined. The objective is to translate this strategy into a fully automated, precise and reliable trading system without modifying its underlying logic. The strategy involves specific
    Need aggressive M1 gold scalper rewrite of Dev3 + 8 strategies. INPUTS: RiskPercent=3, TP=400, SL=300, MaxTrades=6, Mode=BOTH, DailyProfit 15%, DailyLoss -10% LOT = Balance * RiskPercent / 1000 - works for Cent R350 and $1000. 8 STRATEGIES any true = open instantly, check 1 sec: 1 EMA8/21 cross 2 RSI14 30/70 + engulf 3 Engulfing candle 4 BB 20,2 breakout 5 FVG grab M1 6 M5 trend + M1 entry 7 Wick rejection >2 8
    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
    I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
    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

    Projektdetails

    Budget
    50 - 100 USD