Tarea técnica
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!
Han respondido
1
Evaluación
Proyectos
352
29%
Arbitraje
37
27%
/
65%
Caducado
10
3%
Trabajando
2
Evaluación
Proyectos
35
20%
Arbitraje
5
40%
/
40%
Caducado
0
Libre
Ha publicado: 1 ejemplo
3
Evaluación
Proyectos
2
0%
Arbitraje
4
25%
/
50%
Caducado
1
50%
Libre
4
Evaluación
Proyectos
569
35%
Arbitraje
83
30%
/
45%
Caducado
206
36%
Trabaja
5
Evaluación
Proyectos
9
0%
Arbitraje
5
40%
/
40%
Caducado
1
11%
Libre
6
Evaluación
Proyectos
20
40%
Arbitraje
3
0%
/
67%
Caducado
3
15%
Libre
7
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
Ha publicado: 90 artículos
8
Evaluación
Proyectos
144
46%
Arbitraje
20
40%
/
20%
Caducado
32
22%
Trabaja
9
Evaluación
Proyectos
35
23%
Arbitraje
4
0%
/
50%
Caducado
2
6%
Trabaja
10
Evaluación
Proyectos
289
35%
Arbitraje
18
22%
/
61%
Caducado
43
15%
Libre
11
Evaluación
Proyectos
2
50%
Arbitraje
0
Caducado
0
Libre
12
Evaluación
Proyectos
478
40%
Arbitraje
105
40%
/
24%
Caducado
82
17%
Trabajando
Ha publicado: 2 ejemplos
Solicitudes similares
Account size 50$ to 100$ or 5000USC to 10000USC ( Account $ Size may not matter ) Max Leverage 1000-2000 Min Lot 0.01 [ if averaging possible ] Averaging + Shift TP Faster Required if Trend Direction is Clear Account Protection Maxx Profit Max Loss Key Based Activation News Filter Need Expert to handle this to avoid false entry [ Developer can suggest extra additional filters inputs here ] as i mentioned I have no
Build a Forex Multi-Basket Trading Bot for OANDA (Python v20 REST API Only) MANDATORY DEVELOPER REQUIREMENTS (PLEASE READ BEFORE APPLYING): Do not apply for this project unless you meet the following strict professional criteria: 1. Deep Mathematical & Quantitative Background: You must thoroughly understand statistical distributions, rolling standard deviations (σ), calculating matrix medians, and dynamic Z-score
I need an AI based mt5 EA which self learns and improves on its previous mistakes. The EA must be able to utilize numerous trade set ups like; 1. CRT, 2. liquidity sweep reversal at selected higher timeframe where a candle sweeps previous candle high and closes lower or sweeps previous candle low and closes higher, 3. SMC where it trades on OB, CHoCH, BOS. 4. Support and resistance. It should trade any currency pair
Tradingview strategy develop
30+ USD
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
An expert trading bot
100+ USD
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 am looking for an experienced MQL5 developer who can BOTH research trading strategies and develop a commercial-quality MetaTrader 5 Expert Advisor. This is NOT simply a coding job. The developer is free to choose the trading logic, indicators, entry method, exit method, timeframe architecture and strategy type. I do not require the EA to copy or resemble any existing commercial EA. My priority is: ROBUST LONG-TERM
A developer will create an AI assisted EA forex watch-list scanner (not an auto-trader) designed to surface PDL/PDH bounces on M15, with coding in Python/MQL5. This will strictly be a market intelligence and scanning tool (no automatic order placement) and EA primary function will be a delivery of visual dashboard UI, 2-phased alerts (warning vs. execution), and multi-channel notification. 1. Project Overview &
EA Scalping XAUUSD M15 - EMA Cross
30 - 50 USD
Hello, please make me a simple MT5 Expert Advisor for XAUUSD on M15 timeframe. TRADING LOGIC: - BUY when EMA(10) crosses UP EMA(30) - SELL when EMA(10) crosses DOWN EMA(30) TRADING HOURS: - Only trade between 19:00 - 22:00 WIB / Jakarta time RISK SETTINGS: - Lot size: 0.01 - Stop Loss: 70 points - Take Profit: 150 - 300 points - Max 1 open position Please deliver .ex5 file ready to use. Thank you
I currently sell a white-label XAUUSD EA, but the existing supplier owns the source code. I now need a new, independently developed EA and licensing system that my company fully owns and controls. I am not requesting decompilation or copying of proprietary code. Existing settings, presets and trading examples will be provided as reference. The developer must first identify any missing strategy rules before
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
Información sobre el proyecto
Presupuesto
30 - 100 USD
Plazo límite de ejecución
de 4 a 15 día(s)