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
EA DEJA FABRIQUE ? MODIFIER QUELQUE LIGNE POUR LE RENDRE RENTABLE /////////////////////++++++++++++++++++++++++++++++++++ EA AVEC UN SYTEME SIMPLE ; SEULEMENT A MODIFIER %%%%%%%%%%%%%%%%%% SI PERSONNE SACHANT CODER CORRECTEMENT , CE TRAVAIL EST POUR TOI
Buy an sell symbols and guide showing entry to buy or sell setups and I need it gives and tell me to enter buy or to enter sell by automation nnnnnnnnnn fgggghhuuuiijh hhrddfhuuufffff yygggg hhgt hiidcb hygdfbby gyytdv uttrdd. Httdd hyyydv. Yhygf. Uu juhgff uyttt uuuytdbhy uuuyyy hhhff jjueeiivhgffdgu hyuu7trg yyyyffj yyytd u6tttf uuyrrrhi uytrrfh utterly jyrfgkkttv uhyybhhyy hytfgivuyt utfbh utghjio7t. Uuytg uytru
Utilizing the MQL5 MetaEditor Wizard, I created an Expert Advisor, having the following Signal indicators: I was able to optimize the EA and reached a backtest with the following specifications: I was able to reach a profit level of 30K, as indicated below. However, the Bot is not without faults and following the backtest, I started a forward test with real live data and the results were not so great. The EA took a
Connect from Mt5 via binary deriv account api I have mt5 indicator, need to connect with binary deriv account through api. If anyone can setup via API then contact me. everything control mt5
Hello I am looking for a developer to create an 50% retracement Indicator of the previous candle . So once a candle close the Indicator is supposed to take the full candle size from high to low and make a 61% and 50% level on that candle and I would like the candle to show until the next previous candle is done creating. After this I would look to create an ea with it possibly
Hi, I have 2 indicators which are based on the super trend , the alerts on indicator (1) does not work at all , and on the other indicator the alerts do not come on time on time, which is kind of delayed. see attached file below
Looking for an experienced developer to modify my existing TDI strategy , want to add filter for Buy and Sell Signals, Arrows are displayed on chart and what only to leave high accurate arrows Source code to be provided
I have the mq5 file, I need a buffer adding to the indicator, so it appears in the data window so I can reference it later in an EA. As the below screenshot shows, there is a median ray line from yesterday (the dashed horizontal line) - I want this value in the data window called Median Ray. I want this to be a single value per day, so todays Median Ray would be 17868, and so on each day. So I want all the Developing
I would like to develop my own indicator on metatrader 4 and tradingview. We would start with a basic version that we would improve later. It is an indicator based on several analyses and which would provide several indications. I am looking for someone who can develop on MT4 and Mt5, initially I would like to do it on mt4 and then on mt5. If you have expertise in pinescript it is a plus because I would like to
I urgently require swift assistance to convert a complex indicator into a fully functional scanner, capable of automatically sending real-time data, alerts, and notifications via email, ensuring seamless integration and prompt delivery of critical information to facilitate informed decision-making and timely action

Projektdetails

Budget
27 - 37 USD
Für die Entwickler
24.3 - 33.3 USD
Ausführungsfristen
von 7 bis 14 Tag(e)