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
How long would it take to install automated trading on Ninjatrader and what information would you need ? It urgent if anyone can help with this kind do well by biding to this project and let discuss more
Specification Hi Free lancers, I need an EA which relates to Sure Fire Hedging EA base on Below parameters needed. Overview how it works: This EA will be able to open a trade with either Buy or Sell selection (manual- to be manually switch buy or sell selection ), another selection for automatic open trading can choose only buy. Once the EA already open trade (example -buy position) with starting lot size 0.01
Hedge Lot Plus EA Descriptions: (New EA) 1- The necessary explanations, documentation, and working principle details will be provided after the contract is signed. 2- The chart, button, and dashboard- template sample code will be provided. 3- There is no indicator. and work principle is easy. ** After the contract is signed,sampe code, a sample EA for "Hedge Lot Plus EA" and detailed information about the working
Experienced developer needed for a $100 project. I need to build three trading bots to copy signals from a Telegram channel and execute them on a trading account. The first bot will be used in the second and third bots as well, with some minor modifications. I will pay $40 for the first bot, $30 for the second, and $30 for the third. Contact me for details
1- Parts to Be Updated in Universal EA: 1- For Mode 2 (No Indicator Mode), a candle count parameter will be added for pivot breakout. The EA will determine how many candles after the pivot breakout it will add a position based on this parameter. 2- In Mode 1 (MA Mode), we will fix the error in one of the "Select Take Profit" modes called "Kill Position + Clean One by One." 3- We will fix the errors in Recovery Mode
I would manually draw one or more trendline or horizontal line in MT5. I would manually add description to each trendline or horizontal line for the desired action: Buy, Sell, Close buy orders, Close sell orders or Close all orders. When a candle touches the trendline or horizontal line, EA should execute the desired action. The desired action must be only once for a trendline or horizontal line. There should be some
Data Integrity 500 - 1000 USD
The trading bot is an automated software system designed to monitor financial markets, execute trades, and manage risk based on predefined strategies. The bot aims to maximize profits while minimizing human intervention and emotional decision-making. Scope: Supports automated trading on selected exchanges (e.g., Binance, Bitget, Coinbase). Executes trades based on technical indicators, signals, or AI models. Provides
1. General Objective Development of an Expert Advisor in MQL5 intended for Futures markets , based on an existing trading strategy that I will provide (described logic or precise rules). The main objectives are: Faithful implementation of the strategy , Full debugging of the EA, Validation of correct behavior through backtesting. 2. Markets and Instruments Markets: Futures Symbols: to be defined (e.g. indices
Subject: Major Upgrade Request: Auto Confluence of Signal/Trend/Momentum Scores with Multi-Timeframe SMC Hello, Your bot is excellent analytically, but I'm facing daily manual intervention due to the multiple indicators and timeframes. --- 📊 Current Situation: The bot uses: · Signal Score · Trend Score · Momentum Score · SMC Analysis · 3 Timeframes (Fast 5M, Medium 15M, Main 1H) · 4 Additional Indicators Currently
SMC Trading Bot 30 - 60 USD
1. The Core Idea: The "Liquidity-to-Liquidity" Engine Instead of just looking for a "Supply Zone," the bot must ask: "Whose money was just taken, and whose money are we targeting next?" The "Valid Move" Checklist A structure break or a zone is only "Real" if it meets the SMC Trinity: Inducement/Sweep: Price must take out a previous minor high/low (Retail Stop Loss) before the move. Displacement: The move must be

Proje bilgisi

Bütçe
30 USD