EA - Sequence of Orders

MQL5 专家 外汇

工作已完成

执行时间51 天
客户反馈
developer has lots of expertise and made everything as requested
员工反馈
very nice and kind thank you +++++

指定

MQL5 EA - One sequence of Orders from Order1 up to Order10. Restart at next Gridline.

 

The EA main goal is to have a sequence of Orders from 1 up to 10. Example: If price of Order1 = Order3, Order3 can be open only after price hit Order2 first; the Order2 will only open after Order1 is already open, the Order3 will only open after Order2 is already open, etc.

The restart of the EA/sequence will occur only after the price hit next gridline, instead of at the end of the sequence.

A secondary goal is to try use the same EA to hedge in two different brokers (in theory). Example: if two EAs have same specs on different brokers (broker2 is hedge), Order1_Buy on Broker1 and Order1_Sell on Broker2, theoretically both will open orders at same time when price hit same gridline if the Sequence and GRID have the same specs on both brokers.

Example to clarify main concept of some sequences (not precise simulation to use as reference). Sequences, some profitable and others not profitable, restarting when price touches next gridline:

EA concept

 INPUT MENU SETTINGS

 

[Checkbox] GLOBAL EA RESTART: [ ]

[Dropdown] Trigger: (all TPs,SLs,Trail / any TP,SL,Trail)

(after price hit all TPs,SLs or Trail,( in theory all orders are closed) restart EA / if price hit any TP,SL or Trail, close all Orders and restart EA)

 

GRID

[Input Field] Reference Price: (default = price when EA opened first time)

[Input Field] Gridlines Distance in Pips from Reference Price (X pips): 50

 

SEQUENCE SETTINGS

[input string] PipStep Order  1>2>3>4>5>6 >7>8>9>10        ="+0000/+0100/+0200/+0300/+0400/-0100/-0200/-0300/-400/-500";

[input string] Lot_Size Order 1>2>3>4>5>6 >7>8>9>10        ="00.01/00.02/00.03/00.04/00.05/00.06/00.07/00.08/00.09/00.10";

[input string] Trade_TP Order 1>2>3>4>5>6>7>8>9>10         ="0050/0100/0150/0200/0250/0300/0350/0400/0450/0500";

[input string] Trade_SL Order 1>2>3>4>5>6>7>8>9>10        ="0060/0110/0160/0210/0260/0310/0360/0410/0460/0510";

[input string] Trailing Order 1>2>3>4>5>6>7>8>9>10         ="0052/0062/0072/0082/0092/0102/0112/0122/0132/0142";

 

ORDERS TYPE (-1=None, 0=Buy, 1=Sell)

[Input Field] Order1 type = 0;

[Input Field] Order2 type = 0;

[Input Field] Order3 type = 0;

[Input Field] Order4 type = 0;

[Input Field] Order5 type = 0;

[Input Field] Order6 type = 0;

[Input Field] Order7 type = 0;

[Input Field] Order8 type = 0;

[Input Field] Order9 type = 0;

[Input Field] Order10 type = 0;

 

VIRTUAL ORDERS (if blank = Real)

[Checkbox] Order1 virtual = [ ];

[Checkbox] Order2 virtual = [ ];

[Checkbox] Order3 virtual = [ ];

[Checkbox] Order4 virtual = [ ];

[Checkbox] Order5 virtual = [ ];

[Checkbox] Order6 virtual = [ ];

[Checkbox] Order7 virtual = [ ];

[Checkbox] Order8 virtual = [ ];

[Checkbox] Order9 virtual = [ ];

[Checkbox] Order10 virtual = [ ]

 

[Input Field] Magic Number = 123456

[Input Field] Slippage (pips) = (0 = off)

[Input Field] Delay between Orders (seconds) = 0

 

NOTES:

GLOBAL RESTART - if unchecked, each order will open only once and EA stops opening more orders after Order10 (if price reach Order10).

SEQUENCE SETTINGS- orders must be open in order in sequence from 1 to 10.

SEQUENCE SETTINGS- all PipStep Orders 1/2/3/4/5/6/7/8/9/10 positions must always have the same Gridline as the price reference (new/same Gridline at each restart).

example1. EA only open Order3 after Order2 has opened and after price gone up or down (+/-) X pips from Gridline reference (Order4 after Order3, etc.).

example2. if (Order3 PipStep = Order1 PipStep) but different than Order2 PipStep, Order3 only open after price hit Order2 PipStep, which was after Order1 PipStep.

VIRTUAL ORDERS - when opening next order, EA must consider any order checked as virtual as if it is a real order (ex. if Order2 is Virtual, EA open Order3 only after price hit PipStep Order2 position first (as if Order2 was real)).

VIRTUAL ORDERS - if GLOBAL RESTART and VIRTUAL ORDERS are both checked, and if trigger any (TP,SL,Trail)>0 is chosen in GLOBAL RESTART, any TP,SL or Trail of any Virtual Order will trigger the GLOBAL RESTART as if it was a real order.

 

Trigger to open Order1: usually Order1 PipStep = 0000 so when EA (re)Start and after price hit next up or down Gridline, the EA will open Order1.

Trigger to open Order2-10: previous order is already open and price hit each PipStep distance from Gridline reference.

Trigger to close orders: each TP,SL,Trail.

The TP,SL,Trail will not be sent to broker when order is opened, instead EA must close automatically each order when the price hit each TP,SL or Trail.

EA must work with 4 and 5 digits Pairs.

When I use EA to hedge in two different brokers, if two EAs have same specs on different brokers (one is hedge), Order1_Buy on Broker1 and Order1_Sell on Broker2, theoretically both will open at same time when price hit same gridline.


EA must work on demo, real accounts and strategy tester. I need the .mql5 source script file not only the .exe

附加的文件:

反馈

1
开发者 1
等级
(149)
项目
222
80%
仲裁
18
33% / 44%
逾期
10
5%
工作中
发布者: 24 文章, 1882 代码
2
开发者 2
等级
(51)
项目
82
43%
仲裁
3
0% / 100%
逾期
2
2%
工作中
3
开发者 3
等级
(66)
项目
73
5%
仲裁
33
15% / 36%
逾期
6
8%
工作中
4
开发者 4
等级
(2582)
项目
3257
67%
仲裁
77
48% / 14%
逾期
341
10%
空闲
发布者: 1 代码
5
开发者 5
等级
(568)
项目
641
41%
仲裁
24
50% / 29%
逾期
46
7%
工作中
6
开发者 6
等级
(44)
项目
45
24%
仲裁
23
13% / 74%
逾期
10
22%
工作中
7
开发者 7
等级
项目
0
0%
仲裁
0
逾期
0
空闲
发布者: 4 代码
8
开发者 8
等级
(27)
项目
27
26%
仲裁
2
0% / 50%
逾期
1
4%
空闲
9
开发者 9
等级
(14)
项目
20
25%
仲裁
0
逾期
2
10%
空闲
发布者: 2 代码
相似订单
Everything is based on ATR , Additional Filter requirements : - Needs Session Filter . ( please have the session filter ready already ) just copy paste , also let me have a look before, - News Filter . ( having news and session filter already ready will aid ) - Minor changes to some of the input parameters
Ftmo challenge pass ea 30 - 100 USD
Hello there l need a perfect save ea to pass challenge on any kind of propfirm save and nonbad drop down or blowing account I need someone that already have a ea or build new one
Project Objective To develop a robust Expert Advisor (EA) for MetaTrader 5, based on Volume Spread Analysis (VSA), dynamically plotted VWAP (MIDAS), and Stop Limit orders with two triggers, including multiple conditions for entry, cancellation of orders, and risk management. The EA will run on a MT5 demo account, and orders will be mirrored to a MT4 live account. Expected Technical Level This project is not trivial
Hello guys, I'm currently looking for a serious and well-tested EA that can help pass prop firm challenges (like FTMO, MyForexFunds, etc.) and eventually run on a funded account. Requirements: Max Drawdown: 1–2% per trade Lot Size: Adjustable based on the challenge account size Risk Management: On-chart panel showing all key stats (daily drawdown, equity, profit target, etc.) Stop Loss & Take Profit: Must follow
We are looking for a highly experienced MQL4/MQL5 developer to build an auto-compounding trading robot focused on XAUUSD (Gold) and major Forex pairs. The goal is to build a smart EA that grows capital through dynamic lot sizing and strategic risk management. Key Features Required: Compounding logic to grow small balances into high returns Auto lot size adjustment based on equity Only one trade open at a time Support
Hello developers, I’m currently seeking a highly experienced and professional MetaTrader 5 (MT5) expert to handle a technical issue and optimize a pairs trading Expert Advisor (EA) strategy. Project Overview : The EA is based on a market-neutral pairs trading strategy involving EURCHF and AUDUSD . It uses the statistical spread between the two instruments (based on Z-score) to detect divergence from the historical
Hello, I would like an indicator wich can show the tester results equity/balance curve behind the symbol's price chart. So I would like to compare the profit curve to the price chart of the tested instrument as a "Benchmark". ..need to set the EquityScaleFactor, EquityOffset values to synchronise/normalize the comparison.. (similar as here, but on the main price chart instead of the indicator window
Back End Developer Required with Prop firm experience , For an ongoing live chart support . Please mention about your Prop Firm experience while applying , Following are the project requirements : ATR Threshold Breakout . Certification . The expert is designed to gain 1-2 % of the equity every single day . ( for prop firms ) . Session Filter , Economic Calendar Filter . The Panel needs Minor Adjustments to show the
Hey Team, Hope you are doing good. I wanted to convert an indicator (that is available in the mql5 store for free) to EA https://www.mql5.com/en/market/product/125857 In the above link download indicator and check I want same thing to be done as EA. It will, show microstructure (pullback), Inducement, CHOCH, BOS If you can develop and share video as EA, I can make the payment and get the code. Thanks
Back End Developer Required with Prop firm experience , For an ongoing live chart support . Please mention about your experience while applying , Following are the project requirements : ATR Threshold Breakout . Certification . The expert is designed to gain 1-2 % of the equity every single day . ( for prop firms ) . Session Filter , Economic Calendar Filter . The Panel needs Minor Adjustments to show the parameters

项目信息

预算
100+ USD
VAT (23%): 23 USD
总计: 123 USD
开发人员
90 USD
截止日期
 1  5 天