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 need a professional in Pine Script Indicators that can develop my strategies into Indicators that will work on Tradingview platform Here is where you can get information about the strategies i want to develop https://chartprime.com/strategies
Hello i just funded 3 mt5 accounts i want them all seperate on my desktop and install a tradingpanel that i bought on mql5 market, should be an easy job but i tried it and it didnt work so if anyone can do it we can go on any desk or skype and fix it
Hello I want a code for my MetaTrader 4 and MetaTrader 5 indicator I want to give my indicator with license to my students this indicator will reach to my google sheet and if user MetaTrader 4 or Metatrader 5 account number doesnt reach to Exired date, it will go on work. other wise it freeze the indicator drawings or delete the indicator from chart the google sheet is like that
I am looking for an experienced MQL5 developer to modify and enhance my existing Expert Advisor, "Gold Levels Trader". The current version has a low win rate (~30%) and issues with ATR-based Stop Loss execution. I want to replace the current "pips drop/rise" logic with Fibonacci Retracement levels for entry signals, implement a Daily Drawdown Limit , and add Pending Orders functionality
I’m looking for a developer to create a PINESCRIPT of the MetaTrader 5 (MT5) version of the Cap Channel indicator. The free version of this indicator is publicly available at the following link for reference: https://tradingfinder.com/products/indicators/mt5/cap-channel-trading-free-download/ While the basic functionality is accessible, I specifically need a custom-built version with full access to the source
Hey bro, can you help with NT8. On a vps, multiple algos and prop account but the strategies keep getting out of sync, going from true to false for no reason….. mid trade it pops errors.The algo codes are locked… other than that it’s open VPs, NT8 and strategy is open You will notice in the strategies xml that there are standard, then 100k and 50k versions…… Also I did version that are in strategy labeled "Apex"
Hi there, I would like to convert a pine script/trading view indicator to a MT5 indicator. I'm looking for someone familiar with converting Pine script to MT5 to do this job as I am not educated in the pine script, so you need to understand the strategy behind the working from the script. There should be opportunity to select all the Forex, commodity, stocks from the respective broker account in the MT5. Please
I’m looking for an experienced MQL4 developer to build a custom EUR/USD M1 scalping EA from scratch (no templates). Core Requirements Market structure logic using objective rules Swing highs/lows CHOCH → BOS sequence Candle-close confirmation only (no wicks, no repainting) Entry logic based on structure + Stochastic conditions Risk-based position sizing (% risk calculated from SL distance) Fixed SL & TP on every
Hello can we finalise on the ea right here for trust apply with your name and secret code for reference. Attach all files for the ea and indicator we finish up include the tutorial
Indicator 75+ USD
Does anyone have a good indicator for helping with finding the end of a pullback No repainting and no using future candles for confirmation (if future candles are needed signal should he shifted to the right woth how many candles are needed to confirm)

Projektdetails

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