İş tamamlandı
Tamamlanma süresi: 4 gün
İş Gereklilikleri
Good afternoon developers:
I need to develop a simple EA.
I need a clean code, I do not want a template for the creation of the EA is used.
I do not want lines of code are not used for this EA.
The EA should operate like a 4 digit broker than 5 digits.
The EA will have to work on graphics renko.
The EA used the library errors MT4, for an alert notifying.
The template parameters of the EA facilitated me, has to be respected.
//+------------------------------------------------------------------+ //| EA Trend - Renko.mq4 | //| | //| | //+------------------------------------------------------------------+ #property copyright "" #property link "" #property version "1.00" #property strict extern string ExpertName = "=== EA Trend - Renko ==="; extern string GeneralParameters = "===== GENERAL PARAMETERS ====="; extern int Magic = 111; // Manual magic number extern int MaxSpreadPermitted = 2; // Value of maximum spread allowed extern int MaxSlippage = 2; // Maximum slippage allowed extern bool EcnBroker = true; // Boolean to define if is ECN broker or not extern int NumberOfTry = 10; // Number of tries to modify the orders to the broker. extern int MaximumVolumeSize = 10; // Maximum volume allowed. //*********************************************************************************************************************************** //*********************************************************************************************************************************** extern string MoneyManagement = "===== MONEY MANAGEMENT ====="; extern int MoneyManagType = 0; extern string MMT_0 = "MMT = 0, Fixed Volume"; extern string MMT_1 = "MMT = 1, % Account Balance"; extern double LotSize = 0.01; // "MMT = 0, Fixed volume" extern double RiskAccountBalance = 15; // "MMT = 1, % Risk Account Balance" extern string Martingale = "===== MARTINGALE ====="; extern int MartingaleType = 0; extern string MGT_0 = "MGT = 0, NO Martingale"; extern string MGT_2 = "MGT = 2, Factor Multiplication"; extern double Martingale_MultiplyOnLoss = 2.0; // Multiplication factor applied after each loss //*********************************************************************************************************************************** //*********************************************************************************************************************************** extern string OrderSettings = "===== ORDER SETTINGS ====="; extern bool CloseNewSignalOperation = false; //*********************************************************************************************************************************** //*********************************************************************************************************************************** extern string Positions = "===== POSITIONS SETTINGS ====="; extern double TakeProfit = 50; extern double StopLoss = 30; extern int TrailingMode = 0; extern string TM_0 = "TM = 0, Off"; extern string TM_1 = "TM = 1, -- Mode 1 -- BreakEven & Trailing Stop"; extern string Mode1 = "----- MODE 1 -----"; extern double BreakEvenStartPips = 15; // When the price moves to X benefit in pips move SL to BE extern double BreakEvenPipsLockIn = 5; // When the price is BreakEven +/- x pips, move SL to BE extern double TrailingStopPips = 15; // Trailing Stop in pips extern double TrailingStopStepPips = 5; // Trailing Stop Step in pips //*********************************************************************************************************************************** //*********************************************************************************************************************************** extern string IndicatorsSettings = "===== INDICATORS SETTINGS====="; extern string _Indicator = "===== ====="; //*********************************************************************************************************************************** //*********************************************************************************************************************************** extern string Alerts = "===== ALERTS ====="; extern bool AlertEnable = true; //+---------------------------------------------------------------------------------------------------------------------------------+
The signals of Buys and Sells generates a single indicator.

The orders will be produced at the end of renko candle.
Only one order each signal.
Any further questions on the parameters of the template or the operation of the EA will transfer to the discussion area.
Best regards.
Hermo.
PD. The template parameters and the indicator will attach to the selected developer.
Yanıtlandı
1
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
2
Derecelendirme
Projeler
552
49%
Arabuluculuk
57
40%
/
37%
Süresi dolmuş
227
41%
Çalışıyor
Benzer siparişler
EA developer with stregegy builder required
50 - 100 USD
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
I am looking for a developer to build a robust MetaTrader 5 Expert Advisor for Gold (XAUUSD) scalping on the M5 timeframe. The EA must be optimized for small accounts ($200 - $1,000). Technical Requirements: Primary Strategy: Mean Reversion using Bollinger Bands (20, 2.0) and RSI (14). Buy: Price closes below lower band + RSI < 30 + Trend Filter. Sell: Price closes above upper band + RSI > 70 + Trend Filter. Trend
Olá amigos possuo um indicador que não tem o código fonte mas tenho a licença para usar esse indicador que está me trazendo bons resultados no meu operacional desejo automatizar as suas entradas através de um robô funciona mais ou menos da seguinte forma o indicador gera um sinal de compra ou venda e também gera um nível de take profit stop loss.O robô deve fazer a leitura dos sinais e definir TP e SL nos mesmos
An additional indicator signal will be added to the existing EA. The existing mechanical system will NEVER be changed. I will send you the necessary documents and codes. I will send you the necessary documents and codes. thank you
Need MT5 Expert Advisor base on my strategy XAUUSD Fast scalping, Grid , Martingale, TP, SL trailing buy sell both also add magic number fully atumated advance strategy Pro version 24 hours running trades close in profit directly open new trade
Freeallfree
400 - 800 USD
Professional MT5 EA – XAUUSD I need a professional Expert Advisor for MT5 (MQL5) to trade XAUUSD only. This is not a random scalping bot. The EA must trade only high-probability liquidity breakouts during active sessions and avoid ranging or low-volatility markets. Symbol: XAUUSD Timeframe: M15 (optional H1 confirmation) Session filter (Dubai GMT+4): Trade only London and New York sessions Adjustable session times No
EURUSD Day scalping
30+ USD
Hi Developers, I am looking for a EA based on EURUSD where EA is taking multiple trades in a day with small profits in each trade. Looking for some EA based on HFT trading, scalping
Fix and Add risk management all
50 - 300 USD
My EA has serious problems and needs full improvement and optimization. Problems: No Stop Loss and Take Profit No risk management system High drawdown and losses Opens multiple trades at same entry (overtrading) No maximum trades per day limit No maximum open trades per symbol No trailing stop Poor entry logic and weak signals Trades open very late (after many days) No equity protection system No daily loss limit No
Aggressive gold EA bot
30 - 50 USD
i need a trading bot that can make 100% profit in 1 day. with capital less than $200 i know this is risky but am willing to take the risk. ea has to be backtestable and also i will test for just 5 random days to make sure it works. and make a purchase if am satisfied with the 5days results. send back test results for me to consider and reply
EA MUSYOKA
35+ USD
//+------------------------------------------------------------------+ //| TrendPullbackEA.mq5 | //| Copyright 2024, EA DENIS MUSYOKA Trading Robot | //+------------------------------------------------------------------+ #property strict #property copyright "Copyright 2024" #property version "1.00" // 1. Include the Trade Library (Fixes OrderSend errors) #include
Proje bilgisi
Bütçe
30 USD