RenkoChannelSignals Chart Broadcast Upgrade

MQL4 指标

指定



   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 




 

相似订单
I want to convert my tradingview indicator to MT4. I need a developer who can get it completed under the course of 24-48hrs. And I need some who is more experience at this level and possibly if you have experience with NinjaTrader too, we can collaborate and work on it as well
I am currently seeking the expertise of a skilled MQL5 developer to assist with a custom trading bot project tailored to specific requirements. The project entails the development of a versatile trading bot capable of implementing both manual and automated strategies, with flexibility to switch between strategies seamlessly. Additionally, the bot should be designed to convert profits automatically into USDT, allowing
Mt4 EA 30+ USD
Would it be possible to get a reasonable quote for an MT4 EA with multiple trade entry criteria. With the help of chatgpt I've got a code that compiles without errors or warnings that I have attached in a zip file, it is simply not taking valid trade signals. Not sure if it's of any use to you or if it's better to start from scratch. talk soon
Index chart Liteforex 30 - 35 USD
Currency Index MT4 Indicator for USD, EUR, GBP, CHF, JPY, CAD, AUD & NZD (to function exactly like LiteForex's LFX Currency Indexes). I need the chart to be used in any time frame and be able to add other indicators to it too
I have an EA with the sourse code but instead of using an FX blue copier to invert the trades i want the EA to reverse its Strategy. For example if the EA wants to buy it will sell. And the stop loss and take profit will be inverted also
Hello everybody I would like to modify an existing indicator. I want to create a Dashboard that will display alerts created by my personal indicator called TREND. It will have to display alerts created on several timeframes and for several currencies. Each currency will need to be able to modify its own TREND indicator settings. The TREND indicator settings will be accessible by double-clicking on the currency name
I want to convert my tradingview indicator to MT4. I need a developer who can get it completed under the course of 24-48hrs. And I need some who is more experience at this level. Thank you
Hello, I am searching for a reliable mt4 programmer who can have a look at my existing mt4 indicator, I'm curious of having a specialist in coding to check the entire code and highlight any errors or bugs that might be affecting this indicator from not having optimal performance, keep in mind that the algorithm code will be shared with you in comment section, The purpose of this job is just to modify this indicator
I want to build an indicator or EA that calculates the statistics on an instrument, and show the statistical distribution of the calculated sample statistics. The statistics will be based on Open high low close of a candle. I want the right to the EA and the source code I want to be able to change to different timeframes and get the statistics on those time frame. When i apply the indicator to intraday timeframe, i
Pvi 30 - 200 USD
pips volume indicator between 1 to 10k counting indicator. on only specified periods of open close low hi with selected time period m1 m5 m15 etc etc with level can customize by users. changes color after each 25 percent of pips count means u set 1000 pips it must first change its color after 25 percent than 50 than 75 first the final color should be the signal of buy sell user can select the levels colors. i want to

项目信息

预算
27 - 37 USD
开发人员
24.3 - 33.3 USD
截止日期
 7  14 天