EA MT5

MQL5 Experten

Auftrag beendet

Ausführungszeit 13 Tage
Bewertung des Entwicklers
Thank you.

Spezifikation

Hello everyone:



I need an EA for MT5

Only one indicator signals are used

The EA will have the following parameters

//+------------------------------------------------------------------+
//|                                                       EA_MT5.mq5 |
//|                                                                  |
//|                                                                  |
//+------------------------------------------------------------------+
#property copyright ""
#property link      ""
#property version   "1.00"


enum MoneyManagType              {_Fixed_Volume_=0, _Risk_Factor_By_Free_Margin_=1};
enum MartingaleType              {_Off_=0, _Factor_Multiplication_By_Trade_=1};

enum Control_Position            {_Buy_And_Sell_=0, _Only_Buy_=1, _Only_Sell_=2};
enum Order_Mode                  {_Market_Order_=0, _Stop_Order_=1};
enum PriceOfExecution_StopOrder  {_Close_Price_=0, _High_(Buy)_/_Low_(Sell)_=1};

enum Setting_TakeProfit          {_Off_=0, _In_Pips_=1};
enum Setting_StopLoss            {_Off_=0, _In_Pips_=1, _BreakEven_=2, _Trailing_Stop_=3, _1_BreakEven_2_Trailing_Stop_=4};



//***********************************************************************************************************************************

input string         ———————Name_EA——————————————— = "== EA_MT5 ==";

input string         ———————GeneralParameters————— = "===== GENERAL PARAMETERS =====";

input int            Magic                         = 101102;

input bool           SpreadProtection              = true;           // Spread protection
input double         MaxSpreadPermitted            = 2.0;            // Value of maximum spread allowed pips

input double         MaxSlippage                   = 2.0;            // Maximum slippage allowed pips

//***********************************************************************************************************************************
//***********************************************************************************************************************************

input string         ———————MoneyManagement——————— = "===== MONEY MANAGEMENT =====";

input MoneyManagType      MMT                      = 0;    
//input string     MMT_0                              = "MMT = 0, Fixed Volume";
//input string     MMT_1                              = "MMT = 1, By Free Margin";

input double         LotSize                       = 0.01;

input double         RiskFactorByFreeMargin        = 2.0;


//***********************************************************************************************************************************
//***********************************************************************************************************************************

input string         ———————Martingale———————————— = "===== MARTINGALE =====";

input MartingaleType      MGT                               = 0;    
//input string     MGT_0                                       = "MGT = 0, Off";
//input string     MGT_1                                       = "MGT = 1, Factor Multiplication By Trade";


input double         Factor_Martingale_MultiplyByTrade      = 2.0;

//***********************************************************************************************************************************
//***********************************************************************************************************************************

input string         ———————OrderSettings————————— = "===== ORDER SETTINGS =====";

input Control_Position  CP                                  = 0;
//input string          CP_0                                   = "CP = 0, Buy And Sell";
//input string          CP_1                                   = "CP = 1, Only Buy";
//input string          CP_2                                   = "CP = 2, Only Sell";

input Order_Mode        OT                                  = 0;
//input string          OM_0                                   = "OM = 0, Market Order";
//input string          OM_1                                   = "OM = 1, Stop Order";

input PriceOfExecution_StopOrder  POE_SO                    = 0;
//input string          POE_SO_0                               = "POE_SO = 0, Close Price";
//input string          POE_SO_1                               = "POE_SO = 1, High (Buy) / Low (Sell)";

input double         OrderDistance_StopOrder                = 4.5;   // Distance in pips from
                                                                  

//***********************************************************************************************************************************
//***********************************************************************************************************************************

input string     ———————PositionsSettings————————— = "===== POSITIONS SETTINGS =====";

input Setting_TakeProfit       STP                    = 0;
//input string     STP_0                                 = "STP = 0, Off";
//input string     STP_1                                 = "STP = 1, In Pips";

input double         TakeProfit_Pips                  = 50.0;

input Setting_StopLoss         SSL                    = 0;
//input string     SSL_0                                 = "SSL = 0, Off";
//input string     SSL_1                                 = "SSL = 1, In Pips";
//input string     SSL_2                                 = "SSL = 2, BreakEven";
//input string     SSL_3                                 = "SSL = 3, Trailing Stop";
//input string     SSL_4                                 = "SSL = 4, 1º BreakEven - 2º Trailing Stop";

input double         StopLoss_Pips                    = 20.0;

input double         BreakEvenStartPips               = 15.0;
input double         BreakEvenPipsLockIn              = 5.0;

input double         TrailingStartStopPips            = 100.0;
input double         TrailingStopPips                 = 25.0;
input double         TrailingStopStepPips             = 5.0;

//***********************************************************************************************************************************
//***********************************************************************************************************************************

input string      ———————IndicatorSettings———————— = "===== Indicator Settings =====";

input string      Indicator_            = "--- ---";
input string      _Parameters_                     = "===== PARAMETERS =====";
//
//
//
//
//
//


//***********************************************************************************************************************************
//***********************************************************************************************************************************


Any questions you have about the parameters you have set and must be respected, please ask

I hope your offers

a greeting

Simon

Bewerbungen

1
Entwickler 1
Bewertung
(647)
Projekte
1295
67%
Schlichtung
84
26% / 49%
Frist nicht eingehalten
338
26%
Frei
2
Entwickler 2
Bewertung
(42)
Projekte
70
43%
Schlichtung
6
33% / 50%
Frist nicht eingehalten
19
27%
Frei
3
Entwickler 3
Bewertung
(803)
Projekte
1374
72%
Schlichtung
113
28% / 48%
Frist nicht eingehalten
342
25%
Arbeitet
4
Entwickler 4
Bewertung
(2)
Projekte
6
33%
Schlichtung
2
0% / 50%
Frist nicht eingehalten
0
Frei
5
Entwickler 5
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
We are seeking a skilled developer who can convert a Tradingview indicator written in Pinescript to a NinjaTrader indicator written in C#. The goal is to create a profitable trading strategy using this indicator. The successful candidate will have expertise in both Pinescript and C# programming languages, as well as a strong understanding of trading indicators and strategies. The main responsibilities will include
I am seeking an experienced MQL5 developer to create a user-friendly manual Grid Trading Expert Advisor (EA) with the following key features: Dynamic Grid Trading: Adjustable Grid Distance: Traders can manually input grid distance in pips via an intuitive, movable table. Take Profit Management: Fixed TP for the initial positions (e.g., first 5 trades). Stop-Loss (Optional): Traders can choose to use a stop-loss with
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
I need help fixing my EA for MT5. It’s a very simple EA, and I currently cannot solve an issue where webrequest communicates with OpenAi API without error. Please only apply if you can help solve this issue
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены
a coder is required to add an indicator to existing ea The new indicator will work as 1. option to combine with exiting indicator to open trade 2. it will be used as alternative BE point 3. It can also be used to close order or combine with other to close trade The second Job is telegram bot to get alert fr news trade and others Details when you apply i will test the ea work on live market and all bug is fixed before
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also

Projektdetails

Budget
Ausführungsfristen
von 1 bis 5 Tag(e)