Combine 3 Open Soruce Indicators as an MT4 EA

MQL4 Experts Conversão

Trabalho concluído

Tempo de execução 17 dias
Comentário do cliente
Good job, man!
Comentário do desenvolvedor
Thanks him for job: :). like to work together again.

Termos de Referência

[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.


Respondido

1
Desenvolvedor 1
Classificação
(100)
Projetos
125
23%
Arbitragem
12
0% / 75%
Expirado
22
18%
Livre
2
Desenvolvedor 2
Classificação
(202)
Projetos
206
27%
Arbitragem
0
Expirado
3
1%
Livre
3
Desenvolvedor 3
Classificação
(21)
Projetos
35
54%
Arbitragem
8
63% / 38%
Expirado
1
3%
Livre
4
Desenvolvedor 4
Classificação
(61)
Projetos
188
73%
Arbitragem
4
100% / 0%
Expirado
1
1%
Livre
5
Desenvolvedor 5
Classificação
(158)
Projetos
175
43%
Arbitragem
6
0% / 67%
Expirado
8
5%
Livre
6
Desenvolvedor 6
Classificação
(373)
Projetos
402
69%
Arbitragem
3
100% / 0%
Expirado
2
0%
Trabalhando
7
Desenvolvedor 7
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Livre
Pedidos semelhantes
Sierrachart 60 - 100 USD
Hi everyone, I have a request for Sierra chart. I already have a number template and I want to know is it a way for you to make adjustments so that 3 vertical numbers that decrease or increase are highlighted
Project overview. C# for multi charts. Enter single buy and sell stop X points away from current market.(allow SL and TP ) If order is executed another pending order is opened. Allow trailing stop -x points Delete pending order x points away from current market
I want to convert 4 open source pinscript indicators to MQl4 and then DLL format to use on the forex tester. MQl4 can be easily converted to DLL. Some experience with Forext terster would be ideal If you can help I need a file in DLL format . They have instruction in https://forextester.com/forum/viewforum.php?f=9 We can negotiate a price
Hi everyone, Please note, that the strategy i want to conver is using pyramiding setting set to 14 in tw. And tradingview uses some strange technique when it comes to pyramiding. I'm looking for someone who ever dealt with this. Also i would like your help with purchasing a tool/or integrating manually the access to seconds chart, i use my strategy only on 30 sec chart - USTEC icmarkets. I decided to move my strategy
Hello, I am in need of a Professional who can help me to convert my Tradingview to Mt4. Please let me know if this is something you can handle perfectly and your price for the conversion. Looking forward to hear from you. Thanks
Need to convert Thinkorswim strategies, indicators, or custom scripts to NinjaTrader. Offering seamless migration and functionality optimization to ensure your trading systems perform effectively on NinjaTrader. Fast delivery and reliable service
I'm looking for a quote from a developer who can compile this source code as DLL file so that it works on Forex Tester 5 They are all open source trading view indicators. Forextester 5 have advised that custom indicators in C++ or Delphi programme language are compatible with them
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
I am writing to inquire about the possibility of porting a simple project from MQL5 to Quantower using C#. The project in question includes a panel with a button that draws a rectangle on the chart. This rectangle can be freely dragged around the chart area. Additionally, the panel contains two editable fields, X and Y, which display the position of the rectangle. As the rectangle is dragged across the chart, the X
I need a TradingView script (not mine) converted to an Mt5 EA. There is some specifications for the robots on when to be able to take a trade. Attached bellow is the file of the script I want translated and converted to MT5 then EA

Informações sobre o projeto

Orçamento
100+ USD
Desenvolvedor
90 USD
Prazo
para 10 dias