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
Here is a document that describes the filters that will need to be added to my existing custom indicator. let me know if you have any questions or if anything in the document is unclear kindly message me for the file
Hello there, Am looking for an expert in coding mt4, mt5 EA and indicator, am a project manager who help people in getting there strategy or idea been convert to well performance EA or indicator by a professional programmer and developer, so if you are a professional and interested in working with me let talk in the comment so we can build a long business relationship together. THANK YOU
Hello how are you doing? Can you help me with a projects connecting trend lines to pivot points on a wave, for trendlines, color detention, and dynamic visualization? I have a project I’d like you to look at. I need a pine script code to capture the different Trendline colors that cross both above and below horizontal lines on the wave indicator
Fixing mt4 ea 30+ USD
So right now just these! The high and low entry will opposite , so right now the bot opens buy stops at previous candles highs and sell stops at candle lows but I want to change it to entering opposite so at highs it’ll be sell limits and at lows it’ll be buy limits Then a second time filter ( right now i have 1 time filter with start and stop trading time but want to add a second one. RSI filter if oversold sell and
Hi, I want a custom indicator to be coded based on 2 default Indicators. Add alerts for signals and news filter alerts to be sent through metaquotes id, email and phone. Popup alerts for pc/laptop as well. I would like it to have a display panel that logs the trade history and a buy/sell button with risk % based on balance and equity, fixed lots and some other features
Unicorn model entry for optimal entry in synthetic indices.. Indicator is only for catching spikes and crashes Please have an experience with boom and crash before applying Demo for quick selection
Creating a Forex Expert Advisor (EA) or indicator that hedges every candle opening and closing for a buy if bullish or sell bearish with accurate take profit and stop loss, while executing trades automatically every one minute or five minutes for scalping. It must close all the trades open in every candle open for a buy or sell automatically to hegde for next candle tick direction of a buy or sell also also allow
Whoever did the job for https://www.mql5.com/en/job/215680 I hope it's working well. I'd like this EA and source for MT4, send screenshots of EA settings and UI. I need to copy trades to FTMO dxtrade. I need the developer for that job to respond. He already has the EA
I need a dominant break indicator for candlestick pattern. A dominant break buy occurs usually at the end of a downtrend there is a large bearing candle and three or more bullish candlestick breaking passed the bearish candle for a new trend to begin https://youtu.be/QH2c8pZNL3A?si=s7AD3tbHzr2qOdQ6 refer to the YouTube video for further clarification
Hello I have a EA that I want to convert to mt5 and I have Indicator I want to convert as well can anyone help me with this? I dont need any changes to it just a conversion from mql4 to mql5

Projektdetails

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