Specifiche

Dear Developer

I am seeking your expertise to develop a High-Frequency Trading (HFT) robot that is designed to pass a proprietary trading firm's evaluation criteria within a few days. The robot must be equipped with advanced risk management features, including low drawdown parameters, an equity protection mechanism, a news filter, and a user-friendly, colorful dashboard for monitoring performance. Below, I outline the essential features and requirements:

1. High-Frequency Trading (HFT) Algorithm:

  • The robot should execute a high volume of trades with precision and speed.
  • It should be optimized for the lowest possible latency, considering the possibilities of colocation services if necessary.
  • The strategy should be backtested with historical tick data to ensure robustness and be capable of adapting to different market conditions with low slippage and tight spreads.

2. Low Drawdown Strategy:

  • The core trading algorithm should prioritize capital preservation with a strict low drawdown strategy.
  • The target maximum drawdown percentage must be configurable within the robot's parameters to meet the proprietary firm's trading rules.

3. Equity Protection Mechanism:

  • Implement an equity protection feature that automatically halts trading if the account equity falls below a predetermined threshold percentage of the account balance.
  • This feature should protect against unforeseen market volatility and ensure compliance with the drawdown limitations set by the prop firm.

4. News Filter:

  • The EA should have a built-in news filter that can access an economic calendar and avoid trading before and after high-impact news releases.
  • The news filter should be customizable, allowing for the adjustment of the pre and post-news trading suspension period.

5. Colorful Dashboard Interface:

  • Develop a visually appealing and informative dashboard that displays real-time information on the robot's performance, including but not limited to current trades, P/L status, account balance, equity, and drawdown.
  • The dashboard should be intuitive and user-friendly, providing quick access to essential functions and settings.

6. Additional Requirements:

  • The robot must comply with all the trading rules and leverage restrictions of the targeted proprietary trading firm.
  • It should include a detailed log feature to review trading decisions and adjust strategies as necessary.
  • Comprehensive documentation on how to install, configure, and operate the robot, including a guide for the dashboard, must be provided.

7. Testing and Validation:

  • The robot should be rigorously tested in a simulated environment that closely mirrors the prop firm's trading conditions.
  • Before final delivery, I will require a trial period to validate the robot's performance through backtesting and forward testing in a demo account setting.

8. Timeline and Communication:

  • Please provide an estimated timeline and cost for the development of this robot.
  • Regular updates on the progress, with milestones and deliverables, would be appreciated.

I am aware of the complexity and challenges involved in creating such a sophisticated trading robot. Therefore, I am looking for someone who has a proven track record in developing successful high-frequency trading systems. Please let me know if you require further details or have any questions regarding the project.

I look forward to your response and hope we can work together to develop a successful trading tool.

Best regards,


Con risposta

1
Sviluppatore 1
Valutazioni
(75)
Progetti
80
6%
Arbitraggio
46
11% / 54%
In ritardo
7
9%
In elaborazione
2
Sviluppatore 2
Valutazioni
(61)
Progetti
83
45%
Arbitraggio
27
11% / 70%
In ritardo
8
10%
Gratuito
3
Sviluppatore 3
Valutazioni
(9)
Progetti
20
10%
Arbitraggio
4
50% / 50%
In ritardo
5
25%
Gratuito
4
Sviluppatore 4
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(45)
Progetti
91
13%
Arbitraggio
34
26% / 59%
In ritardo
37
41%
Gratuito
6
Sviluppatore 6
Valutazioni
(1)
Progetti
2
0%
Arbitraggio
2
50% / 50%
In ritardo
0
Gratuito
Ordini simili
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 some tradingview strategy that i want to use as a tester, i have something that i am working on currently and i need someone that can provide me with tradingview strategies that doesn't have a win rate, the one with 1:1 RR it need to have low win rate like 10% or 5% profitability, i am not paying $30 for,i dont have up to that for this cause i only want to use it as a test, if anyone have any to send me please
hello i need help building a ea bot for mt5 and i have started on claude but i will need someone if a incredible experience to make my ideas come to live. please contact so we can schedule a quick call and i can share anything that concerns you for the task
I have 2 trading view indicators by GainzAlgo that I want code to mt5 , could u advise? I need you to give me response if you can convert This
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I need to build one from scratch . Experience with Sierra Chart, ACSIL
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured

Informazioni sul progetto

Budget
123+ USD
Scadenze
da 10 a 34 giorno(i)