Hi, I would like to create an EA based on the attached indicator, and also the EA come with a dashboard to show account information.
The Entry rules as below :
Buy and Sell entry
-Candlestick closed with Buy / Sell arrow
-EA will placed 2 trades, one trade with specific lot size to target TP1 line, one trade with specific lot size to target TP2 line. Both trades are using the same SL level.
*PLEASE IMPORT ALL THE INDICATOR SETTINGS INTO THE EA SETTINGS*
Trade Management and Trading Session Management
Enable Session 1 = True/False
Trading Hour = 00:00
Stop Hour = 06:00
Session 1 TP1 ATR Multiplier = 3
Session 1 TP2 ATR Multiplier = 6
Session 1 TP3 ATR Multiplier = 9
Session 1 SL ATR Multiplier = 3
First Trade Lot Size (TP1) = 1
Second Trade Lot Size (TP2) = 1
Partial Close when near to TP2 90% (For 2nd Trade) = True/False
Partial Close How many % of the position (2nd Trade) = 90%
Move 2nd Trade TP to TP3 After Partial Close = True/False
Enable Session 2 = True/False
Trading Hour = 06:00
Stop Hour = 18:00
Session 2 TP1 ATR Multiplier = 2
Session 2 TP2 ATR Multiplier = 4
Session 2 TP3 ATR Multiplier = 6
Session 2 SL ATR Multiplier = 2
First Trade Lot Size (TP1) = 1
Second Trade Lot Size (TP2) = 1
Partial Close when near to TP2 90% (For 2nd Trade) = True/False
Partial Close How many % of the position (2nd Trade) = 90%
Move 2nd Trade TP to TP3 After Partial Close = True/False
Martingale Management
Start Martingale after how many losing trade on that day (0=disable) = 3
Martingale Multiplier = 2
Martingale Step = 2
Auto Breakeven Management
Auto move SL to BE after TP1 HIT (All Trades) = True/False
Money Management
Max Daily Drawdown (currency) = 4000
Stop Trading and Close All Trades When Equity Reach (Currency) = 110000
Stop Trading On That Day After How Many Winning Trade = 1
Dashboard Requirements
-A Simple dashboard to display some account info :
-Current Running Trades (with P/L)
-Past 5 Closed Trades (with P/L)
-Daily P/L (currency)
-Weekly P/L (currency)
-Monthly P/L (currency)
-Server Name
-Current Broker Time
-The dashboard can choose to be display at which side (upper left, upper right, bottom left, bottom right)
*PLEASE OFFER YOUR PRICE FOR THE JOB*
*PLEASE FIRST DOWNLOAD THE INDICATOR AND SEE IF IT CAN BE LOAD WITH EA, PREVIOUS CODER TRIED TO CREATE EA TO LOAD THE INDICATOR BUT IT'S FAILED*
類似した注文
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
Version document : 1.0 Plateforme : TradingView Langage : Pine Script v6 Type : Indicateur d'analyse et d'aide à la décision (non-exécutant) 1. Présentation du projet Nom du produit ONYX SR V2 — Intelligent Support & Resistance Scalping System Objectif Créer un indicateur TradingView capable d'identifier automatiquement des opportunités de scalping basées sur : supports et résistances dynamiques ; action du prix ;
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization