Read Specifications Before Apply - Pending order grid EA with zone recovery

MQL4 전문가

명시

Don't apply if you can't do the job. Please refer all attachments. This is not for time wasters.                              I need to add zone recovery function to loosing trades.
Current EA functions must be remain.
It must handle several zone recovery trades separately.

I hope you know what kind of zone recovery function that I want.
buy __ ___ ___ ____
sell ___ ___ ___

All trades must be pending orders.
In my EA I need only random mode. I'm not using stoch mode.
Let's say we are using random mode. Only sell.
Then all original trades are initially sell stops and sell limits.
With the price, trades are activating.

So if once activating any trade zone buy pending order also place at the correct price.
If original sell order close with profit, zone pending order must delete.
If sell order going to lose, buy pending order is activating.


for every loss trade you want to make zone right
But all the trades must be pending orders.

You can remove the stoch mode from current EA. I'm not using that mode. I'm only using random mode.
Zone orders must double the opposite trades lot size.

distance between zone trades must be an input.
I think using TP and SL for zone trades is not a good idea.
Because TP and SL not triggers at same time.
you can change Y in input
we can name it profit in $ or pips or both
make something like when the price is Y, Y=50$ or Z= 5 pips all order with Hedge will close
profit in $ must cover all negative swap chargers and commisions of those trades.
After covering all negative swaps and commisions (break even point) movement of Z number of pips.



My normal trade distance is 5 and zone distance is 30.
first buy ---------------------------------

new buy ----------------------------------------

hedge sell – for first buy--------------------------------

My normal trade distance is 5 and zone distance is 50.
I want typical trades at 5 pip distance. If any trades loosing 50 pips zone must be activate.
I just need if any trade going to lose our new part must recover the lose trade by trade zone.
do not interfere the current trading procedure in my current EA.
I just need if any trade going to lose our new part must recover the lose trade by trade zone.
Bellow setting I'm gonna use as example.
Entry mode - Random
Lots - 0.01
PendingOrders - 5
Distance - 5
OneOrderTp - 5
ClosePreviousOrder - 1
ClosePreviousTp - 5

Below inputs must includes in our new part of the EA.
Zone distance - 50
Zone multiply - 2
Zone profits - 1USD
Zone profits - 1PiP
Use first comes in above two inputs.

for given EA I use random mode.
For one chart I only use one of the buy or sell.
Distance 5 pips.
First order TP also 5 pips.
Other TP is also 5pips.
And close previous order is 1.
For the zone recovery part. I'm going to use zone distance is 50pips.
For a one zone I all zone trades must close after getting profit given $ or given pip value in Inputs.
I don't want profits from zone recovery. I just want to recover the lose.

응답함

1
개발자 1
등급
(36)
프로젝트
35
40%
중재
12
17% / 50%
기한 초과
2
6%
무료
2
개발자 2
등급
(4)
프로젝트
6
0%
중재
5
0% / 80%
기한 초과
2
33%
무료
3
개발자 3
등급
(4)
프로젝트
4
0%
중재
1
0% / 100%
기한 초과
1
25%
무료
4
개발자 4
등급
(87)
프로젝트
114
26%
중재
7
29% / 57%
기한 초과
5
4%
무료
5
개발자 5
등급
(277)
프로젝트
334
55%
중재
14
36% / 29%
기한 초과
1
0%
무료
비슷한 주문
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

프로젝트 정보

예산
36+ USD
개발자에게
32.4 USD
기한
에서 1  5 일