Specification
hi i am looking for a guy to impliment the following and give me a good ea,
---
### **1. Core Trading Logic**
- **Moving Average Crossover**:
- Uses a fast MA (e.g., 5-period) and a slow MA (e.g., 20-period) to identify trends.
- Buy signal: Fast MA crosses above Slow MA.
- Sell signal: Fast MA crosses below Slow MA.
- **Relative Strength Index (RSI)**:
- Identifies overbought and oversold conditions.
- Buy signal: RSI below the oversold level (e.g., 30).
- Sell signal: RSI above the overbought level (e.g., 70).
- **Average True Range (ATR)**:
- Used for dynamic stop loss and take profit levels.
- Adjusts risk based on market volatility.
---
### **2. Risk Management**
- **Dynamic Position Sizing**:
- Calculates lot size based on a percentage of account balance and ATR.
- Ensures consistent risk per trade.
- **Stop Loss and Take Profit**:
- Stop loss and take profit levels are based on ATR to adapt to market volatility.
- **Maximum Spread Control**:
- Avoids trading when the spread exceeds a specified threshold.
- **Slippage Control**:
- Limits the maximum allowable slippage for trade execution.
---
### **3. Advanced Features**
- **Multi-Timeframe Analysis**:
- Confirms trends using a higher timeframe (e.g., H1) moving average.
- Reduces false signals by aligning with the broader trend.
- **Trailing Stop**:
- Locks in profits as the trade moves in your favor.
- Adjusts the stop loss dynamically based on the specified distance.
- **News Filter**:
- Avoids trading during high-impact news events.
- Can be implemented using an external API (e.g., Forex Factory calendar).
---
### **4. Machine Learning Integration (Optional)**
- **ML Model for Trade Signals**:
- Uses a trained machine learning model (e.g., Random Forest) to predict trade directions.
- Features include MA, RSI, ATR, and other technical indicators.
- **Socket Communication**:
- Communicates with a Python server to fetch ML predictions in real-time.
---
### **5. Error Handling and Robustness**
- **Indicator Initialization Checks**:
- Ensures all indicators are properly initialized before trading.
- **Order Execution Checks**:
- Validates trade execution and handles errors gracefully.
- **Empty Control Statements**:
- Ensures all control statements (e.g., `if`, `for`) have valid code blocks.
---
### **6. Optimization and Customization**
- **Input Parameters**:
- Allows users to customize key parameters (e.g., risk percentage, indicator periods, stop loss distance).
- **Backtesting and Optimization**:
- Compatible with MetaTrader 5's strategy tester for backtesting and parameter optimization.
---
### **7. Code Quality and Structure**
- **Modular Design**:
- Separates core logic into functions (e.g., `CalculateLotSize`, `OpenOrder`, `TrailingStop`).
- Improves readability and maintainability.
- **Comments and Documentation**:
- Includes detailed comments to explain each component of the code.
- **Error Logging**:
- Prints error messages to the terminal for debugging.
---
### **8. Compatibility**
- **MetaTrader 5**:
- Fully compatible with the MetaTrader 5 platform.
- Uses MQL5's built-in functions and libraries (e.g., `Trade.mqh`, `Indicator.mqh`).
- **Python Integration**:
- Can be extended to integrate with Python for advanced features like machine learning.
---
### **9. Performance Considerations**
- **Efficient Indicator Calculations**:
- Uses `iATR`, `iMA`, and `iRSI` for efficient indicator calculations.
- **Low Latency**:
- Designed for scalping with minimal latency in trade execution.
---
### **10. Future Enhancements**
- **News Filter Implementation**:
- Integrate an external API to fetch high-impact news events.
- **Machine Learning Enhancements**:
- Train more advanced models (e.g., LSTM, XGBoost) for better predictions.
- **Multi-Currency Support**:
- Extend the EA to trade multiple currency pairs simultaneously.
- **Advanced Risk Management**:
- Add features like daily loss limits and maximum drawdown control.
---
### **Summary**
This EA is built with a focus on **scalping strategies**, **risk management**, and **adaptability**. It combines traditional technical indicators with optional machine learning integration for enhanced performance. The modular design and detailed documentation make it easy to customize and extend for specific trading needs.
Let me know if you need further clarification or additional features!
Responded
1
Rating
Projects
335
29%
Arbitration
36
28%
/
64%
Overdue
10
3%
Working
2
Rating
Projects
35
20%
Arbitration
5
40%
/
40%
Overdue
0
Free
Published: 1 code
3
Rating
Projects
2
0%
Arbitration
4
25%
/
50%
Overdue
1
50%
Free
4
Rating
Projects
565
35%
Arbitration
81
31%
/
44%
Overdue
204
36%
Free
5
Rating
Projects
9
0%
Arbitration
5
40%
/
40%
Overdue
1
11%
Free
6
Rating
Projects
20
40%
Arbitration
3
0%
/
67%
Overdue
3
15%
Free
7
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Published: 84 articles
8
Rating
Projects
144
46%
Arbitration
20
40%
/
20%
Overdue
32
22%
Free
9
Rating
Projects
35
23%
Arbitration
4
0%
/
50%
Overdue
2
6%
Working
10
Rating
Projects
289
35%
Arbitration
18
22%
/
61%
Overdue
43
15%
Free
11
Rating
Projects
2
50%
Arbitration
0
Overdue
0
Free
12
Rating
Projects
478
40%
Arbitration
105
40%
/
24%
Overdue
82
17%
Loaded
Published: 2 codes
Similar orders
Macd Rsi stochastic vwap Bot. I have code.
150 - 300 USD
Привіт. Шукаю когось, хто б застосував мій код як бота . Я торгую індексом Aus_200 SFE (не XJO). Бот базується на MACD входу/виходу, RSI, стохастиці та vwap. Як тільки роботу приймуть, мені потрібно внести кілька коректив; однак, нічого суттєвого. Дякую
I have a technical specification ready for a custom alert indicator in NinjaTrader 8 (NinjaScript / C#). Important clarification: it is NOT an automatic trading bot, it is solely a visual indicator (arrows/lines on the chart) and sound alerts (notifications) based on EMA crossovers and range breakouts (ORB 15m) on lower timeframes for futures (MES). I already have the exact rules written out unambiguously
Custom MT5 EA for buy stop and sell stop breakout strategy.’ ‘Requirements, develop a custom Expert Advisor for MetaTrader 5 that places buy-stop and sell-stop pending orders based on defined breakout rules.’ ‘All important values adjustable via inputs.’ ‘Includes stop loss, take profit, trailing stop, and configurable risk management.’ ‘One trade at a time, works on demo before live.’ Provide source code and
MT4/MT5 HFT EA us30
30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
I need a professional MT5 Expert Advisor (MQL5) for XAU/USD (Gold) only. Requirements: - Symbol: XAU/USD only - Timeframe: H1 trend, M5 entry - Smart Money Concept (SMC) - Liquidity Sweep - Break of Structure (BOS) - Order Block Retest - Confirmation Candle (Engulfing or Pin Bar) - ATR-based Stop Loss - Risk:Reward = 1:3 (adjustable) - Auto Lot (1% risk) - Break Even - Trailing Stop - Maximum 2 trades per day - One
MT4/MT5 HFT EA Live Trading
40 - 10000 USD
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 ;
Ниже представлено готовое, технически выверенное Техническое задание (ТЗ) . Вы можете полностью скопировать этот текст и разместить его на бирже фриланса (например, MQL5.com в разделе «Фриланс» или на Smart-Lab). Данное ТЗ написано на профессиональном языке, понятном разработчикам торговых систем для терминала QUIK (на языке Lua) . ТЕХНИЧЕСКОЕ ЗАДАНИЕ (ТЗ) Разработка мультивалютного торгового робота для терминала
HFT / Latency Arbitrage pepperstone
30 - 5000 USD
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
Project information
Budget
30 - 100 USD
Deadline
from 4 to 15 day(s)