Tâche terminée
Temps d'exécution 5 heures
Commentaires de l'employé
Good, calm and friendly person. You gonna loving working with him!
Commentaires du client
fast developer
Spécifications
I am interested in enhancing my current Forex Expert Advisor (EA) by integrating a news filter functionality. The primary objective of this feature is to prevent the EA from executing trades shortly before high-impact news events. Below, I have detailed the specifications for this feature:
1. Feature Overview:
- The EA should automatically fetch upcoming news events from a reliable financial news source or economic calendar (e.g., Forex Factory, Investing.com, or any other preferred provider you suggest).
- The news filter should specifically look for high-impact news events related to the currencies my EA trades with.
- Trading should be temporarily disabled starting from a predefined period before the scheduled news event (e.g., 1 hour) and resume after a predefined period post the news event (adjustable parameters).
2. Functional Requirements:
- Automatic News Fetching: The system should automatically retrieve the upcoming high-impact news events, including the event time, affected currency, and impact level.
- Time Parameters: The EA should have adjustable input parameters in the settings that allow me to define:
- How long before a news event the EA should stop trading (e.g., "StopTradeBeforeNews" in minutes/hours).
- How long after a news event the EA should resume trading (e.g., "ResumeTradeAfterNews" in minutes/hours).
- Filter by Currency Pair: The news filter should analyze the currency pairs in the market watch or those that the EA is intended to trade and correlate with the news events related to these currencies.
- Visual Indicator: (Optional) A visual display on the chart indicating the 'no-trade' periods before and after high-impact news events.
3. Technical Considerations:
- Please ensure the solution is efficient and doesn't excessively consume resources, as it will be running continuously while the Forex market is open.
- The implementation should handle any data fetching errors gracefully and not cause the EA to crash or behave unexpectedly. It should also log errors for troubleshooting.
- Ensure the news source's API or data feed is reliable, has good uptime, and the terms of use allow for our intended usage.
4. Testing and Validation:
- Please provide a method for testing the new feature in a demo trading environment to validate functionality before any live trading occurs.
- I'd appreciate a brief walkthrough of how the feature was implemented and how to adjust the settings.
5. Delivery:
- Kindly provide an estimated timeline for when you expect the modification to be completed.
- Please include detailed documentation on the new feature's functionality and any changes made to the EA.
I am open to any suggestions you may have for improving the functionality or efficiency of this feature. Please provide a quote for this service and an estimated time of completion. If you need any further information or clarification to provide an accurate quote, feel free to ask.
Thank you for your assistance.
Répondu
1
Évaluation
Projets
416
30%
Arbitrage
74
19%
/
72%
En retard
52
13%
Travail
2
Évaluation
Projets
262
30%
Arbitrage
0
En retard
3
1%
Gratuit
Publié : 2 codes
3
Évaluation
Projets
32
9%
Arbitrage
0
En retard
0
Gratuit
4
Évaluation
Projets
80
6%
Arbitrage
46
11%
/
54%
En retard
7
9%
Travail
5
Évaluation
Projets
196
59%
Arbitrage
10
80%
/
0%
En retard
0
Gratuit
Publié : 1 code
6
Évaluation
Projets
35
54%
Arbitrage
0
En retard
1
3%
Gratuit
7
Évaluation
Projets
83
28%
Arbitrage
9
33%
/
56%
En retard
9
11%
Gratuit
Publié : 1 code
8
Évaluation
Projets
80
10%
Arbitrage
38
8%
/
58%
En retard
6
8%
Gratuit
9
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
Publié : 9 codes
Commandes similaires
I am looking for an experienced Pine Script developer to create a custom TradingView indicator based on a rule-based forex trading strategy. The strategy focuses on breakout and retest setups, combined with multi-timeframe confirmation for precise entries. Scope of Work Detect key support and resistance levels Identify strong breakout candles (close beyond level with momentum) Confirm valid retest of the broken level
Ninjatrader indicator
30+ USD
I am currently building a NinjaTrader indicator but i haven't finished building it, i stopped at 70% but it was successfully compiled as at the last time i compiled it I would like you to complete the indicator for me so it can works perfectly how i want it to work if your price won't be too high Kindly check the source code out I have also sent a video discription of how the indicator is supposed to work And also
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
SK Indicator Trading Robot for Gold (XAUUSD)
100 - 200 USD
I need an Expert Advisor based on SK indicator for gold trading. Entry: - Open trade immediately when SK signal appears Stop Loss: - Fixed stop loss = $200 per trade Take Profit: - TP1: close 50% of the position - TP2: final target Lot Size: - Fixed lot = 0.02 Pair: - XAUUSD only Timeframe: - M15 Rules: - Only one trade per signal - No duplicate trades - Move stop loss to breakeven after TP1 Requirements: - The EA
Gold scalping robot needed
30+ USD
I need a very profitable scalping robot for gold trading at M1 timeframe. I should have adjustable trailing stop, step, SL, TP in points it should use both trade opening and pending orders just as in the links below https://vt.tiktok.com/ZSHj9cD5w/  ; https://vt.tiktok.com/ZSHjHFvkg/  ;
AI Trading Bot
30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
looking for Expert to create or ready made solution for bonus hedge auto set cross trading of opposite trading strategy. the expert may guide what max and best he can do to make the EA perfect
Simplebot
30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
I am seeking an expert MQL5 developer for a paid architectural consultation. I am currently in the process of building a trading platform and need a deep dive with a specialist who understands the "under the hood" mechanics of high-frequency execution and systematic bot design. Topics for Discussion: Engine Logic: Best practices for building a robust, low-latency execution engine on MT5. Risk Frameworks: Implementing
Informations sur le projet
Budget
43+ USD