Technical Indicators - page 50

Hello dear traders, I am looking for a very particular candle indicator for Mt5 - Something, that would transform my candles, including the wicks inside the candle body (the wicks should disappear and create instead a full candle body (something like renko candles, but displaying the actual candle
Hi there! So ADR is a mean of a range of days... say that 5ADR is the mean of how much the price has moved for the last 5 days... say that it's 100 pips, just to humor ourselves... the indicators that I enjoy the most, also plot this range on the chart... my question is: what decides where the price
ZigZag indicator is defined as custom indicator, so it is little bit different from other indicators. Can anyone give sample code how to read data from ZigZag indicator? Thanks!
Hi everyone, I would like to add a level filter to an indicator for mt5. It is a RVI alert and I just want to add a simple level filter (send alert when rvi cross above/below certain levels). Here the code: //Check if it is a trade Signla 0 - Neutral, 1 - Buy, -1 - Sell ENUM_TRADE_SIGNAL IsSignal(
I need a RSI Multi currency strength meter for MT4. That includes the Bit coin, XRP, Dash, BCH, ETH, LTC, XRP. You know just the one's that are able to be traded on MT4. Need this to be able to work on all time frames. Can you help? Or point me in the direction of such an indicator. It should look &
Hi, tried this today, it compiles without problems but it doesn't show any graph... I just took the Volumes indicator from Examples and chaged the calculation method and the names of the functions and variables that I saw fit. Properties are still the same except colors, I figured it would work the
I have a quick question about TMA indicators for MT4/MT5. I have two images attached of TMA Bands indicators. The "TMA_Version1" has outer bands that are not as uniform in width. The "TMA_Version2" has very uniform outer bands in width. I am looking for a TMA MTF for either MT4 or MT5 (I like MT5
Hello, So am trying to get the text description of an object created at a particular spot like in the image below, but the desired result is providing somewhat difficult to achieve, I don't know if there is a function for such or a special way to write the code to do such. The "OBJ_TEXT" moves with
What the hell is that? Never saw before, but since today, it comes up when compiling an indicator, no further information, nothing. Thx
I have coded a multi symbols expert and a loop for checking the conditions which one of them is dt cross. The problem is it's working most of the time but sometimes sends an error array out of range would somebody please kindly look at my code and let me know what I'm doing wrong, I also break the
  Stochastic OBOS alert [Coded]  (34   1 2 3 4)
Hello, I am looking for a stochastic alert that will signal when the 80 (OB) level and the 20 (OS) level is reached. I would have thought this alert would be pretty common and therefore easy to find. Guess I am wrong. If anyone has an alert like this or can code one if it isn't too much trouble I
Dear Experts and Developers, I'm trying to find a good solution to get the values of HH and LL parameters on any chart, ( Only f rom monthly chart datas (all history data). I need their Time and Value; unfortunatelly I did not find any useful information on the internet yet. Also important to keep
Please, I am trying to access the "time" constant in a class. The idea was or is to create a function in the class that accepts the const, then pass it to a class variable "m_time" , which I would be able to use in the class for member functions that would require the time Array to run. class Run
Dear experienced traders Do you know what cause OnCalculate: Pair not ready? Thank you in advance and all the best
Dear experienced traders Why indicator sometimes works good but sometimes works not good? The log looks good and I tried refresh. Do you have any idea? Thank you in advance and best regards
Hi.. I want a function to run only once at the beginning of each candle. One told me that the following code will do it in MQL4. if(IsNewCandle()) { //---Here comes the function which needs to run only at the beginning of each candle---// } bool IsNewCandle() { static datetime
Taking a look on the above picture We have a normal SMA with period 20 as the blue line and the predicted SMA as red line...Predictions are made for future. We estimate the value of the sma. I want to know if there is a method for smoothing as possible the values of the predicted sma
  renko  (1)
is any body who can make renko indicator for mt5
I have created a canvas DebugDraw() { _width=( ushort ) ChartGetInteger ( 0 , CHART_WIDTH_IN_PIXELS ); _height=( ushort ) ChartGetInteger ( 0 , CHART_HEIGHT_IN_PIXELS ); ccanvas.CreateBitmapLabel( ChartID (), 0 , "ccanvas" , 0 , 0 , _width, _height, COLOR_FORMAT_ARGB_NORMALIZE ); }
I need to record macroeconomic data in a database.Reading news from economic calendars is not possible because the site blocks you.Is it possible to do this with an indicator?That is get the data it shows? Thanks
I want to run a function when the indicator is on the last candle (rates_total-1). I would like to run it once for the current candle every 30 seconds. So run the function on a new candle, and when the current candle has an open and close, it's no longer the current candle. Then, after 30 seconds on
Dear experienced traders I'm testing an indicator, something is strange, could you give me any idea? When I set it in H1, it will show all history movement(right), But when I set it in M15, it only show movement from I set it(left). Do you know any reason? Thank you in advance and best wishes
Is there a HMA-MTF indicator (Hull Moving Average ) with Multi Time Frame option ? I tried Averages MTF (https://www.mql5.com/pt/code/16736) but it does not work de MTF
Hello guys, I am wanting to join two indicators in order to make a backtest, there is this possibility? Or will I need to hire a programmer to join the two in an EA, to then be able to make my backtest? I await help! Thank you, Danrop
Hello, The indicators do not work. Can someone tell me why is that? Is the source code may be wrong? Maybe I put the files in a wrong folder. Thank you, regards
I'm writing a custom indicator that calculates buffer values based on the values of price, volume, and other indicators. Depending on the value of this custom indicator, I want to change the color of its plot point for each bar without changing the color of the entire line. In effect, I want a
I have created an indicator which plots several indicators within itself. In total there are 7 indicators inside the code defined by : #property indicator_typeN xxxx #property indicator_labelN "xxx" Each of them has its own INDICATOR_DATA buffer defined by SetIndexBuffer method. And the buffer is
I have been running this code for a long time without any problems. ResetLastError();CalendarValueHistory(mqlcalendar_value,iTime("EURUSD",PERIOD_D1,0),iTime("EURUSD",PERIOD_D1,0)+PeriodSeconds(PERIOD_D1)-60,"",""); Print(GetLastError()); However, running from a different computer with a different
Hi all, I'm a newbie to forex, Who can explain for me the progress of creating Highs/Lows on the standard ZiZag indicator on MetaTrader4? How to the depth parameter used from very startup of ZigZag indicator on MetaTrader4 with default setting (12,5,3)? I've attached here two pictures of that