Multi Grid EA

MQL4 专家

指定

Hi,

I need an Multi Grid EA that trades according to the following protocol:

The Multi Grid EA

 is a grid trader based on the concept of the golden ratio (1.618 ...), which is manifested in the Fibonacci series. Precisely  this number it used concepts that characterize the principles of Elliott Waves by which this EA, using other indicators, takes any action for trading. As a grid trader must use  indicators to determine market conditions and create the hedge for the current price with a STOP and LIMIT order to profit in that direction. We don’t use a BUY trade or a SELL trade, but  use pending LIMIT/STOP orders to open the first trade of a grid.

The Strategy

The Multi Grid EA

 Uses LIMIT trading to add to the basket of trades. It starts placing trades by bracketing the current price with STOP/LIMIT trades with a particular strategy. The BestIA uses up to three indicators in its entry decision making process. You can use them all together or separately:.

  • Moving Average (MA)
  • Bollinger
  • Multiple Time Frame Indicator (MTF)

The Main Indicators

By default MA is turned on and used as the base indicator. The first position will cause to create a grid with a maximum of 15 orders, increasing with a progressive strategy the size of each lot (0.01,0.02,0.03,0.04…) based on the total balance.

Bollinger monitors if the basket is closed in extra-volatility.

MTF is based on a proprietary policy developed  and read signals on different time frames.

General Account Settings

  • StopTrading : it will stop the EA trading after any open trade have been closed
  • StopTradePercent : percent of account balance lost before trading stops
  • PortionPC : Percentage of account you want to trade on this pair
  • PortionChange: Significant if basket is open: 0=no Portion changes;1=allow portion to increase; -1=allow to increase and decrease
  • MaxDDPercent : Percent of portion for max drawdown level
  • MaxSpread: Maximum allowed spread while placing trades

Entry Strategies Settings

  • UseAnyEntry: true = ANY entry indicator below can be used to open orders, false = ALL entry indicators below are used to open orders
  • MAEntry: (Moving Average indicator) 0 = Off, 1 = will base entry on MA channel, 2 = will trade in reverse
  • BollingerEntry: (Bollinger indicator) 0 = Off, 1 = will base entry on Bollinger Bands, 2 = will trade in reverse
  • MTFStoEntry: (Multi Time Frame Stochastic indicator) 0 = Off, 1 = will base entry on MTF Stochastic

Settings for lot size

  • UseMM : (Use Money Management) if true it will use a management to maximize the security for your balance
  • Lot: Starting lots if Money Management is off

Grid Parameters

  • EntryOffset: In pips, used in conjunction with logic to offset first trade entry
  • GridSetArray: Specifies number of pips away to issue a limit order (separated by comma)
  • TP_SetArray: Take profit for each block (separated by comma)

Trading Settings

  • MaxTrades: Maximum number of trades to place (stops placing orders when reaches MaxTrades)
  • BreakEvenTrade: Close All orders, when this level is reached, doesn't wait for TP (Take Profit) to be hit

Entry Settings for Moving Average

  • MAPeriod: Period of MA (H4 = 100, H1 = 400)
  • MADistance: Distance from MA to be treated as Ranging Market

Bollinger Bands Entry Settings

  • BollPeriod: Period of Bollinger
  • BollDistance: Up/Down spread
  • BollDeviation: Standard deviation multiplier for channel

Best Practices

You can use all Major Pairs. the H1 frame is the best one

Trading on different pairs allows to diversify risks, reducing the possible maximum withdrawal.

Diversification is very important and we suggest to use this kind of configuration:

  • Minimum balance per pair: $ 1,500/2,000
  • Initial Lot Size: 0.01
  • PortionPC: 50%
  • MaxDDPercent: 50%

This set of main parameter will allow you to have a lower risk.

should be usable for 4/5 digit brokers. 

I can not go higher than 30 USD so do not bid above that.

good coding is important so I do not care if you finish it on one day or 5.

serious coders only.

please look files

THANKS

 


附加的文件:

PNG
Grid_1.png
125.4 Kb
PNG
Grid2.png
157.1 Kb
PNG
Grid_3.png
139.9 Kb

反馈

1
开发者 1
等级
(187)
项目
367
56%
仲裁
45
22% / 56%
逾期
188
51%
空闲
发布者: 1 文章, 6 代码
2
开发者 2
等级
(17)
项目
21
48%
仲裁
3
0% / 100%
逾期
10
48%
空闲
3
开发者 3
等级
(271)
项目
553
50%
仲裁
57
40% / 37%
逾期
227
41%
工作中
4
开发者 4
等级
(365)
项目
507
40%
仲裁
159
17% / 74%
逾期
99
20%
已载入
5
开发者 5
等级
(49)
项目
74
18%
仲裁
30
17% / 53%
逾期
31
42%
空闲
6
开发者 6
等级
(118)
项目
201
42%
仲裁
44
9% / 68%
逾期
47
23%
空闲
发布者: 1 代码
7
开发者 7
等级
(195)
项目
395
28%
仲裁
155
20% / 52%
逾期
112
28%
空闲
8
开发者 8
等级
项目
3
33%
仲裁
3
0% / 100%
逾期
1
33%
空闲
9
开发者 9
等级
项目
1
0%
仲裁
0
逾期
1
100%
空闲
10
开发者 10
等级
(18)
项目
21
38%
仲裁
17
0% / 88%
逾期
2
10%
空闲
发布者: 4 代码
11
开发者 11
等级
(130)
项目
210
40%
仲裁
90
20% / 43%
逾期
85
40%
空闲
相似订单
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes
Hello! I want to programm EA that uses volume profile indicator, but I am not sure if this is possible. Only experienced programmers please, I will not select a programmer who did only few jobs. Before starting I need to make sure you understand everything and that this is for sure technically possible
Hello, I am looking for a professional trading system including: 1- Trading Bot (Expert Advisor): - Good profit performance - High security and strong risk management - Works efficiently during high market volatility (news and strong movements) - Works on all pairs (Forex + Gold) 2- Signal Indicator: - Provides clear Buy and Sell signals - Includes Take Profit and Stop Loss - No repaint (signals must not change or
Hi, I’m looking for a top-tier, profit-optimized EA that has the potential to scale trading returns significantly. My goal is to maximize growth over time. Can you help develop a bespoke EA that could potentially scale to high six or seven figures
Max amount grid 30+ USD
max amount grid step for magic number do keep deleting .only when it is in negative floating .but when it is profit allow to go over the max and replays to grid step
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
I will pay 3000+ USD (negotiable) for an EA for existing MT5 that generates a minimum of 15-20% or higher a month consistently (provide source code after final deal) Looking for a highly profitable EA Please send demo version directly subject (Buying profitable EA Budget up to $ 3000 USD), past results and optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it

项目信息

预算
10 - 30 USD
截止日期
 1  5 天