Harmonic pattern recognition EA

MQL4 Indicadores Asesores Expertos

Tarea técnica

Hello , I trade harmonic pattern , and i have two indicators that i use presently manually, in which i want to code as an EA, below is the details of what i want from my indicators

 

 

-Create an Expert Advisor

-Indicators used are ZUP_v92 and WRR_ZUP_INFO_v02

-Everything in "" quotes are user adjustable parameters

-The EA will work on any timeframe and on any pair, but i need it to work more on 1M TF for scalping


4/5 digit broker platforms as well, and ECN accounts

-"MagicNumber", "LotSize", "Risk", "MaxTradesOnAccount", 


"SL_Size", "TP_Size", "Breakeven_At", "TrailingStop", 

-Do not allow more than "MaxTradesOnAccount" trades in 


the account to be open. Only 1 trade per pair at a time

-Bullish/Bearish patterns: gartley, butterfly, bat, crab

-If "LotSize" is set to 0, then it means the user would like 


automatic lot size. The automatic lot size will be based off of 


the "Risk" parameter (% of account equity) and the stop loss 


size set ("SL_Size")

-Enter a buy on any bullish pattern

-Exit buy when any bullish pattern FAILS

-Enter a sell on any bearish pattern

-Exit sell when any bearish pattern fails

-When a trade enters, automatically set the stop loss 


("SL_Size") and the take profit ("TP_Size")

-The way the EA will know when a pattern FORMS or FAILS 


is through the alerts that the WRR_ZUP_INFO_v02 indicator 


gives. The 2 indicators MUST be on the chart in order for the 


EA to work 

-Modify the indicator to be able to send email alerts as well 


(create a true/false parameter in the indicator for this) 

-When a trade is "Breakeven_At" pips in profit, set the stop 


loss to breakeven

-Each trade will have a trailing stop loss of "TrailingStop" 


pips


HarmonicsTrading automatically trades Harmonic Patterns like there are: 

•The Gartley pattern

•The Butterfly pattern

•The Crab pattern

•The Bat pattern

•The Cypher pattern

•The AB=CD pattern

•The 5-0 pattern 

Han respondido

1
Desarrollador 1
Evaluación
(26)
Proyectos
45
29%
Arbitraje
2
0% / 50%
Caducado
21
47%
Libre
2
Desarrollador 2
Evaluación
(195)
Proyectos
395
28%
Arbitraje
155
20% / 52%
Caducado
112
28%
Libre
3
Desarrollador 3
Evaluación
(15)
Proyectos
65
58%
Arbitraje
6
17% / 33%
Caducado
39
60%
Libre
4
Desarrollador 4
Evaluación
(1235)
Proyectos
2820
80%
Arbitraje
156
22% / 43%
Caducado
489
17%
Libre
5
Desarrollador 5
Evaluación
(71)
Proyectos
254
53%
Arbitraje
16
50% / 38%
Caducado
83
33%
Libre
6
Desarrollador 6
Evaluación
(187)
Proyectos
367
56%
Arbitraje
45
22% / 56%
Caducado
188
51%
Libre
7
Desarrollador 7
Evaluación
(62)
Proyectos
140
46%
Arbitraje
19
42% / 16%
Caducado
32
23%
Libre
8
Desarrollador 8
Evaluación
(1)
Proyectos
2
0%
Arbitraje
1
0% / 100%
Caducado
1
50%
Libre
Solicitudes similares
I need help with a specific issue in NinjaTrader 8. I'm using Strategy Builder to automate my setup, but it's ignoring some of my conditions for shorts, and not placing long trades at all. I've set up many other Strategies, and never had issues like this, so I suspect the cause is the indicator I'm using, which is the Ichimoku Cloud from the NT User App Share. So what I need is a new version of the indicator that
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
I need help with a specific issue in NinjaTrader 8. I'm using Strategy Builder to automate my setup, but it's ignoring some of my conditions for shorts, and not placing long trades at all. I've set up many other Strategies, and never had issues like this, so I suspect the cause is the indicator I'm using, which is the Ichimoku Cloud from the NT User App Share. So what I need is a new version of the indicator that
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
Hi All, I will try to be as precise as possible. We can discuss if you have any questions. I need an indicator to be developed for MT5 for detecting Engulfing Failed Zones. Requirement (in H4/ H1/ M30 Time frames only): Identify Engulfing Buy/ Sell Candle. Identify when the Engulfing Buy is failed, or Engulfing sell is failed. Draw a zone for that area of Engulfing Buy/Sell Fail. Invalidate the zone or delete the
Hello there, I've a 125 lines of pinescript code which i want to convert to MT4/5 Both platform. Developer must have experience with Divergence detection and Pivot points. Apart that, i want Indicator must be Scanning Feature to all timeframes, all marketwatch pairs and custom pairs. Must need alert feature. That's all. Very easy task who knows divergence detection and pivot. Max budget $40
***** THIS IS FOR MT5 ***** The indicator now makes 5 lines and I use it on US30 It is for NY session and has inputs for times - open and close It creates lines at NY open NY open line 100 point 200 points I want to add 300 pt lines and 400 point lines I want On/off box added for dotted or dashed 50 - 150 - 250 and 350 lines I want alerts when the candles reach the 100 - 200 ect...lines but would love "Push
Active expert 250+ USD
hi, I must do changes to a dashboard with manual input of trader and active expert. Budget 250$ Can do? the budget is correct based on job to do. If you want me to increase the budget you can message me
STI EA 30 USD
I need to convert this MT4 indicator into MT5 EA/indicator. The problem is I only have the .ex4 file bt not .mq4 file and it is also a repainting indicator. I need preliminary assessment if the conversion can be done based on .ex4 file first before exploring the EA details further. Attached is the indicator Budget below is just indicative for the assessment. We can discuss further once the conversion can be done and

Información sobre el proyecto

Presupuesto
20 - 80 USD
Para el ejecutor
18 - 72 USD
Plazo límite de ejecución
de 1 a 7 día(s)