Modify EA for MT4 - MA crossing strategy

Job finished

Execution time 21 days
Feedback from customer
Thanks Hooshang for doing a great job. I see now why you have a good reputation.

Specification

Attached is an EA for an MA crossing strategy. I have never used it so not sure how good it is but the code should be a good starting point.

I would like an EA to buy or sell trades created for MT4 which uses a crossing of two Moving Averages (MA) based on a set of rules/strategy I will supply later on. The programming will also include the need to specify whether each individual MA is in a bullish trend or bearish trend after crossing (the determination of a bullish trend or bearish trend is based on rules I'll provide).

Each MA and each period is individually able to be specified in the EA's settings - the "Inputs" tab will allow which EA to choose eg SMA, HMA, TriMAgen etc and whether each MA is over 10 hours, 10 days, 10 weeks for each MA being compared etc). 

The features in the attached EA to be included into the EA including those below. Any other recommended features will be left up to the programmer. There will be 5 additional inputs to be specified to the winner once the project is selected.

  • StealthMode: Hides SL, TP and Trailing from broker.
  • StartHour: Time for EA to start. GMT
  • EndHour: Time for EA to stop. GMT
  • Lotsize: When using fixed lot, set size here.
  • MM Mode: Set true to activate money management.
  • LotsPercent: Percentage of balance to be used by MM to place orders
  • MaxLot: Maximum lot size allowed.
  • MinLot: Minimum lot size allowed.
  • Stoploss: Stop loss 
  • TakeProfit: Take profit
  • Breakeven: Amount of profit to take when a profit trade is turning to loss.
  • Starttrailing: Profit to start trailing stop
  • TrailStop: Value to trail a profit trade.
  • TrailStep: Steps for movement of the trail.
  • Magic_Number: EA magic number.
  • maxtrades = Maximum allowed total number of trades 
  • tradesperbar = Maximum allowed orders per bar 
  • slippage = Maximum slippage allowable at the point of entry. 
  • maxspread = Maximum spread allowable at the point of entry.
  • MA chosen = drop down box to chose the relevant MA plus all the parameters in the indicator for each MA.
  • expiration = In minutes. Time for pending orders to expire.

The two MA will be chosen from a drop down list in the EA so I can chose which two MAs I want to use for the moving average crossing strategy to trigger a trade. The code for each MA can be found in the attached mq4 file. The MAs are:

  1.    SMA,                 // Simple Moving Average
  2.    EMA,                 // Exponential Moving Average
  3.    Wilder,              // Wilder Exponential Moving Average
  4.    LWMA,                // Linear Weighted Moving Average
  5.    SineWMA,             // Sine Weighted Moving Average
  6.    TriMA,               // Triangular Moving Average
  7.    LSMA,                // Least Square Moving Average (or EPMA, Linear Regression Line)
  8.    SMMA,                // Smoothed Moving Average
  9.    HMA,                 // Hull Moving Average by A.Hull
  10.    ZeroLagEMA,          // Zero-Lag Exponential Moving Average
  11.    DEMA,                // Double Exponential Moving Average by P.Mulloy
  12.    T3_basic,            // T3 by T.Tillson (original version)
  13.    ITrend,              // Instantaneous Trendline by J.Ehlers
  14.    Median,              // Moving Median
  15.    GeoMean,             // Geometric Mean
  16.    REMA,                // Regularized EMA by C.Satchwell
  17.    ILRS,                // Integral of Linear Regression Slope
  18.    IE_2,                // Combination of LSMA and ILRS
  19.    TriMAgen,            // Triangular Moving Average generalized by J.Ehlers
  20.    VWMA,                // Volume Weighted Moving Average
  21.    JSmooth,             // M.Jurik's Smoothing
  22.    SMA_eq,              // Simplified SMA
  23.    ALMA,                // Arnaud Legoux Moving Average
  24.    TEMA,                // Triple Exponential Moving Average by P.Mulloy
  25.    T3,                  // T3 by T.Tillson (correct version)
  26.    Laguerre,            // Laguerre filter by J.Ehlers
  27.    MD,                  // McGinley Dynamic
  28.    BF2P,                // Two-pole modified Butterworth filter by J.Ehlers
  29.    BF3P,                // Three-pole modified Butterworth filter by J.Ehlers
  30.    SuperSmu,            // SuperSmoother by J.Ehlers
  31.    Decycler,            // Simple Decycler by J.Ehlers
  32.    eVWMA                // Modified eVWMA


Other requirements:

  1. - I will own all copyright and other intellectual property in the code.
  2. - The source code is to be provided and is to have narrative for each component to understand it.
  3. - to work for a 5 digit broker.
  4. - for pips Eg. 1.1 is 1.1 pips, where 20.1 is 20.1 pips (example 1.00201 minus 1 = 20.1 pips)
  5. - English will be the governing language of this contract.
  6. - any bugs are to be fixed.
  7. - Each MA must be programmed to the be non-repainting
I'll describe the strategy to the final winner of this project. 

Please let me know if you need any clarification.


Thank you

Responded

1
Developer 1
Rating
(35)
Projects
40
23%
Arbitration
10
10% / 50%
Overdue
16
40%
Free
2
Developer 2
Rating
(236)
Projects
440
26%
Arbitration
125
21% / 56%
Overdue
96
22%
Working
3
Developer 3
Rating
(1235)
Projects
2820
80%
Arbitration
156
22% / 43%
Overdue
489
17%
Free
4
Developer 4
Rating
(182)
Projects
342
42%
Arbitration
118
12% / 73%
Overdue
104
30%
Free
5
Developer 5
Rating
(103)
Projects
205
41%
Arbitration
17
29% / 71%
Overdue
45
22%
Free
6
Developer 6
Rating
(45)
Projects
59
42%
Arbitration
5
0% / 60%
Overdue
12
20%
Free
7
Developer 7
Rating
(319)
Projects
520
66%
Arbitration
52
21% / 38%
Overdue
165
32%
Working
8
Developer 8
Rating
(130)
Projects
210
40%
Arbitration
90
20% / 43%
Overdue
85
40%
Free
9
Developer 9
Rating
(59)
Projects
182
55%
Arbitration
31
45% / 16%
Overdue
103
57%
Free
Similar orders
Indicator list : 1. MACD. 2. RSI. 3. Stochastic. *Personalized Trailing Stop named Omega . Everything With regards to the Trailing Stop will be Provided . Max Trades per entry to be specified . A status Panel Showing the Statistics. Input Panel Should look like this : ----------------------------------------------------------------------------
I want to convert TV pine script into mt4 EA. TV screen shots attached for reference. Based on TV indicators convert into mt4 indicators and then develop EA. Further details will be discuss once project starts
2USD AT 0.01 30+ USD
Rule Lot size 0.01 start immediate Buy at every 2 USD PRICE change for Example 2300 2298 2296 2294.................& take profit at every 2 usd & no stop loss Sell at every 2 USD PRICE change for Example 2300 2302 2304 2306................. .& take profit at every 2 usd & no stop loss Maximum orders 60
Hey, I would like an indicator based on calculation with the last price, sort of fib. The lines will auto update based on actual price. I want you to create 3x this block(of line), lines positions will be diferent as the multiplier of the 3 blocks will not be the same. I want you to create a signal based on the price that will be at the same zone(inside 2 lines) in 3 blocks at same time. check the intruction.txt
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
I need an expert who can combine bands, buy and sell arrows and 60% fibonaci retracement into a bot. I will send the rest of the specs to the selected applicant PLEASE KINDLY NOTE THAT I DONT HAVE THE SOURCE CODE FOR THE INDICATORS These are what I want the bot to look like for now; • When going for buys, price must touch the lower band, the buy arrow should appear on a candle, wait for that candle to close, then it
Recovery Zone Hedging 100 - 200 USD
Zone Recovery EA watch the video below to learn about Zone Recovery: Forex trading Strategy 100% winning trades!! WIN every trade you take!!! This will be a semi-auto EA with a user interface for order placement and relevant settings, not a complete EA that trades on its own. All the following things will be shown on the upper left side of chart: Breakeven line: based on current opening positions, at which price I
News filter. Check that auto GMT works properly Stop Loss: there are 3 types. Make sure they work correctly Debug/clean up the code. Remove the lines that are not in use. Question regarding the maximum open buy/sell, if it is connected to the Martingale/recovery trades. I have 2 versions that should be similar but they do not open the same trades. What is the difference between them? Make sure the EA works properly
I need this simple robot converted to work on the new version of MT5 . It's a very basic robot that open trades at a certain time and that's all it dose. I need the robot to be converted, to work on current MT5 build . And mt5 back-testing As it stand the EA will open trades. But only at certain date and time. I want it to open a trade every day at the same time. And Date part removed When the trade closes it must
Looking for a great developer to develop an EA to send alerts to telegram . Alerts will be send from my mt5 indicator. More information will be provided to selected developer

Project information

Budget
30 - 100 USD
For the developer
27 - 90 USD
Deadline
from 1 to 10 day(s)