MACD-EA

MQL5 Experten

Auftrag beendet

Ausführungszeit 1 Tag
Bewertung des Kunden
A very good developer with clear and commented code

Spezifikation


The EA uses 1 indicator 
Specification for MQL5 Expert Advisor

 Entry on the current candle and exit at the end of the arrow candle
1. **Variables:**

- **Lot Type:**

  - Options: Minimum, Fixed Lot
  - Default: Minimum lot

- **Trade Settings:**

  - **Trade Direction:**
    - Options: Buy, Sell, Both
    - Default: Both
  - **Number of Simultaneous Positions to be Opened:**
    - Default: 1

2. **Strategy 1:**

- This strategy involves using M5 as an example and M15 as a trend. The Expert Advisor will perform a BUY operation on "crash1000."

**Features: A**

- ** MACD Indicator - Entry:**
  - Apply for Entry: Enable or disable the entry feature (true/false).
  - Entry Timeframe: Set the timeframe for entry using the CrossLine method.
  - Close when it's in Profit: Close the position when it reaches a profit using the Zero Level & Crosslines method.
  - Fast_Ema_Period_MACD: Configurable parameter for the fast EMA period in the MACD calculation.
  - Slow_Ema_Period_MACD: Configurable parameter for the slow EMA period in the MACD calculation.
  - Signal_Period_MACD: Configurable parameter for the signal period in the MACD calculation.
  - Applied_Period_MACD: Configurable parameter for the applied period in the MACD calculation.

**Trend (GRAPHICS SETTINGS): B**

- Apply for Entry: Enable or disable the entry feature (true/false).
- Trend Timeframe: Set the timeframe for trend analysis.
- Close on Opposite: Close the position when the opposite signal is received.

**Summary:**

- **BUY:** Enter a trade only when the cross below zero occurs and exit the trade if the second arrow (zero level) appears when it is in profit.
- **SELL:** Vice versa.
- **TREND:** The selected trend must also confirm before opening the trade.
- **Note:** When the Zero arrow shows up, close the trade. Sometimes the arrow may disappear afterward, but the trade must be closed. The indicator gives the first arrow and follows with the second arrow in the same direction; close the trade on the second arrow.


3. **Supported Markets:**

- This EA will work on synthetic instruments  and forex markets.
-The EA must be able to run both strategies with comments showing which strategy

here is the indicator 
https://www.mql5.com/en/market/product/66089?source=Site+Market+MT5+Search+Rating006%3aAW+Classic+MACD

Bewerbungen

1
Entwickler 1
Bewertung
(144)
Projekte
170
23%
Schlichtung
7
29% / 43%
Frist nicht eingehalten
4
2%
Beschäftigt
2
Entwickler 2
Bewertung
(10)
Projekte
25
28%
Schlichtung
2
0% / 0%
Frist nicht eingehalten
1
4%
Beschäftigt
3
Entwickler 3
Bewertung
(15)
Projekte
18
39%
Schlichtung
2
50% / 50%
Frist nicht eingehalten
1
6%
Arbeitet
4
Entwickler 4
Bewertung
(1092)
Projekte
1448
45%
Schlichtung
49
73% / 12%
Frist nicht eingehalten
36
2%
Frei
5
Entwickler 5
Bewertung
(59)
Projekte
77
26%
Schlichtung
9
33% / 56%
Frist nicht eingehalten
8
10%
Frei
6
Entwickler 6
Bewertung
(198)
Projekte
319
16%
Schlichtung
21
38% / 33%
Frist nicht eingehalten
16
5%
Überlastet
7
Entwickler 7
Bewertung
(5)
Projekte
4
50%
Schlichtung
4
0% / 75%
Frist nicht eingehalten
0
Frei
8
Entwickler 8
Bewertung
(24)
Projekte
31
16%
Schlichtung
7
29% / 43%
Frist nicht eingehalten
4
13%
Arbeitet
9
Entwickler 9
Bewertung
(38)
Projekte
40
25%
Schlichtung
23
13% / 70%
Frist nicht eingehalten
8
20%
Beschäftigt
10
Entwickler 10
Bewertung
(304)
Projekte
509
47%
Schlichtung
29
10% / 45%
Frist nicht eingehalten
138
27%
Frei
11
Entwickler 11
Bewertung
(140)
Projekte
205
80%
Schlichtung
18
33% / 44%
Frist nicht eingehalten
10
5%
Arbeitet
12
Entwickler 12
Bewertung
(343)
Projekte
362
70%
Schlichtung
4
100% / 0%
Frist nicht eingehalten
0
Beschäftigt
Ähnliche Aufträge
New york session based strategy 9:30 open Price takes out buy side or sell side liquidity Usually using 15min high and lows 5m entry Price takes out that high/low and price must close strongly back into the zone Is price is above price we have a sell bias vis versa for buys Sl is at the high or low with option for “offset” for cushion Tp is usually the opposite High or low. Would like the option for set pips-points &
Hello, I am looking for a skilled developer to create an Expert Advisor (EA) for MT4. The EA should close an open trade automatically when a Golden or Death Cross occurs in the Alligator Indicator. Please let me know if you have experience with similar projects and how we can discuss the details further
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
I need someone to build an EA for me based on Trend and Pivot levels from custom Pivot and Trend indicators. I will provide more information to the selected programmer
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
Utilizing the MQL5 MetaEditor Wizard, I created an Expert Advisor, having the following Signal indicators: I was able to optimize the EA and reached a backtest with the following specifications: I was able to reach a profit level of 30K, as indicated below. However, the Bot is not without faults and following the backtest, I started a forward test with real live data and the results were not so great. The EA took a
We operate forex by receiving signals and opening orders expecting a TP of XX pips (in our scenario we are going to use XX=20) Whenever the order is open, we expect the market to move in our favor but if it moves against us we make a calculation of a next order to offset the losses of the original order and still make the XX (20 pips). That should happen after an specified number of pips against. (the GAP variable)
Hello I am looking for a developer to create an 50% retracement Indicator of the previous candle . So once a candle close the Indicator is supposed to take the full candle size from high to low and make a 61% and 50% level on that candle and I would like the candle to show until the next previous candle is done creating. After this I would look to create an ea with it possibly
Job Description: I am looking for an expert to develop a trading bot for MetaTrader 5 that will execute trades based on buy and sell signals from a custom indicator on TradingView. The indicator works on Heikin Ashi candles, and the bot should follow these detailed requirements: TradingView Alerts: Configure TradingView to send buy/sell signals via webhooks when the custom indicator prints a buy or sell signal. The

Projektdetails

Budget
30 - 50 USD
Für die Entwickler
27 - 45 USD