I need an Expert Advisor for MetaTrader4. the market entry signal is based on custom indicator Closing of positions - by the SL, TP, and by a reverse signal. All positions are accompanied by a trailing stop,
(all of the indicator parameters should be adjustable)
Each indicator settings is adjustable in the control panel
Make (stoploss - takeprofet) invisible to the broker
News filter related to Forexfactory to avoid excessive trade movement
Multi-currency / multi-charts, as they will have to check all charts / currencies for the open market , I want to work fully from one chart only, regardless of the time frame.
StopLoss (SL) and TakeProfit (TP) - are fixed, adjustable by the parameters StopLossand TakeProfit:
The levels are specified in points of 4-digit quotes;
The trailing stop feature should be configurable (AllowTrailing = true/false parameter).
If there are any errors, it must print a message describing the error
All details of the expert advisor in the in the attachment
I will need to test two weeks before making the payment , to ensure that it meets all of the above requirements
If you have read all the details please do a simple calculation (3+4= )
Commandes similaires
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
I am looking for an experienced MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for Pepperstone MT5 , using LMAX as the leading price feed. The initial focus will be on US30 (Dow Jones) , and if the strategy proves successful, I want the EA to be easily expandable to additional symbols such as NAS100, GER40, XAUUSD, major forex pairs, and other supported instruments. The EA should
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