EA base on my indicator (need cross pairing on different time frame)

MQL5 Uzman Danışmanlar

İş Gereklilikleri

Create an EA base on ZZ_Levels_4.01 indicator (lines)

the EA will place REVERSAL pending order if condition matched and triggered


trigger base on the zz's high/low:


triggering base on the MA lines:


Exit strategy: Calculation using entry price zigzag candle

1.       Initial SL while placing order is the line next to the entry price line, greater than 0.22%, else skip to the next line

2.       move SL to entry price if floating profit price hits R4/S4 (options can enable/disable by me in setting)

3.       move SL to WR1/WS1 if floating profit price hits R5/S5

4.       move SL to WR2/WS2 if floating profit price hits R6/S6

5.       move SL to WR3/WS3 if floating profit price hits R7/S7

6.       move SL to WR4/WS4 if floating profit price hits R8/S8

7.       move SL to WR5/WS5 if floating profit price hits R9/S9

8.       move SL to WR6/WS6 if floating profit price hits R10/S10

9.       move SL to WR7/WS7 if floating profit price hits R11/S11

Entry Strategy: Range within 377 bars (placing pending order)

1.       default calculate with penultimate zigzag point, move to current zigzag point if no condition met or placed pending order.

2.       Second calculate with current zigzag point (after the zigzag candle finish), place pending order if condition met

3.       replace new order and remove old pending order if the current zigzag point updated. (After the zigzag candle finish)

4.       Any of the lines match with one or more of the previous zig zag point (±0.5% margin of error)

5.       Any of the lines match with one or more of the MA line (±0.5% margin of error)

6.       Above conditions can be cross pairing in different Time Frame, for finding confirmation solid entry price pending order (±0.5% margin of error)

7.       Trade Volume (lot size) percentage of account equity

8.       Only placing one order in each condition and not repeat placing order

9.       Remove all the old pending orders that not triggered if have new zigzag point formed (old orders at third from last or penultimate zigzag point)

10.   all the entry price should be the value of the line of my indicator, but not the trigger conditions (MA, previous zz point)

EA must be able to run through strategy tester and have statistics result

All the pending order type is sell/buy limit order

300 days after sales service for bugs fixing and minor tweaking

·         Cross pairing in different TF - if multiple confirmation found, (show alert of which TF and which line have a matched)

Option 1: select the minimum margin of error price line

Option 2: select the lesser initial SL price line

Option 3: select the greater initial SL price line

Option 4: select the biggest TF price line

Control of which MA lines to trigger as well, for example i just want MA 20,50 to trigger the condition and it should be ignoring MA lines other than 20,50 (able to have multiple selection)

this including all type of MA method (Simple, Exponential, Smooth, Linear Weighted) i use in the chart

MA lines triggering start from S5/R5 lines

Zz points conditions triggering start from S4/R4 lines

Bot should be able to resume previous task (remove orders, move SL) if disconnected, crashed, stop, pause, restart occurs

Option to disable SSL/RSL lines triggering

Option to select which TF to be cross pairing

Option to disable multiple TF cross pairing


Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(42)
Projeler
62
8%
Arabuluculuk
12
58% / 42%
Süresi dolmuş
1
2%
Serbest
2
Geliştirici 2
Derecelendirme
(196)
Projeler
318
35%
Arabuluculuk
64
13% / 56%
Süresi dolmuş
82
26%
Serbest
3
Geliştirici 3
Derecelendirme
(71)
Projeler
103
20%
Arabuluculuk
6
0% / 83%
Süresi dolmuş
3
3%
Serbest
4
Geliştirici 4
Derecelendirme
(568)
Projeler
641
41%
Arabuluculuk
21
57% / 29%
Süresi dolmuş
47
7%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(3)
Projeler
3
0%
Arabuluculuk
8
0% / 75%
Süresi dolmuş
0
Serbest
6
Geliştirici 6
Derecelendirme
(263)
Projeler
537
50%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
224
42%
Serbest
7
Geliştirici 7
Derecelendirme
(167)
Projeler
192
11%
Arabuluculuk
37
38% / 35%
Süresi dolmuş
5
3%
Çalışıyor
8
Geliştirici 8
Derecelendirme
(103)
Projeler
130
44%
Arabuluculuk
7
43% / 43%
Süresi dolmuş
7
5%
Serbest
9
Geliştirici 9
Derecelendirme
(16)
Projeler
32
47%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
8
25%
Serbest
10
Geliştirici 10
Derecelendirme
(41)
Projeler
88
14%
Arabuluculuk
29
31% / 52%
Süresi dolmuş
36
41%
Yüklendi
11
Geliştirici 11
Derecelendirme
(49)
Projeler
134
27%
Arabuluculuk
62
13% / 53%
Süresi dolmuş
58
43%
Serbest
Benzer siparişler
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info
Hi All, I will try to be as precise as possible. We can discuss if you have any questions. I need an indicator to be developed for MT5 for detecting Engulfing Failed Zones. Requirement (in H4/ H1/ M30 Time frames only): Identify Engulfing Buy/ Sell Candle. Identify when the Engulfing Buy is failed, or Engulfing sell is failed. Draw a zone for that area of Engulfing Buy/Sell Fail. Invalidate the zone or delete the
Hi. I want to fix my EA. The concept of lowestBid- There aree 3 levels of price. Price1 at the top, Price 2 in the middle and Price3 at the bottom. When the EA starts it start at Price1. And lowestBid is set to Price1. When the price hits Price 2, lowestBid=Price2. When price hits Price3, lowestBid=Price3. When Price come back up to level2, lowestBid=Price2 ....so on and so forth. lowestBid will keep changing with
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
FOREX trading robot 30 - 35 USD
Creating a powerful forex robot capable of handling multiple timeframes and efficiently identifying trades within a short span of 10 minutes requires a well-thought-out design encompassing robust technical and algorithmic frameworks. The goal is to develop a system that can process a significant number of entries across various timeframes (5 minutes, 15 minutes, 1 hour, 4 hours, and weekly) while ensuring accuracy
looking for experienced programmer to create trend reversal I want indicator that send alert with arrow on screen without open trades Uptrend Let’s say there is an uptrend on the chart. The first high (H) is followed by the first low (L), which in turn is followed by the second high (HH – higher high). After that, if the price drops out of the trend structure and forms a

Proje bilgisi

Bütçe
200+ USD
Geliştirici için
180 USD