EA Trend

MQL4 Uzman Danışmanlar

İş 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.


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.

Yanıtlandı

1
Geliştirici 1
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
2
Geliştirici 2
Derecelendirme
(270)
Projeler
552
49%
Arabuluculuk
57
40% / 37%
Süresi dolmuş
228
41%
Çalışıyor
Benzer siparişler
MT5 EA 100+ USD
hello Hi, I want to develop an EA that replicates the logic of a bot I’m currently watching on a live account. The bot has grown an account from $500 to $60k in 3 weeks using a specific 'Buy Stop/Sell Stop' strategy with 0.03 lots. I have the Investor Password and Trade History. Can you analyze the execution patterns and build a replica for me? Let me know your experience with this kind of task. message me for
I need a custom MT5 Expert Advisor + small backend bridge. The EA must: trade ONLY pending orders (BUY STOP / SELL STOP) support dual-trigger logic (one cancels the other) support fixed SL/TP, time-decay cancel, TP1 → BE communicate with a backend via HTTP (WebRequest) The backend: receives market snapshots from MT5 calls OpenAI API returns a structured JSON signal (numbers only) No strategy design needed – logic and
hello I want Semi EA developer who knows deep about martingale ,program and understand the market . MQL5 → Freelance → Search Keywords: Semi EA , Trade Manager , Manual Trade EA DM 3–5 devs directly Upwork Search: MT5 trade manager Invite only (private job) Telegram Groups: MQL5 Developers MT4 MT5 Coders
Hi I would like to create an ea that close order when: 1.The price touch the middle trend line(true/false option) 2.close buy order when trend line color change to red. Close sell order when trend line color change to blue. (True /false option)
Trade idea to EA 30 - 200 USD
MT5 Expert Advisor needed for this strategy. The strategy will be focused around the POC on a Market Profile type of chart (Option to change look-back time OR MP chart for Weekly/Monthly/Yearly) to determine price levels with a lot of liquidity (consolidation). I want an option to sell at XX distance above the POC, to then be able to TP at POC. I want the option to buy at XX distance below the POC to trade it back up
Hello, I would like to work with a developer that has successfully done this before. The First deliverable will be a strategic roadmap with estimated costs with the Second deliverable Phase Two coding, test and deployment. The goal is to deploy into Prop Firm Challenges (FTMO) and manage funded accounts. Price listed is for Phase One only. Requirements of the roadmap / finished project are as follows: 1. An EA (or
Ninjatrader bot 100+ USD
Description: I’m looking for an experienced NinjaTrader developer to create a custom trading bot based on my 5-minute Opening Range Breakout/Breakdown (ORB) strategy and integrate it with an existing Pine Script bot. Project Scope: Step 1: Develop the ORB strategy on NinjaTrader: Entry: LONG if first 15-min candle closes ≥ OR_high + 0.5; SHORT if ≤ OR_low - 0.5 Stop Loss: LONG → OR_low - 1.5; SHORT → OR_high + 1.5
hello i need a ready made bot for future What’s the rate for your bot And what’s the rate for my add ons to the bot ? Can I try your demo on sim for a week? Because if you have one I’ll just use that an manually trade when I want to my way because my strategy involves My bot Ict and smart money concept Orb Indicators Like this
I need a developer for a trading robot that works on my phone. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one
News Futures 50 - 55 USD
Modification of EA with breaking news on vertical line futures data and entry with PA and strength meter alerts. Sell signal: when price forms shooting star or up fractal on lower time frame 15M, when the low of closed candle in higher timeframe 1hr is not lower than the open of previous candle in the higher timeframe and strength meter or CSI or 3 bidratio steps for pi soft aligns . Alerts for currency strength

Proje bilgisi

Bütçe
30 USD