Adding custom Alerts and additional functions to the existing MA indicator

Spezifikation

I would like to add custom Alerts and additional functions to the existing MA indicator. Also I would like to clean up the code a little. Let me explain in specific detail what I would like to have done. 

First I would like to remove the existing Alert based on MA trend change.

Then I would like to remove some MAs from the drop down menu of the indicator. Please refer to the attached image named AllAverages. I would like to keep all the MAs on the list. All others should be removed. I understand that the code for some MAs that I want removed must stay because it is used to calculate other MAs. I just want to make sure that only required 11 MAs will be available from the drop down menu of the indicator setting to be used.

Now let's talk about the custom Alert I need. Please refer to the images attached for Long and Short scenario. I will describe now both scenarios.

Defining Trend - when MA is bearish the trend is bearish and when MA is bullish, then trend is bullish.

IDEA - For long scenario, when during the bullish trend price trades below the lowest point of the previous bearish trend, then I would like to know when that happens.

SETUP CANDLE - For long scenario, is the 1st candle during the bullish trend that traded below the lowest point of the previous bearish trend.


SHORT Scenario (refer to Fakeout Short image)

Bullish trend ends when the candle closes and MA changes from bullish to bearish. Now we have started new bearish trend and previous bullish trend is now fixed. I want the indicator to find/calculate the HIGHEST price during that last bullish trend. Then LINE (magenta) will start drawing from that highest price as shown on the image provided. And the line will stop being drawn when the bearish trend that follows ends as shown on the image. The Alert will be applied when the line is touched by price for the first time during that bearish trend. The Alert will be triggered on touch during the candle formation even if the MA is showing bullish trend during the candle formation (this alert will be given only once on the first touch and it won't be triggered on subsequent touches). But when the candle that touched the line closes (it doesn't matter whether the candle closed above or below the line) and the MA is still bearish, then there will be another Alert confirming the setup candle. When the first candle that touched the line is closed , then I would like to have an arrow being drawn above the candle as shown on the image.

1st Alert message - ''Possible (MA type and period) Bearish Fakeout on (instrument and time frame)'' Example: Possible HMA(50) Bearish Fakeout on EURUSD M5.

2nd Alert message - ''(MA type and period) Bearish Fakeout on (instrument and time frame) CONFIRMED''  Example: HMA(50) Bearish Fakeout on EURUSD M5 CONFIRMED.

LONG Scenario (refer to Fakeout Long image)

Bearish trend ends when the candle closes and MA changes from bearish to bullish. Now we have started new bullish trend and previous bearish trend is now fixed. I want the indicator to find/calculate the LOWEST price during that last bearish trend. Then LINE (green) will start drawing from that lowest price as shown on the image provided. And the line will stop being drawn when the bullish trend that follows ends as shown on the image. The Alert will be applied when the line is touched by price for the first time during that bullish trend. The Alert will be triggered on touch during the candle formation even if the MA is showing bearish trend during the candle formation (this alert will be given only once on the first touch and it won't be triggered on subsequent touches). But when the candle that touched the line closes (it doesn't matter whether the candle closed above or below the line) and the MA is still bullish, then there will be another Alert confirming the setup candle. When the first candle that touched the line is closed, then I would like to have an arrow being drawn below the candle as shown on the image.

1st Alert message - ''Possible (MA type and period) Bullish Fakeout on (instrument and time frame)'' Example: Possible HMA(50) Bullish Fakeout on EURUSD M5.

2nd Alert message - ''(MA type and period) Bullish Fakeout on (instrument and time frame) CONFIRMED''  Example: HMA(50) Bullish Fakeout on EURUSD M5 CONFIRMED.


Additional Indicator settings:

- I would like to have traditional various settings for Alerts like sound with pop-up window, mobile push notifications, email with TRUE/FALSE setting.

- I would like to have a setting that will specify how many MA trends back will be analyzed for lowest/highest price to draw a line. So if I input 1, then only last one will be shown and if I input 10, then there will be 10 lines shown so I can check if there were possible setup candles in the past.

- I would like to have a setting that will specify how setup candle will be marked. There could be various options like arrow, start or other objects.

- I would also like to have a setting that would color the setup candle. There would be setting for bullish and bearish fakeout setup candle. 

- I would like to have settings for drawing line for bullish and bearish scenario - color, style and thickness

---------------------------------------------------------------------------------------------

Summary:

I would like to have 2 additional functions added. Lines and arrows as shown on the images provided. The additional indicator setting will specify how many lines back will be drawn and if rules are met, then the arrows will be shown on the setup candles that touched the line.

2 Alerts will be added based on rules provided.

----------------------------------------------------------------------------------------------

I would like to receive the source code (.mq4 file) as well.

I would be happy with lines only and without arrow showing setup candle but I would like to have both. If adding setup candle is too complicated, and it will increase job price significantly, then please let me know.

Please let me know if my explanation is clear enough and if not, then I can provide additional explanations.

If you have any suggestions for additional indicator settings that I haven't thought of and they would be beneficial, then please let me know.

Also please let me know the price for this job. 



Bewerbungen

1
Entwickler 1
Bewertung
(166)
Projekte
196
27%
Schlichtung
8
25% / 50%
Frist nicht eingehalten
5
3%
Arbeitet
2
Entwickler 2
Bewertung
(3)
Projekte
6
33%
Schlichtung
0
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
(38)
Projekte
40
25%
Schlichtung
23
13% / 74%
Frist nicht eingehalten
8
20%
Beschäftigt
5
Entwickler 5
Bewertung
(498)
Projekte
569
33%
Schlichtung
29
41% / 45%
Frist nicht eingehalten
9
2%
Beschäftigt
6
Entwickler 6
Bewertung
(415)
Projekte
521
38%
Schlichtung
85
39% / 32%
Frist nicht eingehalten
13
2%
Beschäftigt
7
Entwickler 7
Bewertung
(7)
Projekte
6
17%
Schlichtung
3
0% / 0%
Frist nicht eingehalten
0
Überlastet
Ähnliche Aufträge
hi! I need an EA with following logic - it calculates 200 SMA and lower/upper ATR bands 1) makes a #1 long trade if price crosses-up lower band. 2) makes a #2 long trade if price crosses-up upper band exit = if price drops 3% from entry stop on the Cross-down of 200 sma
This proposal seeks to develop an MT5 EA that Uses Moving Averages and RSI to Enter trades, and normal stop loss/trailing stop to exit/close trades. 1) This EA is a grid martingale EA. 2) Dynamic lot sizing (compounding) will be implemented in the EA 3) Trailing stop loss will be an option to close trades in one of the strategies. 4) The overarching principle for both strategies will involve use of multiple moving
I am looking for a professional developer to create a highly efficient **Expert Advisor (EA)** for **Meta Trader 4** and **Meta Trader 5**. The EA should aim to generate a consistent profit of **$20 USD per day** with minimal drawdown, using any strategy or approach the developer finds suitable. #### **Key Requirements:** 1. **Trading Strategy**: - The strategy is flexible; the developer can propose the best approach
I would like to create an EA, which works in scalping, which opens positions with a 30% increase, and when the spread is too high it does not stop. On MT4 account cent
Hi there, Please convert this EX4 indicator to MQ5 Deeply sorry I don't have the MQ4 source file But if you experience developer you know how to convert this indicator Thank you
Hello i need help for making an ea that uses hedge and martingale in the same time. RULE 1. ONLY OPEN 1 POSITION AND THEN SELL STOP OR BUY STOP IN DESIRED PIPS WITH STOP LOSS AND TAKE PROFIT RULE 2. NEED TRAILING STOP AFTER SECURING 10 PIPS RULE 3. WORKS ON CENTS ACCOUNT AND USD ACCOUNTS. RULE 4. THE NEXT ORDER SHOULD GO IN THE TREND I HAVE A PICTURE HERE PLEASE NEED ASAP
heres the code (#include <Trade\Trade.mqh> // Include the CTrade class CTrade trade; // Declare an instance of CTrade // Symbols to trade string SYMBOLS[] = {"XAUUSDm", "US30m", "GBPUSDm", "USTECm", "EURUSDm"}; // Parameters for 15-minute scalping and integrated strategy double MIN_LOT_SIZE = 0.01; // Minimum lot size for most brokers double TRAILING_STOP_LOSS = 5; // Trailing stop loss (points) double
Experienced developer to write an EA applying 2 indicators and 3 conditions in a timely manner. Knowledge of the use of Stop Loss and Trailing stops is critical for this order
I'm seeking an expert in trading software development to create a custom indicator for Boom and Crash derivatives tailored around various trading strategies. This indicator should primarily focus on: - Price Action Trading - Trend Trading - Scalping - Breakout Trading - Range Trading - Retracement Trading - Reversal Trading - Gap Trading - Position Trading - Mean Reversion Trading - Swing Trading - Momentum Trading -
2. Scope of Work 2.1 Debugging: - Code Review:Comprehensive review of existing EA code to identify and resolve bugs, inefficiencies, and any potential issues. - Testing:** Conduct thorough testing on historical data to evaluate the performance and reliability of the AI HFT Bot. - Performance Optimization:** Fine-tune algorithms for improved execution speed and accuracy. 2.2 Installation: - System Setup: Configure the

Projektdetails

Budget
30 - 100 USD

Kunde

Veröffentlichte Aufträge1
Anzahl der Schlichtungen0