MACD + MOVING AVERAGE + INDICATOR

MQL4 Indicators

Job finished

Execution time 13 days
Feedback from employee
Thank You!

Specification

Hey Guys,

 

INDICATOR

I need an indicator which shows an alert when MACD signal line cross with the MA line. 
  - Alert to be place BOTTOM RIGHT/BOTTOM LEFT/TOP RIGHT/TOP LEFT of the chart

  - I can set multiple pairs to the alert for easier viewing

  - I can view multiple TF

  - I will be able to change the color of the TF, PAIR and "U" "D".

  - U or D resembles the MACD SIGNAL and MOVING AVERAGE LINE. If the MA line cross went on top of the MACD LINE, it is a U (BLUE COLOR). And if the MA line cross went below of the MACD LINE, it is a D (RED COLOR).

ex.

               M1     M5     M30     H1     H4     D1    

EURUSD    U                 U

GBPUSD    D      D        D        D

USDJPY             D         U

NZDUSD    D                                     U 

 


THE INPUTS 

 VARIABLE                          VALUE

 MACD

 FAST EMA                           0 

 SLOW EMA                          0

 MACD SMA                          0

 APPLY TO                            CLOSE/OPEN/HIGH/LOW/MEDIAN PRICE/TYPICAL PRICE/WEIGHTED CLOSE

 COLOR MAIN                       COLOR PALLET - LINE STYLE - LINE THICKNESS

 COLOR SIGNAL                    COLOR PALLET - LINE STYLE - LINE THICKNESS

 MOVING AVERAGE 

 PERIOD                               0

 SHIFT                                 0

 MA METHOD                        SIMPLE/EXPONENTIAL/SMOOTHED/LINEAR WEIGHTED

 APPLY TO                            CLOSE/OPEN/HIGH/LOW/MEDIAN PRICE/TYPICAL PRICE/WEIGHTED CLOSE/PREVIOUS INDICATOR'S DATA/FIRST INDICATOR'S DATA

 STYLE                                  COLOR PALLET - LINE STYLE - LINE THICKNESS

 ALERTS

 ALERT M1                             TRUE/FALSE

 ALERT M5                             TRUE/FALSE 

 ALERT M30                           TRUE/FALSE  

 ALERT H1                             TRUE/FALSE  

 ALERT H4                             TRUE/FALSE  

 ALERT D1                             TRUE/FALSE  

 ALERT PAIRS                        *ENTRY OF THE PAIRS TO BE SHOWN, EX. EURUSD,GBPUSD,NZDUSD,EURJPY* 

 PANEL LOCATION                  TOP RIGHT/TOP LEFT/BOTTOM RIGHT/BOTTOM LEFT


 

HOW IT WORKS
When ever the MOVING AVERAGE LINE cross went on top of the MACD SIGNAL, "U" will be shown in the indicator alert panel for that TF.

When ever the MOVING AVERAGE LINE cross went below of the MACD SIGNAL, "D" will be shown in the indicator alert panel for that TF.

SCENARIO 

*Once the line cross and the panel have shown the alert, and if the next 2 candle it still continues with the same cross, the alert will still remain. The 3rd candle onwards, the alert will go off

*Once the line cross and the panel have shown the alert, and if the next candle the cross change, the alert will follow the cross,  and if the next 2 candle it still continues with the same cross, the alert will still remain. The 3rd candle onwards, the alert will go off.

 

MACD AND MA 

 

*PLEASE TAKE NOTE, the MACD and MOVING AVERAGE will be place on 1 new same window and not on the chat. 

 

THANK YOU 

Responded

1
Developer 1
Rating
(1134)
Projects
1436
62%
Arbitration
21
57% / 10%
Overdue
43
3%
Free
2
Developer 2
Rating
(732)
Projects
1053
40%
Arbitration
47
49% / 23%
Overdue
84
8%
Free
3
Developer 3
Rating
(219)
Projects
370
42%
Arbitration
145
17% / 41%
Overdue
124
34%
Free
4
Developer 4
Rating
(28)
Projects
47
23%
Arbitration
13
31% / 15%
Overdue
12
26%
Free
5
Developer 5
Rating
(25)
Projects
54
37%
Arbitration
4
0% / 50%
Overdue
22
41%
Free
6
Developer 6
Rating
(94)
Projects
162
40%
Arbitration
20
15% / 75%
Overdue
73
45%
Free
7
Developer 7
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
8
Developer 8
Rating
(103)
Projects
205
41%
Arbitration
17
29% / 71%
Overdue
45
22%
Free
9
Developer 9
Rating
(49)
Projects
134
27%
Arbitration
62
13% / 53%
Overdue
58
43%
Free
10
Developer 10
Rating
(128)
Projects
206
49%
Arbitration
29
28% / 48%
Overdue
33
16%
Free
11
Developer 11
Rating
(46)
Projects
73
16%
Arbitration
13
8% / 92%
Overdue
37
51%
Free
Similar orders
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2
Hello, I want offline Renko chart based on pips and time. Trading View Renko chart is a perfect example of what I require, it prints renko bricks at close of time frame chosen which is more cleaner. The Trading View Renko chart wait until end of desired timeframe candle to close before final renko bricks are drawn. Best is to look at Trading View renko charts to see exactly how this works. I currently have an
A simple candle pattern indicator is required that makes a sound alert and draws an arrow when two consecutive bars have the same high or the same low. If two highs, the second bar is a down close and the bar immediately preceding the two highs is a lower high. Vis versa for 2 lows. The second bar is an up close and the bar immediately preceding the two lows is a higher low. Please see attached images for
Looking for someone to implent the following grid strategy into my existing EA: Overview : I need a skilled developer to implement a grid recovery strategy into my existing Expert Advisor (EA) for MetaTrader 4 (MT4). The strategy involves adding grid trades based on price movement and adjusting lot sizes according to specific rules. It also includes closing trades at breakeven points and full position closure when a

Project information

Budget
10 - 30 USD
For the developer
9 - 27 USD
Deadline
from 2 to 5 day(s)