Trade on News and/or volitility indicators

MQL4 Asesores Expertos

Tarea técnica

 give true false option to use pending orders or market orders. (Below i describe how the ea works with pending orders.)

The ea places a pending buy and a pending sell X pips apart, same size, at start lot size.

inputs for SL and TP and order gap.

start lot is percent of current balance. 1% = 1 lot

the ea places the orders based on news (high news level, on all the majors, gets data from web site)  and based on 9 indicators (so 10 indicators total).  We have true/false option for each, whether to use or not. Also need percent indicators to trade, if set to 100% then all 10 indicators need to show to trade.  if set to 10% then only one need to show to trade.  PercentIndicators looks at those that i select to use as true.

Need true False option to trade on news AND percent of the 9 indicators.

if the pending buy is filled the pending sell is deleted and replaces bigger in order to recoup the loss from the buy and get to TP.  If The buy is SL, then the pending buy is replaced with bigger lot size to recoup the loss and get TP.  And so on until it reaches TP, then waits for the signal before trading again. Provide option True/False not to delete the opposite and replace with bigger, but instead to just add incremental lots to the opposite. (DeleteReplaceOpposite = False)

loss modifier: after A number losses (LossCount) the lot that will be used next is modified e.g. -50% (PercentModify). I need 10 inputs for these (2 inputs each, see below for layout) and if for e.g. I use -50% for the last input if losses will continue after that, the ea will continue to apply -50% to all the lot sizes after that.  To be clear, the ea tries to recoup the loss after each SL.  if loss modifier is selected and the loss count is reached, then the percent reduction is applied to the lot. if it loses again after that, the lot is calculated to recoup all the prior losses and the percent reduction is applied to that new lot before it is placed. Also need option true/false that the modifier will only work if DD is at certain level e.g. 10% or bigger (input DDpercentActivateModifyer).

 

LossCount1      LossModifyPercent1 

 LossCount2      LossModifyPercent2

 LossCount3      LossModifyPercent3 


 "

"

 LossCount10      LossModifyPercent10


 option to divide the pending orders and space them with gaps.  E.g. if the pending buy is 1 lot at 1.30000 and we select this option.  we specify number to divide by (eg 3) and gaps eg 20).   so we have 0.33lot at 1.30000,  0.33lot at 1.3020,  0.33lot at 1.3040.  And the same for the pending sell parts.  Each of the divided lot parts has its own TP and SL, which will be staggered if we select the divide lot option. For the working of the ea all the divided parts must reach TP for the cycle to end.  BUT if only one (or several) of the orders are filled (all the filled) and they SL, then they are deleted and replaced with bigger pending.  Also when divided parts are filled, the opposite parts delete and replace bigger.

stop and remember option: if we are in the middle of a cycle (when all the filled order parts are SL) and the signal says not to trade, remember the correct pending order sizes and the gaps and place the pending orders again only when the signal says to trade again.

option to redivide again: give true false option in the event we use the lot divide option, to redivide the lot after partial lots are SL.  eg. say we have 1 lot divided into 3 parts 0.33 each. lets say only the first part is filled and SL. then the first part is filled again and SL and so on. If we don't select the option to redivide, we wind up with very big pending order in the first part and much smaller pending orders in part 2 and part 3.  If we select this option then after each part is SL the new lot is divided into 3 equal parts. 

option true false for all divided parts to have one common TP level X pips above the highest buy.

 option true false for all divided parts to have one common SL level X pips below the lowest buy. 

 option to add channels (sets) of buy/sell orders.  So we get signal to start trading.  we open pending buy/sell channel.  if the market moves 20 pips higher (ChannelGapPips) and trade signal is still positive, add another buy/sell channel. Every 20 pips add a channel as long as trade signal is positive, but don't overlap channels. Each channel works by itself without connection to another channel until it gets to TP. If we use lot divide option and channels we will have overlapping positions, this is ok.  But not to put channels on top of one another.

 Ea  allows me to change the magic number

Ea runs on multiple charts or can run with different settings on the same chart.

If broker loses connection from the market or if my VPS loses connection to the broker, ea sends warning message via sms and email to 3 people.

MaxxDD, close all positions.

Button to close all positions in live trading, in emergency, and stop the ea work.

 

show info on chart 

 number closed cycles. current DD.  Max DD. current free margin.  Min free margin.

show each indicator on chart that was selected for use.  Show the trigger input setting and the current value for the market. If trigger is met, show "trade" (or "no trade").  When all triggers are met show "all show trade". 

show me all ea input settings to one side of the chart.

 on off option to show tp lines and SL lines.

 

Thanks.

Han respondido

1
Desarrollador 1
Evaluación
(30)
Proyectos
93
49%
Arbitraje
18
56% / 17%
Caducado
38
41%
Libre
2
Desarrollador 2
Evaluación
(20)
Proyectos
46
54%
Arbitraje
3
67% / 0%
Caducado
14
30%
Libre
3
Desarrollador 3
Evaluación
(90)
Proyectos
159
61%
Arbitraje
40
18% / 63%
Caducado
70
44%
Libre
4
Desarrollador 4
Evaluación
(215)
Proyectos
302
79%
Arbitraje
4
25% / 0%
Caducado
62
21%
Libre
5
Desarrollador 5
Evaluación
(54)
Proyectos
164
43%
Arbitraje
43
47% / 16%
Caducado
58
35%
Libre
6
Desarrollador 6
Evaluación
(187)
Proyectos
367
56%
Arbitraje
45
22% / 56%
Caducado
188
51%
Libre
Solicitudes similares
Hi there, I need a very highly skilled mt4 programmer to code and design an EA from scratch. The logic of the EA will be discussed with you in comments section, only reach out if you can code perfectly for mt4 using MQL4 coding solutions language, EA must be able to run well without any problems and work according to the logic thanks
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

Información sobre el proyecto

Presupuesto
Plazo límite de ejecución
a 3 día(s)