Create Buy Limit Orders at Multiples of Order Distance

MQL4 전문가

명시

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

파일:

PNG
EA.png
55.0 Kb

응답함

1
개발자 1
등급
(26)
프로젝트
23
39%
중재
26
8% / 38%
기한 초과
0
무료
2
개발자 2
등급
(24)
프로젝트
28
32%
중재
1
0% / 0%
기한 초과
0
무료
3
개발자 3
등급
(243)
프로젝트
431
34%
중재
54
37% / 39%
기한 초과
157
36%
작업중
4
개발자 4
등급
(42)
프로젝트
47
30%
중재
12
17% / 75%
기한 초과
6
13%
무료
5
개발자 5
등급
(257)
프로젝트
341
58%
중재
7
14% / 71%
기한 초과
9
3%
무료
6
개발자 6
등급
(769)
프로젝트
1033
44%
중재
50
8% / 50%
기한 초과
117
11%
무료
7
개발자 7
등급
(57)
프로젝트
72
22%
중재
13
46% / 15%
기한 초과
5
7%
무료
8
개발자 8
등급
(369)
프로젝트
400
70%
중재
3
100% / 0%
기한 초과
2
1%
로드됨
9
개발자 9
등급
(24)
프로젝트
29
38%
중재
2
0% / 0%
기한 초과
2
7%
무료
10
개발자 10
등급
(256)
프로젝트
416
38%
중재
86
44% / 19%
기한 초과
70
17%
바쁜
11
개발자 11
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
비슷한 주문
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

프로젝트 정보

예산
30 - 45 USD
개발자에게
27 - 40.5 USD