A MT5 EA based on Grid and Mortingale

MQL5 전문가

작업 종료됨

실행 시간 14 일
고객의 피드백
Elavis delivered excellent work on my MQL5 project. Their expertise, professionalism, and attention to detail were outstanding. I highly recommend Elavis for any MQL5 programming needs.

명시

General setting of EA would look like as below:

  • Name of EA: MZRAWR EA
  • Grid line gap ………(from 0.001 to higher value)
  • Martingale factor ………. (usually 2.00)
  • DD ……% of the capital
  • Lot size (can be set 0.01 to any higher value)
  • Trade TP
  • Trade SL 
  • Cut-off SL
  • News Filter (Enable/Disable)
  • Pause time starts at ......... hr:min. (this function gets disabled if News Filter is set as "No")
  • Pause time ends at  …….. hr:min (this function gets disabled if News Filter is set as "No")
  • Trade Opening time ……..AM
  • No Trade be opened after …….PM

 

EA can open upto 240 no. of trading modules. These trades are identified as Trading module no. 1, Trading module no. 2, Trading module no. 3, …………Trading module no. 240.

Trading module no. 1, for example, shall proceeds as follow;

Trade setting: Enabled/Disabled

If trade setting is Enabled, open 1X BUY (as the EA is launched) as per martingale sequence given as under;

"BUY SELL SELL BUY SELL BUY SELL BUY SELL BUY BUY SELL BUY"

Price moves in either direction, if it is favorable and reaches next grid line (grid line gap defined in General setting), TP executed, trading cycle closed and new trading cycle initiated. On the contrary, if prices moves against the trade and reaches next grid line, this trade is closed with loss (this is called "trade SL") and a martingle trades is opened in the direction (SELL in this example) as per matingale sequence shown above. Martingle factor is user defined in General setting and it usually set “2”.

Now, again price would move in either direction, if it is favorable and reaches next grid line, TP is executed, trading cycle closed and new trading cycle initiated. On the contrary, if prices moves against the trade and reaches next grid line, this trade is closed with loss (this is called "trade SL") and a 4X martingle trades is opened in the given direction (SELL in this example).

The process continues until profit with 8X, 16X, 32X, 64X, 128X, 256X, 512X, 1024X, 2048X and upto 4096X in same fashion as described above. Each martingale trade is Buy or Sell as specified in sequence shown for this trading module. A trading cycle can also be terminated at any user-defined martingale trade (for example 128X, 256X, ..2048X etc.) to cut-off the trading cycle and it is called "cut-off SL". EA shall have option to set/change cut-off SL.

Once trading cycle is closed due to either TP or cut-off SL, new trading cycle is initiated under the title of Trading module no. 1 and similarly for trading module 2,3.....240. Each trade from 1 to 240 is independent of each other. Tarde TP and Trade SL shall be in proportion to martingale factor. 

Trading module no. 2, 3, 4 ....240  is same above except difference in martingale sequence which is shown under for module no. 2, 3, 4,5 as an example;

Trading module no. 2 "SELL BUY BUY SELL BUY SELL BUY SELL BUY BUY BUY SELL BUY"

Trading module no. 3 " BUY BUY BUY SELL BUY BUY SELL BUY BUY SELL BUY SELL BYE"

Trading module no. 4 "SELL BUY SELL SELL BUY SELL BUY BUY SELL BUY BUY SELL BUY"

Trading module no. 5 "BUY BUY SELL BUY BUY SELL BUY BUY SELL BUY BUY SELL BYE"

....................so on and so forth for upto Trading module no. 240. This sequence is user-defined and can be changed. EA should have provision to set any sequence. EA should have provision to set/change trading sequence from trading module 1, trading module 2 ..... to trading module 240.

Each Trading module has its own and independent setting  as exemplified above. And all modules work independetly and simultaneously. 

Thus opening a trade is initiated upon launching of EA within each trading module which are enabled to trade. Trade is closed due to TP or cut-off SL and next trading cycle is again opened in each trading module. 

EA would be applicable to the chart at which it is applied.  It would be compatible with MT5 and come with interface settings or APIs as required.

Please let me know if further explanation is required or you suggest to add additional features or settings.

Kind regards,

Mazher Anwar

응답함

1
개발자 1
등급
(36)
프로젝트
46
37%
중재
0
기한 초과
0
무료
2
개발자 2
등급
(63)
프로젝트
90
52%
중재
10
40% / 30%
기한 초과
8
9%
무료
3
개발자 3
등급
(4)
프로젝트
2
0%
중재
2
50% / 0%
기한 초과
0
무료
4
개발자 4
등급
(246)
프로젝트
438
34%
중재
56
36% / 38%
기한 초과
160
37%
로드됨
5
개발자 5
등급
(225)
프로젝트
284
42%
중재
15
13% / 47%
기한 초과
67
24%
무료
6
개발자 6
등급
(204)
프로젝트
208
28%
중재
0
기한 초과
3
1%
무료
7
개발자 7
등급
(37)
프로젝트
59
27%
중재
25
20% / 52%
기한 초과
10
17%
작업중
8
개발자 8
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
비슷한 주문
I have an indicator that give signals. I would like an EA to automate the strategy. the Indicator gives an arrow in the direction the trade needs to open. Attached is a picture of the indicator. I have also attached the Indicator as well as a word document of what I would like be able to select on the EA
Hello, I am seeking an experienced expert who can assist me in converting a trading indicator or strategy written in Vbox Thinkscript into a compatible format for use with Sierra Chart
My idea _Anna. 50+ USD
I'm looking for a strategy where I can specify two points, such as Point A and Point B, which could be based on today's high/low or yesterday’s high/low, etc. I should have the option to define these points. The system should execute a buy order when the price goes above Point A, with the ability to set a target in percentage or points, as well as a stop-loss. Similarly, when the price drops below Point B, it should
RackemupEA is based on an indicator which was made freely available to all. The mql4 file is attached. The requirements doc spells out easy to understand entry/exit conditions as well as some trade management functions to control the size of successive entries in the series. Series (or sequence) is a set of trades that open in the same direction, either long or short. The EA will and must be FIFO compliant. Hedging
I have one expert advisor. I optimized it and generated 3 optimized set files. As each EA can run only single set file, I need my EA to run with the parametrization from 3 set files at the same time because trade conditions those are defined by the set files are not same
Buy - 2 or 3 (option) moving average (simple or exponential) alignment, with the shortest above the longest and if 3, with the second in the middle of the others 2. Wait a candle close above the one or two (option) previous maximums Stop loss: in the minimum of previous candle or minimum of the enter candle (option) with option to add 5, 10, 15, 20, 25, 30, 35, 40, 45 or 50 points below (options to set) Trailing stop
Project Overview Develop a custom automated trading bot (Expert Advisor) for MetaTrader 4 (MT4) that executes trades on the S&P 500 index CFDs via CMC Markets. The bot will implement a momentum-based trading strategy that utilizes technical indicators for market entry and exit signals, incorporates dynamic stop-loss orders, adjusts position sizes based on market momentum, and adheres to strict risk management
Hello, I want to make simple EA for MT5 where I can set main pair and correlated pair and if main pair open trade it will open opposite trade on correlated pair and when main pair close trade it will close trade on correlated pair also. For example if I set US30 as main and NAS100 as correlated and open buy on US30 it will open sell on NAS100. When I close buy on US30 it also close sell on NAS100. Additional options
no order will be given until you prove that you are capable to code , so at least make a basic demo first to take the final order from me. and i can not afford to pay more than 30 usd. so its final offer EA should work with any pair like jpy , oil and Gold pairs along with EURUSD , GBPUSD etc and GBPJPY and too Lot size … its fixed for all. So which ever size client set . it will set for all the trades Gap between
My Goal: I want to make an EA that makes money using AI.. with zero losses and 100% winning chances and we will continue to upgrade and design the EA until we reach our goal. this could be a long term project

프로젝트 정보

예산
90+ USD
개발자에게
81 USD
기한
에서 5  10 일