Technical Indicators - page 32

Hi every one. pls help me im tired of this. this is a simple code that only use icustome and copybuffer to get value of rsi the problem is: when Chart Time frame is different from TF you set on icustom it returns -1; i test it with many indicators its the same i set PERIOD_D1 to icustom. CopyBuffer
Hello everyone sorry if I speak bad English but I ask you to try to understand me and help me. I have created an expert for MT4 in which I need to execute a command when a HEIKIN ASHI candle goes bullish and another command when it becomes bearish. The Heiken Ashi indicator installed by default on
  Wrong font size in controls  (11   1 2)
Hi, A customer has reported that the fonts in this purchased product are the wrong size. I have no idea how this has occurred. I do not set the font size explicitly the code, I just let it use the defaults. Are there any suggestions what may be causing this. I have attached 2 pictures. Normal.jpg...
Need some help, Anyone who has a Buy Sell Zone indicator mq4 file ? Attached here is the picture of Buy Sell indicator with a price-level-tag
I´d like to keep only the sound of this indicator signal No the pop-up box Any ideia how to do
What I am trying to do is to have an indicator that will calculate Hull MA of RSI to use in EA. I am very new to MQL5 and not a good programmer in general, so I found this Hull MA script in code library that calculates Hull MA and was trying to substitute price data for RSI values. Here is the
Hi for instance when I use iMACD function, I can only pass the open, high, low or close price as a applied price I want to know how can I pass other indicator data as a applied price. I want to pass an iEMA values to iMACD for example. Is there any way to do that
  Momentum indicator  (280   1 2 3 4 5 ... 27 28)
Can someone guide me to some info on the use of this wild looking thing, I understand it can help determine the change in the slop of a MA.
If anyone could help clarify if this is possible would be greatly appreciated! Thank you in advance
[Deleted]
Hello all, I created an MT5 indicator lately that is drawn in a subwindow. For some reason, a bar is drawn the subwindow that I do not expect. See image below: I converted this indicator from MQL4. The multi-colored line at the bottom of the subwindow should not be there. I hope you can help me spot
I have tried dragging and dropping stochastic on RSI but it doesn't show me "apply to" option in stochastic. What can I do? Thank you
  iMAOnArray  (4)
Hi everybody! What does mean items, Total, and elements in iMAOnArray? double iMAOnArray( double array[], // array with data int total, // number of elements int ma_period, // MA averaging period int ma_shift, // MA
As they say all new is long forgotten old. I have not seen good indicators for a long time, almost all indicators are being redesigned, for example I can find more than 100 varieties of RSI on the Internet, although it is the same RSI, just arrows, lines, etc. This applies not only to the RSI but
Hi guys. I had this indicator on MT4 and now I need x MT5. Anyway able to code x it? It just mark the "raids", wick of candles that took a swing liquidity. I got the mql code x MT4 but I'm not able to bring to MT5. Thanks in advance x ur help
Hi community. I would like to have a 2 buffer histogram on a separate chart so that I can display bars with 2 types of styling from the 2 buffers. In reality, only one bar will be displayed at a time for an index as one of them will have a zero value for that index. This is just like how it would be
  QQE Cross over alerts on screen  (46   1 2 3 4 5)
Hi Can anyone modify the QQE to place an arrow when there is a crossover ? Thanks
This looks for potential price and indicator divergences and draws lines to show us where its looking at. When the indicator is loaded on the chart all the historical info gets drawn as expected but if left on the chart and a new one shows up no lines are drawn. If anyone can point me in the right
  MACD indicator  (1529   1 2 3 4 5 ... 152 153)
We are continuing discussion about the indicators. We have the following thread: https://www.mql5.com/en/forum/175886 https://www.mql5.com/en/forum/177239 https://www.mql5.com/en/forum/177358 https://www.forex-tsd.com/forum/debates-discussions/9785-rsi-indicator https://www.mql5.com/en/forum https...
[Deleted]
Hi everyone, I have been reading this forum for a while, and it has been very helpful. I am in the process of learning to code MT5 indicators. I learned that adding a moving average to an RSI is easy. I just need to point to the RSI handle for the MA handle. However, this is not true of the RMI
I just want a simple line of text presented at the top middle of the screen. I found some tutorial through youtube and tried to make it work, but it gives me an error. 'ObjectSetInteger' - some operator expected, in line 16 ("//Set Distance from left Border") I don't know what operator is missing
HI; i have an indicator and used " iAlligator" handle and i have buffer . can draw Alligator line's in main chart with this
[Deleted]
Does any of you traders/developers know a way of how to speed up the use/backtesting of an external indicator? I now use two different types of Moving Average Indicators next to the ones build into MT5, but when backtesting these it takes 5-10 times as much time to process crossovers with these
Hi everyone, I am wondering why this indicator work fine on charts, but fractals do no show up in strategy tester. Code is pretty simple shouldn't take much time to evaluate it. //+------------------------------------------------------------------+ //|
Hi I have written an indicator which stores some data in tooltip field of objects , It works fine but until the user closes and opens the metatrader When user closes metatrader5 and reopens it , the tooltip is completely gone Could someone please help me and see if they also have the same problem By
When I have an indicator like Stochastic or MACD with two buffers and include a Moving Average based on "First indicator's data", what's the value used to calc this MA? thanks
Hi, the first time the indicator is executed when opening MT5, it fails to get iBarShift function, the second or third time the event OnCalculate is executed, it works OK int OnCalculate ( const int rates_total, const int prev_calculated, const datetime &time[]
Hi I have programmed an indicator to mark the high and low of the previous day, the weekly and the ADR. The indicator works, but suddenly it initializes and starts making the highs from the current candlestick. I am not able to understand why it does it. Capture indicator OK Capture indicator KO
The question is probably a stupid one and I'm missing something, however, I've already asked it in a comment section to another post and haven't got an answer yet. So I create this topic. OK. Let's consider this article. One reads: rates_total [in] Size of the price[] array or input series
Hi everyone, I need help figuring out why this does not work. I am trying to create a simple separate window indicator, where I draw squared rectangle aligned with the candles on the main chart. The indicator should draw the rectangle of about 20px by 20px on a straight horizontal line with some
I found this indicator on github. It loads in terminal just fine. When called via EA it fails. Alert: Error 0 while getting handle on Price_Density I replicated the error by using a test EA. Any help would be much appreciated. This is sample code of EA getting handle in OnInit, that generates an