WANTED TO CREATE STOP ORDER EA BASED ON CONDITION

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 14 giorni
Feedback del dipendente
Thank You

Specifiche

MT4 EA

Buy
Condition 1 - entry - new candle cross and open above high line
                      exit - opposite signal i.e sell condition 1

Condition 2 - 

           entry - it will include buy condition 1 plus when condition 1 get triggered then it will place "buy stop" orders according 1 st order's price 

eg. candle cross above and open at market price 1.000 then it will place 1st buy order at 1.000 according to buy condition 1              

      then it will automatically place buy stop orders ( if step pip is 100) at price 1.100, 1.200, 1.300, 1.400, 1.500, ......

            exit- take profit or opposite signal i.e sell condition 1  or take profit

Sell
Condition 1 - entry - new candle cross and open below low line
                       exit - opposite signal i.e buy condition 1

Condition 2

          entry - it will include sell condition 1 plus when condition 1 get triggered then it will place "sell stop" orders according 1 st order's price

eg. candle cross below and open at market price 1.000 then it will place 1st sell order at 1.000 according to sell condition 1

      then it will automatically place sell stop orders ( if step pip is 100) at price 0.900, 0.800, 0.700, 0.600, 0.500, ......

             exit- take profit or opposite signal i.e sell condition 1 or take profit

a) in condition 2 stop order will be place 5 stop orders set in that only after executing 3 orders next set of 5 stop orders should be placed

the reason behind this is otherwise it will show n number of pending order trade terminal which will be  hard to handle

b) when ea get ON after start time it will not wait for cross above or below condition it will immediately open order if candle is open above high line then buy

order and if candle is open below low line then sell and follow condition 2  


c) step - on/off option i need

 if i off this option it will follow only Condition 1 of buy and sell

d) ea should work with each chart individually 

 i want to run ea with same symbol with different input and same or different time frame with different input simultaneously
 
e) all input parameter(period) should be editable   

f) please include 

    - max spread

    - step pip [it is for how much pips difference in two stop order ]

    - step order number [it is for how much stop orders set will be to be placed at a time as a mentioned above ]

    - start and end time

    - take profit [is i put "0" here then all order will be get closed at opposite signal ] 

    - stop loss

    - lot size

    - EA comment

    - Trail stop loss (pips)

g) Show indicator on chart with customized input 

h) ON CHART DASHBOARD
    - close all buy trade 
    - close all sell trade
    - open buy only
    - open sell only
 
i) final source code i will need

j)  kindly EA name to "Madhu Zone"





File:

Con risposta

1
Sviluppatore 1
Valutazioni
(56)
Progetti
82
54%
Arbitraggio
9
33% / 33%
In ritardo
7
9%
In elaborazione
2
Sviluppatore 2
Valutazioni
(90)
Progetti
110
37%
Arbitraggio
8
88% / 0%
In ritardo
0
In elaborazione
3
Sviluppatore 3
Valutazioni
(13)
Progetti
21
0%
Arbitraggio
1
0% / 0%
In ritardo
0
In elaborazione
4
Sviluppatore 4
Valutazioni
(346)
Progetti
543
32%
Arbitraggio
24
67% / 8%
In ritardo
15
3%
Gratuito
5
Sviluppatore 5
Valutazioni
(37)
Progetti
59
27%
Arbitraggio
25
20% / 52%
In ritardo
10
17%
In elaborazione
6
Sviluppatore 6
Valutazioni
(4)
Progetti
9
11%
Arbitraggio
2
50% / 50%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(74)
Progetti
121
43%
Arbitraggio
12
33% / 50%
In ritardo
17
14%
Gratuito
8
Sviluppatore 8
Valutazioni
(255)
Progetti
312
37%
Arbitraggio
6
50% / 17%
In ritardo
7
2%
Gratuito
9
Sviluppatore 9
Valutazioni
(48)
Progetti
69
14%
Arbitraggio
2
50% / 0%
In ritardo
7
10%
In elaborazione
10
Sviluppatore 10
Valutazioni
(253)
Progetti
408
38%
Arbitraggio
85
44% / 19%
In ritardo
70
17%
In elaborazione
11
Sviluppatore 11
Valutazioni
(38)
Progetti
40
25%
Arbitraggio
20
15% / 75%
In ritardo
8
20%
Occupato
12
Sviluppatore 12
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
21
57% / 29%
In ritardo
47
7%
In elaborazione
Ordini simili
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD