Combine 3 Open Soruce Indicators as an MT4 EA

MQL4 Asesores Expertos Conversión

Trabajo finalizado

Plazo de ejecución 17 días
Comentario del Cliente
Good job, man!
Comentario del Ejecutor
Thanks him for job: :). like to work together again.

Tarea técnica

[Open for application]


Using Indicators (Source Code Available)

Combined the use of following 3 indicators (source code are available):

  1. Shved Supply and Demand v1.4 / v1.5
  2. PinbarDetector v1.03 (https://www.earnforex.com/metatrader-indicators/Pinbar-Detector/)
  3. Total Power Indicator (https://www.earnforex.com/metatrader-indicators/TotalPowerIndicator/) / Bulls and Bears Power Indicator (https://www.earnforex.com/guides/beginners-guide-to-the-bulls-power-and-bear-power-indicators-in-forex/)
  • No need to change the indicators’ logic.
  • Keep all indicator functions, e.g. native alert, email alert, push alert, etc.
  • Combine the indicators and make it as an EA according to the provide specification.
  • Accept move the code inside EA OR embed indicator as resource
  • Use single input boolean flag to control display / hide all indicator.
    • Not related to HideTestIndicators / TesterHideIndicators for tester mode.
    • Make a global boolean, say “superMode”.
    • Before the indicator call create object(s), check the superMode. If superMode is true, continue to create object & display; If superMode is false, do not create object / display.
    • By this way, if superMode is false, the EA should continue to work and open order, but not disclosing the indicator using.

Buy Logic

  1. Within support zone from Supply & Demand indicator (with parameter to control using Verified / Proven / Untested / Weak / Broken zone or not)
  2. Pinbar detector detected target within the same support zone
    • Let’s make it simple
    • The pin bar from highest price to lowest price. Any part of the pin bar is located within the zone, it will be TRUE for this requirement.
  3. Power indicator identify bull power > bear power
  4. Bears power is negative but moving closer to 0.
  5. The more recent (T-1) Bulls Power is higher than the one before (T-2).
  6. EMA rising
  7. Open order only in bar open
  8. SL = 10 pips below the next support zone (lower)

Sell Logic

  1. Within resistance zone from Supply & Demand indicator (with parameter to control using Verified / Proven / Untested / Weak / Broken zone or not)
  2. Pinbar detector detected target within the same resistance zone
    • Let’s make it simple
    • The pin bar from highest price to lowest price. Any part of the pin bar is located within the zone, it will be TRUE for this requirement.
  3. Power indicator identify bear power > bull power
  4. Bulls Power is positive but moving toward 0.
  5. The most recent (T-1) Bears Power is lower than the one proceeding (T-2).
  6. EMA falling
  7. Open order only in bar open
  8. SL = 10 pips above the next resistance zone (upper)

Closing Logic

  1. Push SL to breakeven if price move to the correct direction > 15 pips.
  2. Trailing SL starting from N points, each step M points (user input)
  3. TP if reached next support & resistance zone (verified / proven)

Remarks

  1. Proper checkings must be in place as a best practice, e.g. https://www.mql5.com/en/articles/2555
  2. ex4 shall be provided for testing in live mode.
  3. Proper self-explanation comments shall be provided.

Bears/Bulls indicator / Total Power Indicator

It is acceptable to either use the built-in Bears Power & Bulls Power or the attached Total Power Indicator. They are actually doing the same thing.


Han respondido

1
Desarrollador 1
Evaluación
(100)
Proyectos
125
23%
Arbitraje
12
0% / 75%
Caducado
22
18%
Libre
2
Desarrollador 2
Evaluación
(204)
Proyectos
209
28%
Arbitraje
0
Caducado
3
1%
Libre
3
Desarrollador 3
Evaluación
(21)
Proyectos
35
54%
Arbitraje
8
63% / 38%
Caducado
1
3%
Libre
4
Desarrollador 4
Evaluación
(63)
Proyectos
195
73%
Arbitraje
4
100% / 0%
Caducado
1
1%
Libre
5
Desarrollador 5
Evaluación
(158)
Proyectos
175
43%
Arbitraje
6
0% / 67%
Caducado
8
5%
Libre
6
Desarrollador 6
Evaluación
(385)
Proyectos
414
69%
Arbitraje
4
75% / 0%
Caducado
2
0%
Trabajando
7
Desarrollador 7
Evaluación
(66)
Proyectos
143
34%
Arbitraje
10
10% / 60%
Caducado
26
18%
Libre
Solicitudes similares
Hello, i have a custom indicator on pinescript and i would like to convert it to a EA. Indicator basically gives buy sell signals and based on that orders to be placed and reversed. To give you complete requirement: 1. Use the TV pine script and convert it to EA 2. Reverse signals i.e. when buy order is running and sell signal shows then close previous order and open signal. 3. No
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
I need someone who can help me convert my mql4 to c trafer, the file is attached, please check and let me know if you can do this perfectly. I will be waiting for your reply. thanks
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script
I have a widely-used MT4 indicator that I would like to have converted to the MT5 platform. The goal is to maintain the same functionality and performance while ensuring compatibility with MT5, so I can continue utilizing the indicator's features within the updated framework
Greetings, I’m in search of a skilled developer to help convert an MT4 indicator into Pine Script for TradingView. If you’re qualified and interested, please get in touch with your portfolio and relevant experience. I look forward to discussing this project further

Información sobre el proyecto

Presupuesto
100+ USD
Para el ejecutor
90 USD
Plazo límite de ejecución
a 10 día(s)