EA Trend

MQL4 Experts

Trabalho concluído

Tempo de execução 4 dias

Termos de Referência

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.


1



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.

Respondido

1
Desenvolvedor 1
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
2
Desenvolvedor 2
Classificação
(270)
Projetos
552
49%
Arbitragem
58
40% / 36%
Expirado
228
41%
Trabalhando
Pedidos semelhantes
Trading Bot Executes Trades on Specific Days via TradingView Alerts **As a** trader, **I want** to develop a trading bot that integrates with TradeLocker and MTS, **So that** when a TradingView alert (based on a 2,4,5,10,15,30 minute break and retest strategy whichever one) is triggered first. the bot will execute trades on both platforms, but only on specific days of the week. --- ## Acceptance Criteria 1
Project Description I am looking to collaborate with an experienced MQL5 / algorithmic trading developer who also has hands-on experience with Large Language Models (LLMs) and AI-driven systems. This is a long-term partnership opportunity , not a one-off paid freelance job. I bring 9 years of practical Elliott Wave trading experience , applied in live market conditions. The objective is to translate Elliott Wave
Hello, I’m looking for an experienced MT4 (MQL4) developer to convert the Lucky Reversal indicator from indicatorspot.com into a fully functional Expert Advisor (EA). Project Scope Code an MT4 EA that replicates the exact logic and signals of the Lucky Reversal indicator Trades should open and close automatically based on the indicator’s rules Must match indicator behavior 1:1 (no approximations) EA Requirements MT4
Looking for a developer to develop or provide past expert advisor that can cope with high impact news and high trends. needs to be mt5. Any strategy necessary. need to be able to backtest myself or see past results. Minimum profit per month 30% but needs to be very low drawdown. Can be one shot trade a day or a 1 min scalper ea. I will not be going to telegram to discuss further
🔹 COMPLETE DEVELOPMENT ASSIGNMENT Institutional Volume & Structure Indicator Platform: MT5 (preferred) OR TradingView (Pine Script v5) Type: Indicator only (NO EA, NO auto trading) Purpose: Institutional analysis for manual trading & manual backtesting 1. GENERAL REQUIREMENTS Indicator only (no orders, no strategy execution) No repainting Auto update + auto remove logic Clean, modular, performance-safe code User
specification High-Frequency Candle Momentum Scalper 1. Strategy Overview Core Logic: The EA identifies the current color of the active candle (Bullish or Bearish). Entry Trigger: It opens positions only after a specific duration of the candle has passed (e.g., after 30 seconds on a 1-minute candle) to confirm the direction. 2. Entry Logic (The "Half-Candle" Rule) Timeframe: M1 (Default, but adjustable). Time Filter
Looking for experience MT5 developer to build a rule-based EA using Volume Profile concept. Only developer with proven past experience working with Volume Profile indicator (ie, VAH, VAL, POC, session profiles or anchored profiles) will be considered. Interested developer must submit a screenshot or video clip of a past project involving Volume Profile, before being shortlisted. Specification will only be shared and
I need an Expert Advisor (EA) coded for MetaTrader 5 based on the following specifications: Objective: Autonomous trading on Bollinger Band breakouts, robust across trending and consolidating years. Architecture: Max 1 open trade at a time Ignore opposite signals if a trade is open Spread filter: always execute Indicators (Custom): Bollinger Bands (WMA, length 20, deviation 1.5, source: close) ATR (WMA, length 14)
I need a professional MQL5 developer to build a REAL-account XAUUSD (Gold) scalping Expert Advisor. Requirements: - MT5 only - Scalping on M1 timeframe - Works on REAL accounts (not demo-only) - Max spread & slippage filter - News filter - Auto lot (risk % adjustable) - One trade at a time Delivery: - Final EX5 file - Testing before full payment Please apply only if you have real experience with XAUUSD scalping
My expert already has the rest of the required features implemented . Bring in your support and resistance expert to save time . My expert already has money management , session filter etc . Trailing is threshold based . Please send a picture as well to show your expert on a live chart . Most specific is the 5m tf , to 1m execution

Informações sobre o projeto

Orçamento
30 USD