Modify EA for MT4 - MA crossing strategy

Lavoro terminato

Tempo di esecuzione 21 giorni
Feedback del cliente
Thanks Hooshang for doing a great job. I see now why you have a good reputation.

Specifiche

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

Con risposta

1
Sviluppatore 1
Valutazioni
(35)
Progetti
40
23%
Arbitraggio
10
10% / 50%
In ritardo
16
40%
Gratuito
2
Sviluppatore 2
Valutazioni
(236)
Progetti
440
26%
Arbitraggio
125
21% / 56%
In ritardo
96
22%
In elaborazione
3
Sviluppatore 3
Valutazioni
(1235)
Progetti
2820
80%
Arbitraggio
156
22% / 43%
In ritardo
489
17%
Gratuito
4
Sviluppatore 4
Valutazioni
(182)
Progetti
342
42%
Arbitraggio
118
12% / 73%
In ritardo
104
30%
Gratuito
5
Sviluppatore 5
Valutazioni
(103)
Progetti
205
41%
Arbitraggio
17
29% / 71%
In ritardo
45
22%
Gratuito
6
Sviluppatore 6
Valutazioni
(45)
Progetti
59
42%
Arbitraggio
5
0% / 60%
In ritardo
12
20%
Gratuito
7
Sviluppatore 7
Valutazioni
(319)
Progetti
520
66%
Arbitraggio
52
21% / 38%
In ritardo
165
32%
In elaborazione
8
Sviluppatore 8
Valutazioni
(130)
Progetti
210
40%
Arbitraggio
90
20% / 43%
In ritardo
85
40%
Gratuito
9
Sviluppatore 9
Valutazioni
(59)
Progetti
182
55%
Arbitraggio
31
45% / 16%
In ritardo
103
57%
Gratuito
Ordini simili
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
I need to change the comments on my Expert and learn how to license my Bot, I need some one that can help me with that please someon that really know about code and MQL4
I want to have an EA for MT4 from 2 simple indicators: 1st indicator is a supertrend with buy/sell signals 2nd indicator is a histogram that act as a filter out falls signals Options in the EA: 1. the input options of both indicators 2. turn filter (2nd indicator histogram) ON/OFF 2. Lot 3. TP/SL in pips (if input is 0, TP/SL is off) 4. Close trade with opposite signal ON/OFF delivery of EA with mql file
Attached to this post is the pinescript tradingview indicator code, i will also attach a link to the youtube explanatory video of how the indicator works on tradingview, i will like the exact thing on mt5, including the percentage prediction on each bar and the win loss counter ... it should work on both forex, stock and volatility indices on mt5 https://youtu.be/30FLWyEWroM?si=q9GpvJVHp-oyvsvZ // This work is
Hello, I hope you are well. I have an alert/s that I would like to provide buy and sell orders. The alerts are named *ENTRY* and *EXIT*, so the EA will know what to do. I would like the EA to have the following parameters: 1. Select the number of trades per currency pair 2. Time to trade: Time to start trading to time to end trading - I would like 4 different times to be able to be entered 3. Option to choose which
Order Manager 30 - 60 USD
I am looking for a programmer to develop an Expert Advisor (EA) for order management, which will be used alongside simpler EAs. This EA should include advanced functionalities for efficient and personalized management. **Key Features:** 1. **Comprehensive Information Panel:** - **Order Visualization:** Display all open orders by currency pair, including short and long positions. - **Font Resizing Option:** Allow
Hi! Are you able to code an exact copy of an indicator for trading view? It must be exactly the same. if you are expert in doing this I am expecting your message in the comment session to share you with the indicator I want to duplicate. Looking forward to your positive response and the opportunity to collaborate with you on this project
Hello developers I hope this message finds you well. I am currently seeking a highly skilled developer for an important project. I need an exact copy of a TradingView indicator to be coded for the MetaTrader 4/5 platform. The indicator must be replicated with absolute precision, maintaining all its functionalities and features. Would you be able to take on this project? If so, I would appreciate discussing the
Hello Developers, I am looking for a highly skilled and experienced developer to code an exact copy of a specific indicator for TradingView. The indicator must be replicated with precise accuracy, maintaining all functionalities and features of the original. Requirements: Proficiency in Pine Script and experience with TradingView indicators. Demonstrated ability to replicate complex indicators with exact

Informazioni sul progetto

Budget
30 - 100 USD
Per lo sviluppatore
27 - 90 USD
Scadenze
da 1 a 10 giorno(i)