Modifying an existing indicator to add new alerts in its version 1 (or debugging the existing alerts with certain errors in version 2) gives two options

MQL4 インディケータ

指定

I need to add an alert to my SMC Order Blocks indicator. This is a custom indicator that was made for me some time ago. This custom indicator already has built-in alerts, but I need to add another type of alert, keeping the existing alerts unchanged.

The alert will be for a specific Order Blocks pattern.

This indicator graphically provides a zigzag, from which CHoCH and BOS are derived with their respective zones of interest. What I want is for an alert to be sent when there is an alignment of zones of interest in the same direction with specific parameters. The basic explanation would be:


FOR BUY ALERTS:

When the last bullish OB aligns with a second prior bullish OB, touching each other, and the last OB in chronological order has a higher low than the old OB’s low and a higher high than the old OB’s high, the alert is sent.

FOR SELL ALERTS:

When the last bearish OB aligns with a second prior bearish OB, touching each other, and the last OB in chronological order has a lower high than the old OB’s high and a lower low than the old OB’s low, the alert is sent.


This is a bit hard to explain, but the alert system is straightforward.

In fact, this alert system was already designed by a programmer. In other words, they already updated the indicator. However, the work was done poorly because while the correct alerts are sent, many other incorrect alerts are also sent. To give you context, for example, out of 100 alerts, 30 are correct, and the other 70 are not... Moreover, the indicator has two issues that end up wasting time. The first is that both correct and incorrect alerts accumulate when opening the terminal. For example, if the terminal was last opened on 01-08-2024, and today, 15-09-2024, it is reopened, the charts haven’t been updated during all those days, and they get updated all at once. Since the alert system works on candle close, a bunch of old alerts are sent, which I don't need. I only care about alerts sent from the moment the terminal opens onward, not all the previous ones, as they overload the terminal, slow it down, and provide irrelevant information.

The second issue is the incorrect alerts being sent, which only waste time.

In case you didn’t understand the previous explanation about the alert system, I left some images, some drawn by me to explain the concept of what I want, and others taken directly from the chart with my indicator.


Note: As I mentioned, this indicator has a built-in alert system that notifies when a new OB is generated. This alert system should remain unchanged without modifications. This system is even visible on the chart because it has a button in the upper left corner of the chart called "Alert." This button is only visible when the indicator is applied to the chart. By default, this button is gray, and when the alerts are activated, the button turns light green. This must remain as is without changes.

The new alert has nothing to do with this alert button or the existing alerts; it is completely separate. I’m clarifying this because the previous programmer got confused and mixed everything up, although he later fixed it, but still left the new alerts buggy.


I CURRENTLY HAVE BOTH INDICATORS, that is, I have the original version that does not have the additional alerts I want, and I have the buggy version that the programmer delivered to me. I can send both versions so that the new alerts I need can be incorporated without errors into the version without issues, while referring to the key points from the buggy version. This way, it avoids the existing errors, and the indicator ends up fully debugged, without errors and with the alerts I need.

You, as the programmer, can decide:

  1. If you fix the current alerts in the version with errors.
  2. Modify the original version, adding the alerts I need while referencing how the previous programmer did it in the buggy version, but without the existing bugs.

Personally, I would prefer the first option since it's easier to modify something that already exists by removing the errors and debugging it than creating everything from scratch. You could also understand more quickly how these alerts work by looking at the buggy indicator, which already has them, and thus create a well-done, debugged version faster and more easily. However, in the end, you, as the developer, can decide based on what seems easier for you to do—the idea is that it ends up error-free. The budget is 30 USD. If you're willing to take on the task, apply to the job. I don't plan to increase the budget, so if you ask for more than specified, with all due respect, please don't apply for the task.


応答済み

1
開発者 1
評価
(5)
プロジェクト
5
40%
仲裁
1
0% / 100%
期限切れ
1
20%
仕事中
2
開発者 2
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
Hope so, you are fine and in good health I would like to invite you for the work, I have one indicator that is written in pine script (Tradingview) language, I would like it to be converted to Mql5, that will further lead in making of trading bot according to condition I will share with you Following, the indicator file is already attached, kindly look into it and if you can , I would be happy to work with you
Hello Developers, I'm looking for someone who has had past success and is familiar with the above concepts—something similar to the popular LuxAlgo SMC indicator on Tradingview. The objective is to develop the indicator to create an expert adviser that incorporates the above. Dedication to help achieve this project is what I'm looking for. If you're someone who will go above and beyond for the client and is willing
I have an MT4 trade manager EA that I use. It has a auto default Stoploss Breakeven feature where I set a price (+ x amount of pips in profit) where the SL moves up to the entry price + x amount of pips. I'd like to add an automatic feature like this where the stoploss trails once more. I would set a higher price (+ x amount of pips) where the SL would move up more to the entry price + x amount of pips. For example
Support trend 30+ USD
I would like to attach two indicator to give one signal the first indicator is call support resistance (berry) and the 2nd is called Zdex, the the berry will give the trend direction and the zdex will give the arrow signal alert. Now how the berry works when the candle change direction 3 dots appear, the dots remain there until it is confirm a new direction, with this details that will tell the direction the market
Hi I need MT5 Indicator with these features (all in one); details will be sent later. Short Explanation for all features : 1. Gap notification : show and alert when theres gap between two closed candlestick 2. Candle Body : show and alert specific candle body size 3. Candle Upper Wick : show and alert specific candle upper wick size 4. Candle Lower Wick : show and alert specific candle lower wick size 5. Consecutive
I would to develop a trading bot with some confluences I use TradeLocker Settings must be adjustable…… the list of indicators are on TradingView, 1. Market Structure Break And Order block. By EmreKb 2. TMA - Divergence Indicator (V2) 3. Multiple MA (21,50,100) 4. SuperTrend
Hello! Since last coder never finished I need to post again, please only accept if you can deliver this conversion. I want to convert an existing open source indicator for tradingview to mql5. Its an orderblock indicator also showing horizontal bullish/bearish volume. My expectation of this is the following: The orderblocks will apear on the chart at exactly the same place with top/bottom etc. The bullish and bearish
Hello, i have this EA (Blessing) attached and whenever i enter Multiplier: 1.5 Starting Lot: 1 on the config it opens a position of 1 Lot, next 2 lot, next 3 lot, next 5 lot but i need to have it open: 1 lot, 1,5 lot, 2.25 lot, 3.38 lot and so on. You need to modify the EA so it opens the correct values. Please test it with the set i have attached and let me know if you can do it. The ffcal is an indicator and need
Hey Greeting Am in need of Tradingview Developer that can combine existing Tradingview indicator to develop a strategy based on my conditions The Source code of those Indicator is available with me. Kindly bid and let proceed with the project Thanks
I have an EA I use today, called Perceptrader AI, I have used this for 1 year. It uses ChatGPT and Bard (Google AI) to find good trading opportunities. This EA has not had a single loss as long as I have been using it. It could be exciting to build an AI function into my new existing EA as well, possibly a feature that independently optimizes its settings as the market changes. This could perhaps be a long-term task

プロジェクト情報

予算
30+ USD
締め切り
最高 5 日

依頼者

(10)
出された注文25
裁定取引数0