Technical Indicators - page 59

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
Hello, I want to create a Custom symbol in MT5 to make the data equal to other pair. Means USD index starts at 3:00 and USDJPY starts at 00:00. So i want the timing to match between them to make an indicator work. Is there any way in that i can do this with a formula by creating a Custom symbol
Hi, im developing a multi currency indicator, but always give me array out of range So my problem is where i put double calc = eurusdBuffer[i] + eurjpyBuffer[i].close * 100000; -> In the chart always says that is out of range, but when i put only eurusd doesnt show the error I have always the
I'm finding that the Language Reference Manual (MQL5) is not much use to me – most often the thing I'm looking for is not in the index,and I don't really need to colour candles randomly or make my indicators change colour every 8 ticks. So I'm having trouble finding things out. Could anyone tell me
Good day, What happens when I call the Sleep function in the OnCalculate method in my Indicator? The reason I'm asking is due to an issue I'm picking up in multiple Symbol trading m(on a single PC) with my EA which seems to make erroneous trades (luckily not too often) that are not according to its
[Deleted]
Please help me identify the error why my custom indicator is displaying upside down. Dodger Blue line is original indicator and GoldenRod color my custom indicator in the attached screen shot. Also, I have not set LEVEL anywhere in code, yet in chart it is displayed. May be that is causing the
Hi friends I try to create a Pivot Standard Indicator as a practice. I want to set 7 level in this Indicator.(R3-R2-R1-P-S1-S2-S3) Do I need to set "indicator_buffers property =7 " AND "indicator_plots property=7" for these levels? if the answer is NO , How should I set property for my indicator
Hi! For some reasons, iMACD is returning 0 on GBPUSD , it's working on other pairs. Any idea why? double array1[]; double array2[]; int indicator = iMACD(_Symbol, MACD_timeframe, MACD_fast_ema_period, MACD_slow_ema_period, MACD_signal_period, MACD_applied_price); ArraySetAsSeries(array1
Please tell us. I am using a translation tool to convert the data into English. Is it possible to load a single signal indicator into iCustom, for example, a buy signal when SMA20 and SMA80 cross golden and a sell signal when they cross dead? I was able to do this in mql4, but not in mql5, so I