Many

Uzmanlar

İş tamamlandı

Tamamlanma süresi: 16 gün
Müşteri tarafından geri bildirim
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.

Şartname

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

Yanıtlandı

1
Geliştirici 1
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
2
Geliştirici 2
Derecelendirme
(337)
Projeler
624
38%
Arabuluculuk
40
23% / 65%
Süresi dolmuş
93
15%
Serbest
Yayınlandı: 4 makale, 19 kod
3
Geliştirici 3
Derecelendirme
(473)
Projeler
1139
44%
Arabuluculuk
51
31% / 33%
Süresi dolmuş
501
44%
Serbest
Benzer siparişler
Yes. The final “world-class” RegimeShift concept we converged on is an adaptive hybrid EA , not a single trend EA and not a pure recovery EA. The key idea is: Classify the market first → select the correct engine → size dynamically → stop using that engine when its market thesis is invalid. That is the part I would preserve as the final architecture. RegimeShift — Final Strategy Architecture Layer Final role H1 Macro
NextGen 30 - 50 USD
Hello, Before I select a developer, please confirm that you can implement the complete MT5 EA exactly according to my specification. The most important requirements are: 1. Strict NO-REPAINT / NO-HINDSIGHT logic. 2. Sweep, MSS/BOS, Displacement, FVG, Order Block and POI must be defined algorithmically before coding. 3. M1 and M5 confirmation logic. 4. Zero-Float Entry logic. 5. MT5 terminal alerts and immediate MT5
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

Proje bilgisi

Bütçe
Son teslim tarihi
from 1 to 5 gün