Technical Indicators - page 30

[Image] How can I do something like that? With CWnd, CPanel? Or there's another way to do it? Before someone clever says that if I don't post any code blablablabla.. I am now asking for code, I am asking for a way to do it: maybe some article, some example or even some functions to look for that
Hi, i want to get the value of the "SimpleMAOnBuffer(rates_total,prev_calculated,0,InpSignalMA,ExtMacdBuffer,ExtSignalBuffer);" but u only get 105577.0 and i want the value from the curve, can someone explain me how ? //+------------------------------------------------------------------+ //|
Hi everybody, I am trying to organize the "Data Window" of Metatrader by adding some descriptions of indicator_separate_window. Please look at the following screenshot: As you can see, for the Market data there is a short description "EURUSD Daily" but for the separation for the indicators is a
I just need a little help to get off the ground. I'm new to MQL5, and I have copied code from here and there. I am missing something in my code. The code compiles, but the indicator line does not show. Thanks. //+------------------------------------------------------------------+ //|
Hi I have this indicator that I want to use. If I'm not mistaken it would display lowest and highest price of certain number of candle. I have a problem with this indicator and cannot use it on my EA. Is there another similar indicator out there that works just like this
Hello, I need someone to convert this indicator to mt5 thnks
  All John Ehlers Indicators...  (958   1 2 3 4 5 ... 95 96)
Hi all... I'm dedicating this thread to all indicators by John Ehler's in the hope that we can get/make as many of them for MT4 as possible. Please post any MT4 John Ehlers indicators that you have here as outlined in his books "Rocket Science for Traders", "Cybernetic Analysis for Stocks and
Hi Guys Hope you are well, Im trying to make an indicator that uses histograms, at the moment it checks for a signal and draws a signal of one bar on histogram, how can i make it so its a continues histogram, so if a buy signal shows and the indicator draws a continuas blue histogram/buffer until a
Hi guys, I am learning to make indicators, for now I want to make simple one: Indicator rule: If close price [1] is x amount higher then close price [2] then place buy arrow on close price [1]; If close price [1] is x amount lower then close price [2] then place sell arrow on close price[1]. But the
I found an old indicator online which I would like to convert in mt5, I tried by myself, however they give me different results and after days of testing I'm not able to find the right solution. I attach the two files. Thank you for your help
I wonder in what situation the "chart_id" parameter of the ObjectCreate() function can be useful. All the examples I have seen so far have this parameter equal to zero. Can someone give me a little explanation or provide a link where I can see an example of its use when it is different from zero
I am new to MT5 and having some trouble creating a simple moving average indicator. Sometimes the plots look correct, but sometimes the plot just flattens out at 0. Can anyone see what I am doing wrong here? //+------------------------------------------------------------------+ //|
Hello friends, I was converting a simple indicator that I have from MQL4 to MQL5 but I meet a strange problem in the initialization function OnInit(). To simplify the problem I wrote the next code then I complied it in mql4 & mql5. When I add several copies from the same indicator to a chart, I got
  please give me a help  (16   1 2)
Good morning. I wrote a code, but MT5 tell me ——2022.06.07 10:03:04.912 ask (USDJPY,H1) array out of range in 'ask.mq5' (276,22); I add a line at 275: ArrayResize(sig_USD,shiftbars); but it does not work anyway. can you give me a help please
Hi everyone, I was wondering if it could be possible to have additionnal timeframe in MT5. I'm looking for a script or EA or anything else that could allow to use 12 seconds timeframe in MT5. If anyone has any idea or any file that could help me. Thanks you. Have greats trades. ( sorry for my...
Rookie problem, write 5 consecutive closing prices in a loop, but it is not correct, please help me, thank you //+------------------------------------------------------------------+ //| continuity test2.mq4 | //| Copyright 2021, MetaQuotes Software Corp. | //| https://www.mql5.com |
  aroon indicator  (2)
Hello someone. Once there were some booms on "aroon indicator ", I want to know how those indeicators are. I searched on this MQR5 articles, but no article are exist. If someone knows about the story of "Aroon", Prease let me know ! Thank You! tsutomu 612
  Std Deviation  (84   1 2 3 4 5 ... 8 9)
A lot of people like the RSI and the ADX, but StDev is by far the best. Some people use 5 indicators to make their decisions. You only need StDev... anyone here have a very good setting for this indicator?sorry for my bad english..
Hi all, For some strange reason, the buffer wd[i] returns INF indefinitely. Ive normalized the digits but its still giving an INF value. Can someone pinpoint the error in the code? Will be greatly appreciated. Thank you. int i = ( int ) MathMax (prev_calculated- 1 , 1 ); for (; i<rates_total; i++){
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