Simple EA- 20 minutes work

Experts

Tâche terminée

Temps d'exécution 3 jours

Spécifications

Simple EA needs to be coded in mql4: only 1 position open at the same time, works on all charts & time frames, no position sizing or anything. Based on 1 indicator: if both lengths are up, go long, vice versa for short, if 1 of the 2 lengths is no longer the same sign, close, or use ATR-based trailing stop: whichever hits first, so you have 3 external variables: Length1, Length2 and ATRmultiple.                                                

Different lengths are used so you get 2 criteria for entry:

If there is no open position:  at the close of the bar:

Entry long: if IndicatorLength1[i] > IndicatorLength1[i+1] && IndicatorLength2[i] > IndicatorLength2[i+1] // so both are going up

Exit Long: if both of them are no longer going up: so if IndicatorLength1[i] < IndicatorLength1[i+1] || IndicatorLength2[i] < IndicatorLength2[i+1] 

Entry short: if IndicatorLength1[i] < IndicatorLength1[i+1] && IndicatorLength2[i] < IndicatorLength2[i+1] // so both are going down

Exit short: if both of them are no longer going down: so if IndicatorLength1[i] > IndicatorLength1[i+1] || IndicatorLength2[i] > IndicatorLength2[i+1] 

********************* 

If there is an open position: at the close of the bar: reverse it only if both have the same sign that is opposite to the previous direction, else you close the open position:

so if you are long, if 1 of the 2 is no longer going up: close it,                                                                                                                                                                                                                        if at the close of the bar, both of them are going down, close long and open short position.

If you are short, if 1 of the 2 is no longer going down: cover the short position,                                                                                                                                                                                               if at the close of the bar, both of them are going up, cover the short and open a long position. 

*********************

to protect profitable positions I want a trailing stop that is a multiple of the ATR: Average True Range, basic indicator. Standard setting could be a 1.5*ATR(10). So this 1.5 should be changeable. The trailing stop needs to be updated every tick. Off course a trailing stop starts out as a classic stop loss: at the opening of the position, the stop is there, so if the position only goes against me, the EA will exit the trade at the entry level +/- 1.5*ATR(10).

 *********************

I prefer not to share the indicator, so please work with code that would enable me to replace wit iCustom: you can use a simple moving average as example code:

for(int i=0; i<limit; i++)

   {  

   ExtMapBuffer0[i]=iMA(0,0,Length1,0,0,0,i);

   } 


Répondu

1
Développeur 1
Évaluation
(41)
Projets
124
34%
Arbitrage
32
13% / 75%
En retard
53
43%
Gratuit
2
Développeur 2
Évaluation
(647)
Projets
1295
67%
Arbitrage
84
26% / 49%
En retard
338
26%
Gratuit
Commandes similaires
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
### Summary of EA Requirements 1. **Time Period**: - The EA should operate on the H4 timeframe. 2. **RelicusRoad MACD v2 Indicator**: - **Parameters**: - Fast EMA Period: 12 - Fast EMA Type: Close price - Slow EMA Period: 24 - Slow EMA Type: Close price - Signal SMA Period: 9 - The EA should use this indicator to determine the crossover condition between the MACD line and the signal line. 3
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Ind V5 TV Strategy Requirements: Instruments: Forex pairs, Crypto and Stocks across exchanges TimeFrame: Multi-Time Frame comparisons, details below Indicators: Ichimoku Cloud, ATR & Choppiness Index Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and Day of Week Square Off Time Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins Position Size (Lots)
I want this EA in mql4. The two indicators are written in pinescript Developer should please understand it to develop the EA. One of the indicator will be used as direction and the other for entry. The should have code that it can be used for( only one PC and an expiration date. ; this the developer should show me how to adjust it, so that I can adjust to my preference). Parameters:number of trades.lotsize, SL pips
I need a robot for forex trading~~The way the robot should work is that when I put it into a 5 minute chart, the chart will show 15 minutes, one hour, Regardless of whether they are buying or selling, they must buy or sell in the same color at the same time~~~ Use the following indicators: HalfTrend 1 & alerts mtf Trafficlight indicator.MQ4 When placed into a 5 minute chart ~ the chart will show 15 minutes, one
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing maximum budget = 150$ Preference is given to someone who: -speaks Arabic so I can explain it clearly to him - And the lowest price
I SIMPLY NEED SOMEONE TO INTEGRATE THESE OPTIMIZATION ALGOS INTO MY EA. THE LIBRARY IS ATTACHED BELOW. NEED THIS DONE FAST. LET ME KNOW IF YOU HAVE OTHER QUESTIONS A list of implemented optimization algorithms: BGA (binary genetic algorithm) ANS (across neighbourhood search) CLA (code lock algorithm) P_O_ES ((P+O) evolution strategies) CTA (Comet Tail Algorithm) SDSm (stochastic diffusion search M) ESG (evolution of
Create a robot like this live on YouTube, it is a simple hedge system that does not have martingale or other risky means of.making money.... please check out the link and if it is possible for you to repeat this then reach out with a sample and price. YouTube: https://www.youtube.com/live/cT_42RWzq_0?si=Z8M5mKkAMGZhxdTL
Hi There I am looking for someone to create me a simple anti martingale EA The EA will open a buy and sell the moment the EA is attached to a chart. Should the price increase - additional buys will open. This will continue until profit point Should the price retrace all trades should close just before breakeven point. New sequence starts immediatly thereafter The sell trade will close if the combined profit of buys

Informations sur le projet

Budget
20 - 30 USD
TVA (21%): 4.2 - 6.3 USD
Total: 24.2 - 36.3 USD
Pour le développeur
18 - 27 USD
Délais
1 jour(s)