RenkoChannelSignals Chart Broadcast Upgrade

MQL4 Indikatoren

Spezifikation



   Mr Deev

   I like your work very much. I dont know how you conduct negotiations so I am sending this file to you
   to illustrate my specifications and to save you time. You can simply cut and paste most of my 
   example code .... where it meets your standards!!!

   Here are my requirements:

   1. I simply need a Renko Indicator that functions like RenkoChannelSignals.
 
      Basic Functionality

      1. A broadcast message should be issued when an "Up Arrow" is displayed.
      2. A broadcast message should be issued when a "Dn Arrow" is displayed.

       Additional Required Parameters

      None.

      Specification Of Broadcast Text Format (sparam).

      1. Preferred format for "Buy":  Symbol()+" "+"BUY"      e.g. "USDRUB BUY"
      1. Preferred format for "Sell":  Symbol()+" "+"SELL"    e.g. "USDRUB SELL"
         
       

      
      P.S.  I have a Multi-Currency EA that will process the Events, Manage Risk, Manage Lot Sizes and the Account in general.
            It will also check other idicators for confluence etc. etc.

            Please let me know what to do next.

      Below are code snippets illustrating my requirements. The Broadcast Routine is an example from the manual
     (near the section that explains User Chart Events. If there is any issue please contact me in the normal way.

      Just guessed time and charges ...naturally this the cost of the modifications and the indicator.
 

//--------------------------------------------------------------------------------------------------------------

// ~~~

int broadcastEventID=5000;
string message;    // Message to be sent in the event
  
// ----------------------------------------------------------------------->  Example broadcast and messages setups so you can just cut and paste
   if(BuySellCondition)
     {
      if(BuyCondition)
        {    
         message=Symbol()+" "+"BUY";
         ///--- Send a message to all open charts
         BroadcastEvent(ChartID(),0,message);
        }
      if(SellCondition)
        {
         message=Symbol()+" "+"SELL";
         ///--- Send a message to all open charts
         BroadcastEvent(ChartID(),0,message);
        }
      ChartRedraw();   // Forced redraw all chart objects
     }
// -------------------------------------------------------------------->

// ~~~
// ---------------------------------------------------------------------> MetaQuotes manual example broadcast ==>  I use dparam to send chart pair id but can be set to zero (as example)
//+------------------------------------------------------------------+
//| sends broadcast event to all open charts                         |
//+------------------------------------------------------------------+
void BroadcastEvent(long lparam,double dparam,string sparam)
  {
   int eventID=broadcastEventID-CHARTEVENT_CUSTOM;
   long currChart=ChartFirst();
   int i=0;
   while(i<CHARTS_MAX)                 // We have certainly no more than CHARTS_MAX open charts
     {
      EventChartCustom(currChart,eventID,lparam,dparam,sparam);
      currChart=ChartNext(currChart); // We have received a new chart from the previous
      if(currChart==-1) break;        // Reached the end of the charts list
      i++;// Do not forget to increase the counter
     }
  }
// --------------------------------------------------------------------> End of example broadcast 




 

Ähnliche Aufträge
I’m looking for someone who’s proficient in pinescrip latest version. The candidate must understand dealing ranges. I will describe what I need for the range to be considered a dealing. It’s a 2 part indicator. Part 1 spots the dealing ranges based on my requirements and Prager 2: the script draws a circle from start to the end of dealing ranges then count some candles. The rest is simple math. But before moving to
Goal Create an MT4 indicator that reads future trade signals from a text file and triggers alerts based on specific conditions. How It Works Signals are stored in a text file in this format: 23:33 | USD/INR-OTC | PUT 23:38 | USD/INR-OTC | CALL 23:43 | USD/INR-OTC | PUT 23:48 | USD/INR-OTC | CALL At the exact time (e.g., 23:33), the indicator should show a popup alert on the MT4 chart for the corresponding signal
Indicator 30+ USD
Hello guys, is there anyone who can help me with making this indicator from the picture? The indicator is from trading view I want to have the same one for MT5
Hello. We are looking for a group of developers or a software company to create a website that offers services for forex and futures traders. We need assistance with website development, launching service sales, and monitoring traders' accounts. If you have experience building websites and integrating service sales, please apply for this job
MQL5 Freelance Job Request: Trading Board Relocation & Rebuild Title: Rebuild & Relocate Existing Trading Board (Confluence Signal System) – MT4/MT5 --- Description: I already have a fully working version of a trading board / signal dashboard that generates trade signals based on a confluence of multiple technical factors. The software is unlicensed, not copyrighted, and not protected, and I legally own the files. I
Hi programmer, I need an RSI indicator with able to give me notification when the RSI is gone into my monitoring area. I have 2 level to monitor, one is for normal overbought and normal oversold; another is for deep overbought and deep oversold. When the RSI is gone into normal overbought or normal oversold level, give me a notification. When the RSI is gone into deep overbought or deep oversold level, give me a
hola crear un bot que sea compatible para mt5 de 1 linea que tennga la opsion de ponerla automatica y tambien tendencia manual que yo la pueda modificar que cuando el precio toque la linea entre en una unica vez en la operacion y que contenga 3 botones 1 para marcarle que entre en compra o en venta cuando el precio la toque 2. para modificar los pips en riesgo yganancia y otro para modificar dinero en riesgo y que
Hi guys looking for an indicator that places signals on chart (strategy is part of project) Signals must he placed at candle close amd not repaint. Since I'm offering a high budget I want everything to run smoothly I'm these steps 1. Send screenahots of it 2. I'll give you feedback what to change or we'll skip to stage 3 3. Short period demo 4. Deposite send full version and close deal. I've added a screenshot that
https://www.youtube.com/live/Fn6ucmWyuAA?si=x96zzN07q8Diif8a To build a fully automated AI-style trading robot similar to the one demonstrated in the video, which opens, manages, and closes trades automatically based on adaptive market behavior. The system should visually and functionally resemble the performance shown in the video but include transparent, editable logic for long-term optimization
Project Overview: I am seeking an experienced scalper with a proven funded account to guide me through two prop‑firm challenges. The goal is to develop a robust MQL4 scalping system that complies with the firm’s rules, maximizes profit, and meets the challenge targets. *What I Need:* - A seasoned scalper who has successfully passed prop‑firm challenges. - Ability to coach me on entry/exit rules, risk management, and

Projektdetails

Budget
27 - 37 USD
Ausführungsfristen
von 7 bis 14 Tag(e)