Smart EA Update (MT5)

MQL5 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 7 días
Comentario del Cliente
thanks for the ea, you have tried your best and the job is finished thanks!
Comentario del Ejecutor
let me know if I will need you

Tarea técnica

//--- Inputs
input bool   Place_Buy_Order       = true;         // Place Buy Order (Please Add To EA!) (If "true" then the EA has to place buy execution directly. If "false" then the ea won't place buy execution.) <===
input bool   Reopen_Sell_And_Buy   = true;         // Reopen Sell And Buy (Add To EA!) (If "true" then the EA has to always place a sell order after a buy order is closed, after a sell order is closed then the EA has to place a buy order and again etc... If "false" then the EA won't place any order.) <===
input bool   Place_Sell_Order      = false;        // Place Sell Order (Add To EA!) (If "true" then the EA has to place sell execution directly. If "false" then the ea won't place sell execution.) <===
input bool   Reopen_Buy_And_Sell   = false;        // Reopen Buy And Sell (Add To EA!) (If "true" then the EA has to always place a buy order after a sell order is closed, after a buy order is closed then the EA has to place a sell order and again etc... If "false" then the EA won't place any order.) <===
input bool   Place_Buy_Stop        = true;         // Place Buy Stop (Add To EA!) (If "true" then the EA has to place buy stop order. If "false" then the ea won't place any buy stop order.) <===
input bool   Reopen_Buy_Stop       = true;         // Reopen Buy Stop (Add To EA!) (If "true" then the EA has to always place a new buy stop after an old buy stop is closed and again etc... If "false" then the EA won't Reopen Buy Stop.) <===
input bool   Place_Sell_Stop       = false;        // Place Sell Stop (Add To EA!) (If "true" then the EA has to place sell stop order. If "false" then the ea won't place any sell stop order.) <===
input bool   Reopen_Sell_Stop      = false;        // Reopen Sell Stop (Add To EA!) (If "true" then the EA has to always place a new sell stop after an old sell stop is closed and again etc... If "false" then the EA won't Reopen Sell Stop.) <===
input string Ending_Time           = "18:00:00";   // Ending Time (Add To EA!) (From "18:00:00" the ea won't place any order.) <===
//+------------------------------------------------------------------+

input bool   Reopen_Pending_Orders = false;        // Reopen Pending Orders (Please Remove from EA!) ===>
input bool   Trailing_When_Profit  = false;        // Trailing When Profit (Remove from EA!) ===>
input int    Trailing_Profit_Level = 0;            // Trailing Profit Level (Remove from EA!) ===>
input int    Slippage              = 0;            // Slippage (Remove from EA!) ===>
//+------------------------------------------------------------------+

An Example: for Reopen_Sell_And_Buy   = true; if the ea has place the first buy order and after the first buy order is closed then the EA has to open sell order directly and after sell order is closed then the ea has to open buy order directly... Endless...
An Example for Reopen_Buy_And_Sell   = true; if the ea has place the first buy order and after the first buy order is closed then the EA has to open sell order directly and after sell order is closed then the ea has to open buy order directly... Endless...
//+------------------------------------------------------------------+
I know that hedging is not allowed in MT5 if I set Place_Buy_Order       = true; then I will set Place_Sell_Order      = false; (I will set it by my self).
if I set Place_Sell_Order       = true; then I will set Place_Buy_Order      = false; (I will set it by my self because MT5 won't allow both buy and sell at once).
//+------------------------------------------------------------------+
Another example: Place_Buy_Order ===> Buy (Closed) ===> Reopen_Sell_And_Buy ===> Sell (Closed) ===> Reopen_Sell_And_Buy ===> Buy (Closed) ===> Reopen_Sell_And_Buy ===> Sell (Closed)... Endless...
Opposite direction: Place_Sell_Order ===> Sell (Closed) ===> Reopen_Buy_And_Sell ===> Buy (Closed) ===> Reopen_Buy_And_Sell ===> Sell (Closed) ===> Reopen_Buy_And_Sell ===> Buy (Closed)... Endless...
//+------------------------------------------------------------------+

Han respondido

1
Desarrollador 1
Evaluación
(195)
Proyectos
395
28%
Arbitraje
155
20% / 52%
Caducado
112
28%
Libre
2
Desarrollador 2
Evaluación
(187)
Proyectos
367
56%
Arbitraje
45
22% / 56%
Caducado
188
51%
Libre
3
Desarrollador 3
Evaluación
Proyectos
2
0%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To

Información sobre el proyecto

Presupuesto
30 - 40 USD
Para el ejecutor
27 - 36 USD
Plazo límite de ejecución
de 1 a 7 día(s)