Technical Indicators - page 8

Hello traders, I am opening this thread to know the ideas of making different indicators based on your ideas. I will code that for free and place it here for you. I would love to know your ideas. Please do share. I will discuss it and if effective then will code it down at once in MQL5 probably
  Always an ISSUE  (7)
Always an issue with combo box . I have read every single question asked in the past and I still can't figure out why this combo box is not selecting items when I hover on the list :( Here is my code. Please can anyone tell why it is not selecting
I have an mql4 indicator code but i wanted to convert into mql5. I changed the old start() -> OnCalculate(), solve all the time,Bars,High,Low function but i think missed some array modification because i get all the time "Out of Array " error and i don't know what i missed, because the same code is
Indicator not showing arrows to indicate when to buy , sell , close buy , close sell . please help
  RSI + BB + EMA  (2)
I took my own crack at coding today. This is supposed to be an indicator that connects BB and an EMA to the RSI indicator data that will be displayed in one indicator window. However, after fixing all of the errors Meta Editor has given me, the indicator window shows up blank on my chart. When I
My GBPUSD chart (any timeframe) will display a "grid" which was an indicator I downloaded but erased. Why is it showing up just on this one currency pair (every time I refresh the chart) and how do I get rid of it? I've already erased it from the data folder.
Hello Folks, Recently I had to shift from mql4 (which I can code) to mql5 I want to create a moving average on a custom array that I have after some calculations in mql4 I used to calculate it as follows customMA[i] = iMAOnArray(customArray, Bars , maPeriod, 0 ,maMethod, i); I have done my search
I would like to ask for a feature in MQL5, basically a counterpart to the "IndicatorSetDouble" method that allows to get the values. Ideally it would work like the "IndicatorParameters" method, so that one can pass an indicator handle and the double property values are returned accordingly
  ArrayIsSeries  (3)
I am wondering what went wrong! here is the situation: writing an indicator, declaring a double array to be used as buffer, and it still shows that it is not timeseries!! double BufferInd; OnInit () { ArraySetAsSeries (BufferInd, true ); return ( INIT_SUCCEEDED ) } int OnCalculate ( const int
Hello, I am attempting to create an exponential moving average indicator but i am having an issue with the performance. I am using tradingview.com with the indicator "deloreanEMA" it has 5 EMA indicators. sample of 5, 13, 50, 200 and 800. The 15 minute chart below shows what the ema indicators look
Hi guys anyone can explain me why this indicator not plot nothing ? //+------------------------------------------------------------------+ //| CorrelationIndi.mq5 | //| Indicatore per calcolare la correlazione tra due strumenti
  MACD indicator  (1530   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...
I can't find this MACD for MT5. I tried the built-in MACD, but it seems to be different from the image I attached. So, the question is, where can I find the MACD that shown in my image
I'd like the ability to add lines a certain number of pips from the MA line, like the below image, but I don't know how. I've written the code (below) for the colour-changing MA, but I'm hoping someone would help me add the extra lines 200 pips from the MA in either direction. //--- indicator
Hi, I Need assistant the indicator script thatni generated from chartgpt.. this are my values below. Code me a RSI and CCI MT5 indicator with the following parameters. RSI input 1color blue, Level 10. 90, 80, 20 and 50 CCI input 5000 with color red Send a pop-up alert when CCI input 5000 touches RSI
Hey guys, how can I anchor a text to a vertical line. Any hints to go about it? I created a line for every hour. Works great. Now when I create a text I want to anchor it to this line. Ideally to the bottom with offset. And when I change TF or zoom in or out it should always keep this relative
Hi, I'd like to know how can I know, within an indicator's OnCalculate, that the current bar is finished (that is, no new ticks will be send to that bar) without having to wait for a new tick, a new call of OnCalculate, addressed to the next bar. The scenario I have in mind: I have an indicator that
I just downloaded .mq5 from mql forum and when I double clicked it, it opened meta editor. My question is how can I apply the indicator(mq5) to the current chart in MT5 desktop? I'm really clueless
Hello, The OnDeinit () method for an indicator, no longer exists in MQL5? //+------------------------------------------------------------------+//|                                                          ttt.mq5 |//|                                   Copyright 2018, Pierre Rougier...
Did anyone had issues with a line of code: if ((int) TerminalInfoInteger(TERMINAL_OPENCL_SUPPORT) == 0) { return 0; } that passes the validation and then on his pc had been debugging that same line and figured out that it always does "return 0" although OpenCL support is enabled? On my own pc
Hi, this is my report on a problem that started to happen with me some days ago and also the solution I found. I hope it might reach Metaquotes so they find a solution to this obvious bug (even though my situation with another of such problems gives me little hope for that). So what happened is that
I've been working with ONNX models and I want to draw my model's forecast on to the chart so that as time goes on I can visually see the difference between what the model was expecting and what actually happened. As trivial as that sounds, I'm having a headache trying to plot into the future. I've
I asked before for help on plotting future values directly on the chart, and I received informative help. I'd like to ask now, how can I plot into the future for your indicators. For example, I've got this indicator, shown in Fig 1, and I'd like to plot my predictions of what the indicator's value
Hi I am trying to convert a pinescript code into mql5 but the indicator values that I am getting on mt5 terminal do not match to the Tradingview Indicator. Any help would be appreciated. Pinescript Code: study ( "Average Force" , "AF" ) af(Series, High, Low, Period , PostSmooth) => period =
I've create a custom symbol ,like 5_second chart which is base on the tick data of XAUUSD. But there's no related functions like iMACD() to get the indicator data of this custom symbol, all of the Technical Indicator Function must be used with predefined standard timeframe. So, is there a good
Hello, everyone. I have a supertrend indicator. I want to set candle color according to supertrend's trend like attached image . could you help me? Thanks
  Timeframe  (1)
Hello. Is it possible to change timeframe for anytime? Like 7minutes, 26Hours or 96seconds
Hey guys, I wrote a custom indicator that has two buffers, named as VIDYA and OTT. The problem is they show correct values when dropped on the chart, but wrong OTT values when testing in visual mode. VIDYA values are correct in both modes. Does anyone have an idea about the reason and solution
  RSI Fix value  (2)
RSI_Test.mq5 | //| Copyright 2024, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property strict // Input parameters for the RSI input int
I have attached two order block scripts that I coded. Any kind soul willing to help turn it into a indicator. Am sure the community will benefit from such kindness