EA Trend

MQL4 Experts

Tâche terminée

Temps d'exécution 4 jours

Spécifications

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.

Répondu

1
Développeur 1
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
2
Développeur 2
Évaluation
(264)
Projets
538
50%
Arbitrage
55
40% / 36%
En retard
224
42%
Travail
Commandes similaires
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader
RSI trading bot 50 - 80 USD
Good morning, I'm looking to have an RSI based trading bot developed, which focuses on having many options for closing trades in order to diversify my trading opportunities, and to be good for experimentation in backtesting. Here are the features I'd like: -Being able to have as many of the following options activated as I want, to try all combinations of them -To work on all timeframes, though I will be focusing on
Looking for an EA which can produce less than 5% drawdown. Also profit factor above 1.5 (preferably 2.0) Please give me proper explanation how your EA works too Has anyone programmed it before? is it limited to forex only
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells

Informations sur le projet

Budget
30 USD
TVA (21%): 6.3 - 6.3 USD
Total: 36.3 - 36.3 USD
Pour le développeur
27 - 27 USD