Simple MACD Crossover Advisor

MQL4 エキスパート

仕事が完了した

実行時間10 日
依頼者からのフィードバック
Professional and communicative, a perfect combination.
開発者からのフィードバック
Awesome Person

指定

I would like to create a simple EA to help me to continue learning the MT4 language more rapidly and effectively than on my own. The EA is based on the MACD crossover, with a number of additional variables for tuning and optimization.

High level description:
  • The strategy will be based on the MACD crossover as the primary trading signal.
  • This trading signal will be filtered by trend on both the active and higher timeframe using different SMAs.
  • There will never be more than one trade open at any given time (no grids or martingales).
  • SL, TP & TS will be based on ATR.
  • Trade size will be calculated according to available account equity.


As the required functionality is merely a combination of existing basic MT4 functions and switches, I do not expect that the completion of this educational EA will infringe on any personal or confidential coding structures used by developers.

If the developer has ideas regarding this strategy / EA that they want to share, I am happy to discuss.

The final deliverable will be the source code for the EA that I can open and manipulate in the MetaEditor to further my learning objectives. There will be no limitations imposed on my freedom to do what I want with this source code after delivery (do not include proprietary elements that cannot be shared).

Looking forward to hearing from you!

応答済み

1
開発者 1
評価
(19)
プロジェクト
35
26%
仲裁
10
30% / 70%
期限切れ
5
14%
2
開発者 2
評価
(233)
プロジェクト
414
34%
仲裁
52
37% / 40%
期限切れ
153
37%
取り込み中
3
開発者 3
評価
(27)
プロジェクト
43
7%
仲裁
18
6% / 78%
期限切れ
26
60%
4
開発者 4
評価
(39)
プロジェクト
55
13%
仲裁
5
20% / 20%
期限切れ
6
11%
5
開発者 5
評価
(58)
プロジェクト
66
8%
仲裁
39
26% / 56%
期限切れ
12
18%
仕事中
6
開発者 6
評価
(6)
プロジェクト
7
0%
仲裁
0
期限切れ
5
71%
7
開発者 7
評価
(188)
プロジェクト
212
58%
仲裁
9
11% / 89%
期限切れ
8
4%
8
開発者 8
評価
(142)
プロジェクト
280
42%
仲裁
18
61% / 6%
期限切れ
29
10%
9
開発者 9
評価
(64)
プロジェクト
69
64%
仲裁
3
100% / 0%
期限切れ
7
10%
仕事中
10
開発者 10
評価
(65)
プロジェクト
71
30%
仲裁
8
0% / 88%
期限切れ
5
7%
11
開発者 11
評価
(36)
プロジェクト
50
28%
仲裁
2
0% / 100%
期限切れ
6
12%
12
開発者 12
評価
(84)
プロジェクト
149
31%
仲裁
32
34% / 41%
期限切れ
43
29%
13
開発者 13
評価
(12)
プロジェクト
14
29%
仲裁
0
期限切れ
0
14
開発者 14
評価
(54)
プロジェクト
65
52%
仲裁
5
40% / 60%
期限切れ
22
34%
仕事中
類似した注文
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info
Hi All, I will try to be as precise as possible. We can discuss if you have any questions. I need an indicator to be developed for MT5 for detecting Engulfing Failed Zones. Requirement (in H4/ H1/ M30 Time frames only): Identify Engulfing Buy/ Sell Candle. Identify when the Engulfing Buy is failed, or Engulfing sell is failed. Draw a zone for that area of Engulfing Buy/Sell Fail. Invalidate the zone or delete the
Hi. I want to fix my EA. The concept of lowestBid- There aree 3 levels of price. Price1 at the top, Price 2 in the middle and Price3 at the bottom. When the EA starts it start at Price1. And lowestBid is set to Price1. When the price hits Price 2, lowestBid=Price2. When price hits Price3, lowestBid=Price3. When Price come back up to level2, lowestBid=Price2 ....so on and so forth. lowestBid will keep changing with
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
FOREX trading robot 30 - 35 USD
Creating a powerful forex robot capable of handling multiple timeframes and efficiently identifying trades within a short span of 10 minutes requires a well-thought-out design encompassing robust technical and algorithmic frameworks. The goal is to develop a system that can process a significant number of entries across various timeframes (5 minutes, 15 minutes, 1 hour, 4 hours, and weekly) while ensuring accuracy
looking for experienced programmer to create trend reversal I want indicator that send alert with arrow on screen without open trades Uptrend Let’s say there is an uptrend on the chart. The first high (H) is followed by the first low (L), which in turn is followed by the second high (HH – higher high). After that, if the price drops out of the trend structure and forms a

プロジェクト情報

予算
30 - 100 USD
開発者用
27 - 90 USD
締め切り
最高 10 日