EA wich works with exected orders in Terminal - From EA or Manual Trades

MQL4 Experts

Trabalho concluído

Tempo de execução 4 dias

Termos de Referência

I want to have an EA which works on executed orders in Terminal.
 
After a order is exectuted in Terminal within TP range, EA should open a new order.
 
The new EA should work only on orders which are closed between TP in range of xpips to xpips.
 
The new EA need also the entry price from the original order which is executed in Terminal and in-between the TP range.
 
From the original entry price EA should calculate the new entry price and should place a pending order with definate TP and. And also the ea should calculate a “Mark” price if this is reached the pending order will be deleted and EA stops and waits for new order which is executed within the TP Range.
 
 
Parameter:
TP range pips – if in Termina an order is executed within this TP range – EA is placing a new pending order in Terminal with TP and SL – can be choosen. 
New TP: I want to choose for the new Pending order TP
New SL: I want to choose for the new Pending order SL
Price for new pending orders: I want to choose via pips the entry price for new pending. Calculated from original order – Xpips difference.
So if original Long order entry price was 1.3250, I want to choose how many pips lower the new EA is placing the pending order with TP and SL.
Multipiler Trading Lots: normal EA is placing same size as original order. I whant to have an multiplier to open more. So if original order was 1 lot I want to input in multiplier 1.1 and new orders opens with 1.1 lots. 
 
Mark Price: is Deleting Pending order and Stop EA: I want to choose from original entry price the mark price. If this price is reached pending orders should be deleted and EA stops trading and wait for new order executed inbetween the definite TP Range.
Repeating pending orders: if first order is executed with TP and the mark of price is not reached, no SL and also no other partial fill with loss pips was executed. I want to choose how many times EA is placing again the Pending orders.
 
 
Example:
In platform is a Long order executed with 10 pips profit at price 1.3650 and 1 lot
New EA has a TP range from 0 to 10 pips TP. (this means new EA is working on all orders with pips profit between 0 to 10 pips).  SL and TP should be chosen for new Pending order. Also open price for new pending order is Xpips under entry price of original order. 
After an order from new EA is closed the scenario repeats xtimes. Only if definite Mark (= x pips from original order entry price) is reached (pendings are deleted and no more order) or if SL is reached. Then also no more pending and EA waits for next order with definite Profit from 0 to 10 pips.
If in my example Stop mark is 10 pips. – All pending order will be deleted at 1.3660 and no new order will be placed. Also no new order will be placed if SL is reached.
Still the mark of 1.3660 is not reached EA is placing the pending orders. Till xtimes which I want to definite.
 
Pending order Open price can be chosen by pips: if there is 40 pips chosen and a buy order is executed within 0 to 10 pips, a pending order will be placed at 1.3610 with definite TP and SL and same lots as original order.
 
If this pending order is executed with TP and Mark of 1.3660 is not reached a new pending order will be placed till times of Repeating orders. 
 
The new EA should manage trades for more Currencies and should mark with a line all information’s in the Chart.
New Entry Price
Price were pendings are deleted and no more orders will be placed
TP Price
SL Price
 
Loss Function
EA should also have a LOSS Trading function. If Order is Xpips in minus ea should close xpercent on definite pips. Remainig part should be closed on normal TP.
I want that if order was xPips in Minus I want to close on xpips Minus,  xpercent of the order.
This should work for all Orders which are x Pips in Minus.
I whant to have ther 3 possibilities to choose.
 
Example:

If order goes xpips in Minus and comes back there should be a partial fill on x pips minus should be. Remember if an order is closed in Minus EA does not open again a new Pending order. This happens if SL is reached and if a total or a partial fill with minus is.

 

So if order goes 60 pips minus, then should EA close 50% of the order on -3 pips. this Function i Need 3 times.

thx

extern bool    Use_Loss_Retrace          = true;
extern double  XPips_Minus_1             = 60.0;
extern double  Close_Percents_1          = 50.0;

extern double  OnPipsMinuseFromEntry_1   = 3.0;


extern double  XPips_Minus_2             = 80.0;
extern double  Close_Percents_2          = 20.0;
extern double  OnPipsMinuseFromEntry_2   = 15.0;

extern double  XPips_Minus_3             = 90.0;
extern double  Close_Percents_3          = 20.0;
extern double  OnPipsMinuseFromEntry_3   = 20.0;

exapmle (on this parameters) : long trade was open , lot : 1.00 , price : 1.0660 , the price goes down to 1.0600 and then is goes up to 1.0657 , so we close 0.50 lot of the order .

 

After the pending order is executed for SL red line  and TP green Line should be a line in the Chart.

I want to see also the Profit of the EA comulated in Chart

 

Partial Fill with TP and another scenario in the order of EA:

I want to have also a partial fill of the order of EA- But please note that EA does not open again orders with first scenario which are executed within TP range.

If EA does with his order reach xpips of TP, Xpercent of the order should be closed and after this closing the same order with the same criterias should placed again as pending order in Termina. A new pending order should be placed with the same entry price, lot amount and TP.The handling of the order should be the same as first order.

Only if normal TP is reached EA should repeat the original order. But only if Mark, SL and or partial fill with –pips is not reached.



Partial fill parameters:

extern string  PartialClose="===== Partial Close Settings =====";

extern bool    Partial_Close             = true;

extern double  Close_X_Percent_1         = 50;

extern double  Close_at_Profit_1         = 8;

If this order is executed EA is placing again a pending order with original entry price, TP and SL.

Order should also work with  above Loss_Retrace        



Please not this EA is working with another EA or an manual Trade together and the EA works only on orders which are executet with order inbetween the TP range.

Respondido

1
Desenvolvedor 1
Classificação
(266)
Projetos
540
50%
Arbitragem
55
40% / 36%
Expirado
224
41%
Trabalhando
2
Desenvolvedor 2
Classificação
(20)
Projetos
46
54%
Arbitragem
3
67% / 0%
Expirado
14
30%
Livre
3
Desenvolvedor 3
Classificação
(71)
Projetos
254
53%
Arbitragem
16
50% / 38%
Expirado
83
33%
Livre
4
Desenvolvedor 4
Classificação
(195)
Projetos
395
28%
Arbitragem
155
20% / 52%
Expirado
112
28%
Livre
5
Desenvolvedor 5
Classificação
(491)
Projetos
1017
58%
Arbitragem
29
28% / 24%
Expirado
132
13%
Livre
Pedidos semelhantes
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
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

Informações sobre o projeto

Orçamento
20 - 50 USD
IVA (19%): 3.8 - 9.5 USD
Total: 23.8 - 59.5 USD
Desenvolvedor
18 - 45 USD
Prazo
de 1 para 2 dias