Create Buy Limit Orders at Multiples of Order Distance

MQL4 Experten

Spezifikation

EA Name: Create Buy Limit Order

Inputs:
1) LimitOrderType = Buy Limit (Put this in a Dropdown)

2) Stopout Margin Level = X% (300%) ---> Must close all the open limit orders if margin level reaches X% & Should not create any new Limit order (Stop the EA and not create any Limit Orders)
3) RestartMarginLevel = Y% (500%) --- Restart the process of creating Limit orders once the margin level is greater than Y%
4) BUY_Lot size = ___ (eg. 0.01)     ---> Create Buy Limit orders at this Lot Size

5) BUY_Order_Distance = X Pips (eg. 2500 PIPS) -----Create Limit orders at this OrderDistance Pips
6) BUY_TakeProfit = N PIPS (eg. 5000 PIPS) --  (When limit orders are created, they should have this TP. Eg. Order opened at $1000, should have TP as 1050)
7) BUY_StopLoss = M PIPS (eg. 1000 PIPS) -- (When limit orders are created, they should have this SL Eg. Order opened at $1000, should have TP as 1010)
8) BUY_Max Order Qty (Q) = ___ (Number of Orders to Maintain at any time)

Process:
Step1- Once the EA is initialized/started, Close all limit orders created by this EA in the past + Remove any object list in the chart.

Step2 - Order creation : Create (Q) number of limit orders at MULTIPLES OF THE ORDER DISTANCE ONLY below the current price.
Use the following formula to create the buy limit orders for the first time.
--> Round(Current Price)-Round(Current Price) mod OrderDistance - OrderDistance


Example:
(Assume Q=10, current Price=995.6, Order Distance=2500 PIS = 25$)

- Create buylimit orders at 950,925,900,875,850,825,800,775,750,725
- First Buy limit order to create is ---> Round(Current Price)-Round(Current Price) mod OrderDistance-Order Distance = 995.6-995.6 mod 25 -25 =950
- Second Buy limit order to create is 950-25 = 925
- Third  Buy limit order to create is 925-25 = 900
- 10th Buy limit order to create = 725

*Once the price increases and hits 1000, create an order of 1000-25=975 and so on


2) At any point in time ensure that there are Q number of buy limit orders at any point of time. For this need to create 1 more highest limit order when price moves up &delete the lowest 
OR need to create an even lower limit order when price moved down.

3) Donot create a buy limit order for an order that already exist.

eg. When a Buy order of 975 exists, then shd not create the BUY Limit order of 975

Dateien:

PNG
EA.png
55.0 Kb

Bewerbungen

1
Entwickler 1
Bewertung
(26)
Projekte
23
39%
Schlichtung
26
8% / 38%
Frist nicht eingehalten
0
Frei
2
Entwickler 2
Bewertung
(24)
Projekte
28
32%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(243)
Projekte
431
34%
Schlichtung
54
37% / 39%
Frist nicht eingehalten
157
36%
Arbeitet
4
Entwickler 4
Bewertung
(42)
Projekte
47
30%
Schlichtung
12
17% / 75%
Frist nicht eingehalten
6
13%
Frei
5
Entwickler 5
Bewertung
(257)
Projekte
341
58%
Schlichtung
7
14% / 71%
Frist nicht eingehalten
9
3%
Frei
6
Entwickler 6
Bewertung
(769)
Projekte
1033
44%
Schlichtung
50
8% / 50%
Frist nicht eingehalten
117
11%
Frei
7
Entwickler 7
Bewertung
(57)
Projekte
72
22%
Schlichtung
13
46% / 15%
Frist nicht eingehalten
5
7%
Frei
8
Entwickler 8
Bewertung
(369)
Projekte
400
70%
Schlichtung
3
100% / 0%
Frist nicht eingehalten
2
1%
Beschäftigt
9
Entwickler 9
Bewertung
(24)
Projekte
29
38%
Schlichtung
2
0% / 0%
Frist nicht eingehalten
2
7%
Frei
10
Entwickler 10
Bewertung
(256)
Projekte
416
38%
Schlichtung
86
44% / 19%
Frist nicht eingehalten
70
17%
Überlastet
11
Entwickler 11
Bewertung
(66)
Projekte
143
34%
Schlichtung
10
10% / 60%
Frist nicht eingehalten
26
18%
Frei
Ähnliche Aufträge
Hi, Thanks for looking at my requirement. Here are the details of the job(MT4) and right now, we do have 2 jobs to do in same file. The clear detailed explanation along with the pictures are in the google drive link : https://drive.google.com/drive/folders/14KMGzunkE-Hbg0eK6iUrs4DNvRetTJYc?usp=sharing Also, i am into this coding thing for more than 2 years now full time. I am a math guy and not a coder. So the
Hi, Thanks for looking at my requirement. Here are the details of the job and right now, we do have 2 jobs to do in same file. The clear detailed explanation along with the pictures are in the google drive link : https://drive.google.com/drive/folders/14KMGzunkE-Hbg0eK6iUrs4DNvRetTJYc?usp=sharing Also, i am into this coding thing for more than 2 years now full time. I am a math guy and not a coder. So the
i want a robot and an indicator that uses macd..bolingerbands And emas As well as fibonacci retracement confirmation from SMC strategy , OB+CHoCH And RTO i want it to print SL and TP using High and Lows
Hello, I need an expert that can help me to develop an EA. That can also work while I open trade on phone, can I get this done? I need video demo and work sample. Thanks
Скальпер по стакану ( фронтраннинг ) : Рассчитывает средний обьем ордеров в пределах N уровней цены от текущей цены , и ставит свой ордер на покупку/продажу перед ордером который на X % больше средней цены N уровней . Стоп лосс и тейк профит всегда заданы по умолчанию из настроек ( фиксированные ) . В случае если ордер перед которым мы ставили свой ордер перестает соответствовать условиям то мы свой ордер снимаем
We have an existing EA which use specific strategy based on our propriety Indicator(Semaphores) and Stochastic. The EA is multi symbol and Multi timeframe. we need to fix it for following issues 1 - Check the Status on close of the Candle[1] or open of the Candle[0] 2 - open order with SL which meet specific requirement 3 - Amend order for TP when specific requirement meet. 4 - Update the Scanner as in the picture. 5
Simple EA 35+ USD
I am looking for an experienced developer to help me create a simple EA. EA requirements are as follows: 1. EA needs to check if a trade is open based on magic number entered in EA settings by the user. 2. If matching magic number trade is open, then EA should do the following: a. If the magic number trade closes with TP. then monitor again for magic number trade to open.. b. If the magic number trade closes with SL
I want to create an EA MT5 that can 1. identify support and resistance (based on close candles) 2. mark snr breakout 3. multitimeframe breakout scanner 4. scan the valid setup that appears 5. available for manual marking, INFO SPREAD & TIME NEXT BAR 6. sends alert notification to Telegram I need a professional and experienced developer with fast and good work according to what I want. if you are interested I will
I wanted to have existing EA or develop new one just to place pending orders according to according to signals received ( buy stop or sell stop ) from the indicator
Hi, I have an scalping Expert Advisor for XAUUSD pair with Break Out strategy using iADX indicator and it seems other indicators too. Need a help to do reverse engineering on it. Thanks

Projektdetails

Budget
30 - 45 USD
Für die Entwickler
27 - 40.5 USD