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

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 4 giorni

Specifiche

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.

Con risposta

1
Sviluppatore 1
Valutazioni
(266)
Progetti
540
50%
Arbitraggio
55
40% / 36%
In ritardo
224
41%
Gratuito
2
Sviluppatore 2
Valutazioni
(20)
Progetti
46
54%
Arbitraggio
3
67% / 0%
In ritardo
14
30%
Gratuito
3
Sviluppatore 3
Valutazioni
(71)
Progetti
254
53%
Arbitraggio
16
50% / 38%
In ritardo
83
33%
Gratuito
4
Sviluppatore 4
Valutazioni
(195)
Progetti
395
28%
Arbitraggio
155
20% / 52%
In ritardo
112
28%
Gratuito
5
Sviluppatore 5
Valutazioni
(490)
Progetti
1016
58%
Arbitraggio
29
28% / 24%
In ritardo
132
13%
In elaborazione
Ordini simili
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea

Informazioni sul progetto

Budget
20 - 50 USD
IVA (19%): 3.8 - 9.5 USD
Totale: 23.8 - 59.5 USD
Per lo sviluppatore
18 - 45 USD
Scadenze
da 1 a 2 giorno(i)