Multi Grid EA

MQL4 Experts

Specification

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

 


Files:

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

Responded

1
Developer 1
Rating
(187)
Projects
367
56%
Arbitration
45
22% / 56%
Overdue
188
51%
Free
2
Developer 2
Rating
(17)
Projects
21
48%
Arbitration
3
0% / 100%
Overdue
10
48%
Free
3
Developer 3
Rating
(264)
Projects
538
50%
Arbitration
55
40% / 36%
Overdue
224
42%
Working
4
Developer 4
Rating
(362)
Projects
504
40%
Arbitration
147
18% / 72%
Overdue
98
19%
Busy
5
Developer 5
Rating
(49)
Projects
74
18%
Arbitration
30
17% / 53%
Overdue
31
42%
Free
6
Developer 6
Rating
(118)
Projects
201
42%
Arbitration
44
9% / 68%
Overdue
47
23%
Free
7
Developer 7
Rating
(195)
Projects
395
28%
Arbitration
155
20% / 52%
Overdue
112
28%
Free
8
Developer 8
Rating
Projects
3
33%
Arbitration
3
0% / 100%
Overdue
1
33%
Free
9
Developer 9
Rating
Projects
1
0%
Arbitration
0
Overdue
1
100%
Free
10
Developer 10
Rating
(18)
Projects
21
38%
Arbitration
17
0% / 88%
Overdue
2
10%
Free
11
Developer 11
Rating
(130)
Projects
210
40%
Arbitration
90
20% / 43%
Overdue
85
40%
Free
Similar orders
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Ind V5 TV Strategy Requirements: Instruments: Forex pairs, Crypto and Stocks across exchanges TimeFrame: Multi-Time Frame comparisons, details below Indicators: Ichimoku Cloud, ATR & Choppiness Index Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and Day of Week Square Off Time Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins Position Size (Lots)
I want this EA in mql4. The two indicators are written in pinescript Developer should please understand it to develop the EA. One of the indicator will be used as direction and the other for entry. The should have code that it can be used for( only one PC and an expiration date. ; this the developer should show me how to adjust it, so that I can adjust to my preference). Parameters:number of trades.lotsize, SL pips
I need a robot for forex trading~~The way the robot should work is that when I put it into a 5 minute chart, the chart will show 15 minutes, one hour, Regardless of whether they are buying or selling, they must buy or sell in the same color at the same time~~~ Use the following indicators: HalfTrend 1 & alerts mtf Trafficlight indicator.MQ4 When placed into a 5 minute chart ~ the chart will show 15 minutes, one
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing maximum budget = 150$ Preference is given to someone who: -speaks Arabic so I can explain it clearly to him - And the lowest price
I SIMPLY NEED SOMEONE TO INTEGRATE THESE OPTIMIZATION ALGOS INTO MY EA. THE LIBRARY IS ATTACHED BELOW. NEED THIS DONE FAST. LET ME KNOW IF YOU HAVE OTHER QUESTIONS A list of implemented optimization algorithms: BGA (binary genetic algorithm) ANS (across neighbourhood search) CLA (code lock algorithm) P_O_ES ((P+O) evolution strategies) CTA (Comet Tail Algorithm) SDSm (stochastic diffusion search M) ESG (evolution of
Create a robot like this live on YouTube, it is a simple hedge system that does not have martingale or other risky means of.making money.... please check out the link and if it is possible for you to repeat this then reach out with a sample and price. YouTube: https://www.youtube.com/live/cT_42RWzq_0?si=Z8M5mKkAMGZhxdTL
Hi There I am looking for someone to create me a simple anti martingale EA The EA will open a buy and sell the moment the EA is attached to a chart. Should the price increase - additional buys will open. This will continue until profit point Should the price retrace all trades should close just before breakeven point. New sequence starts immediatly thereafter The sell trade will close if the combined profit of buys
Job Description: We are seeking an experienced EA programmer to create an EA that utilizes SnR + Trendlines + Multi timeframe confluence Project Requirements: - Support and Resistance, Open Close levels/kissing candles/Rejection block, Support broken becomes Resistance(SbR), Resistance broken becomes Support(RbS), Quasimodo Levels, Asian Range, London Killzone, London Open, New York Killzone, New York Open
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should

Project information

Budget
10 - 30 USD
VAT (19%): 1.9 - 5.7 USD
Total: 11.9 - 35.7 USD
For the developer
9 - 27 USD
Deadline
from 1 to 5 day(s)