Many

Experts

Job finished

Execution time 16 days
Feedback from customer
Andrey was very patient and professional with my EA project ... which was not that clear from the start. I benefited from his experience in bringing few changes and additional features to the EA. Excellent communicator and analyst/programmer.

Specification

Hello,

I need assistance with the programming of a MACD based EA.  I believe this EA is quite simple as it is similar to the MACD Sample provided with the MT4 platform.  Several MACD EA are out there and this is nothing new ... my strategy relies more with the statistics and the exits rather than the entries.  These aspects are not included in the requested EA.  I am trying to keep it simple.  If back tests work out as planned, we can expand further with this project.

I will provide the specific details in future communications as required.  Meanwhile, you can find below a summary of the pre-requisites. 

Can you also provide the price range (professional fees) for this service... if you consider enough information has been provided.

General Issues

-The EA must open and close trades based on specific values of MACD and the signal line crossings.

-The EA must be functional with the following time frames...:  M5 / M15 / M30 / H1 / H4 / D1

-Must be compatible with fractional pip pricing 0.00000 (5 digits) as well as standard pricing 0.0000 (4 digits) on MT4 ... and eventually MT5 at a later point.

-If possible to have a functioning and non irritating alert when the EA executes an order.... Great

Trade

Long position

-When MACD (RED Line) crosses over and above MA Signal Line (BLACK dashed line) ...at the close of the current bar .... then upon open of next bar ... wait “X” PIP above open of the new current bar ... then open long “Buy” position....or else do nothing.  

-If the position is still opened (has not been closed manually) when MACD crosses below and under the MA Signal Line, close the complete position or any partial position still remaining.

Short position

-When MACD (RED Line) crosses below and under the MA Signal Line (BLACK dashed line) ... at the close of the current bar .... then upon open of next bar ... wait for “X” PIP below the open of the new current bar ... then open short “Sell” position....or else do nothing.    

-If the transaction is still opened (has not been closed manually)  when MACD crosses over and above the MA Signal Line, close the complete position or any partial position still remaining.

The code

As the expert with this programming language, you can guide me whit what is possible and what is not feasible.  Some of the external variables I would like to see are as follows :

extern double FastEMA = 12; 
extern double SlowEMA = 26;
extern double MASignal Line=9;
extern double Lots = 0.1;
extern double StopLoss = 35;
extern double EntryRulePip = 1;   1,2,3,etc...
extern double GMTMarketWatch = GMT+3; GMT+1,2,3, etc
extern double GMTStartTime = 05:00;
extern double GMTStopTime = 19:30;
extern double OrderAlert = xyz.wav

However, to simplify the coding and speed up access ... some data can be put into internal variables as long as I can modify and compile the internal variables easily .... such as the following ... where I can change the 12-26-9 for other EMA fast, slow and signal line.

MacdCurrent=iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0);  
MacdPrevious=iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,1);  
SignalCurrent=iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,0);  
SignalPrevious=iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,1); 
MaCurrent=iMA(NULL,0,MATrendPeriod,0,MODE_EMA,PRICE_CLOSE,0);  
MaPrevious=iMA(NULL,0,MATrendPeriod,0,MODE_EMA,PRICE_CLOSE,1);


Looking forward to working with you on this project,

Kind regards.

Many

Responded

1
Developer 1
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
2
Developer 2
Rating
(337)
Projects
624
38%
Arbitration
40
23% / 65%
Overdue
93
15%
Free
Published: 4 articles, 19 codes
3
Developer 3
Rating
(473)
Projects
1139
44%
Arbitration
51
31% / 33%
Overdue
501
44%
Free
Similar orders
I need a professional XAUUSD signal indicator for MetaTrader 5, written entirely in MQL5 (.mq5). IMPORTANT: This is NOT an auto-trading EA. It must never open, close or modify trades. It only analyzes XAUUSD and generates signals + MT5 push notifications. 1. Multi-timeframe analysis: H4 → H1 → M30 → M15 → M10 → M5 → M1. 2. Detect market structure: - Swing High / Swing Low - BOS - MSS - CHOCH - Bullish/Bearish HTF
I would like to create a tradingview robot that will sync with tradovate. My strategy is as follows: Chart Setup - MES on left and MNQ on right. The MES chart has quarter levels on it. The MNQ has the volume indicator. Trading Session is from 9:30AM EST - 11:00AM EST If most recent price action has crossed *up* a quarter level on MES, I look for *sells* on MNQ. My trigger for a sell is a bearish engulfing candlestick
Hi, I would like to commission an Expert Advisor (EA) for MetaTrader 5 (MT5) based on the Smart Money Concepts (LuxAlgo) indicator, which is available in the MQL5 Market. Below are the detailed specifications for the EA: 1. General Parameters & Symbol Trading Asset: Gold (XAUUSD) Timeframe: 5-Minute (M5) Indicator Integration: Integration with "Smart Money Concepts (LuxAlgo - Smart Money Concepts)" via
We are looking for an experienced MQL5 developer who also has real trading experience to build our existing trading strategy into a fully automated MT5 Expert Advisor (EA). We already have our entry and exit trading rules documented . We are not looking for someone to invent a strategy for us. We need someone who understands trading well enough to understand our rules, discuss them with us in normal trading terms
Hello, I need an MQL5 Expert Advisor for MT5 on XAUUSD (H1) using a 1.0 lot size where every $1 movement matters. The logic must work as follows: When any active trade reaches $20.0 in profit, close that specific trade immediately and open a new opposite trade automatically. When an active trade reaches a loss of $4.0, DO NOT close the existing trade; instead, keep it open and immediately open a new opposite trade
I'm looking to purchase a profitable trading robot (EA) for MetaTrader. Requirements: Backtest Requirements: Verified backtest results covering exactly 2 years of historical data (no more, no less) Data must be from a reputable source with tick-level accuracy (99% modeling quality preferred) Please include key metrics: total net profit, profit factor, maximum drawdown, win rate, and Sharpe ratio Strategy Explanation
Surebot 100+ USD
I want a sure bot that will be able to plat a good and nice trade thst i will benefit from and that i all use to make it in life
i have indicator for Trading View, also copy for NT, i need someone to improve and check the NT version (indicator is simple is volume density koncept)…. when i put same settings on TV version and NT version i have diffrerent results, but this can be because diffrent market data or fact that TV sending tick info in blocks , not tick by tick like NT8 on both. I(ndicator base on counting volume) so besied that is it
MT5 Expert — Custom Manual Fibonacci Automation & Cycle Synchronization Project Overview I am looking for an experienced MT5 / MQL5 Expert developer to build a fully customized Expert based on my own chart cycle/engine and manual Fibonacci workflow. This is not an auto-trading robot . The Expert is designed to assist my manual trading workflow by automating the repetitive chart and Fibonacci process while keeping the
Hi, I am looking for a profitable MT5 EA,If you are interested in this job, grateful if you could provide a brief description of the strategy and one week demo trial , Thank you

Project information

Budget
Deadline
from 1 to 5 day(s)