Technical Indicators - page 15

Hello everyone, I'd like some help, a formula to "calculate" volatility on bollinger. I assume there is something like "(TopBand - BottomBand) / MiddleBand * XXX" ? Do someone has an answer ? The idea behind that would be to get an alert when volatility get higher than x% or xvalue (i don't know)
Hallo! I normally draw several support/resistance horizontal lines on my chart eg for NAS100 on MT5.i would draw eg a horizontal line on price point 14,960 ;15,000 ;15,050 and so forth. Sometimes I want to move all the horizontal lines up or down the chart with a specific value eg I want to move the
Hi I am trying learning MQL5 programming . I would like to draw horizontal line on the chart swing high and swing low pick.( ie turning point on the chart ) and extend this line to the right of the chart. Is there any MQL5 function or a library I can use. or any other way. Please can some point me
What tools that give us signal and be alerted when price is at extreme peak (whether high or low)? Some trader's say, "there's no such thing as overbought or oversold". Let me be clear that I'm not against the terminologies, or if you don't like the terms 'overbought' or 'oversold', that's fine
Hi, everybody. I searched everywhere, read the manual, asked the AI but I cannot find the way to show this in the properties window: Someone knows how to do that? I need to assign the user preferred color to the lines in a custom indicator. Thanks
Hi Folks I usually create Class to use indication values in my Expert. For all my indicators I follow a standard practice to get data from indicator. Recently I have created CiTSV class with same standard practice. However with this class, I am getting different values than shown by indicator on the
  Moving Average  (1546   1 2 3 4 5 ... 154 155)
Post all MA indicators here
Hello MQL5 community, I'm looking for help regarding the calculation formulas for index indicators such as EXY, CXY, JXY, and others. I've been exploring documentation and online resources, but I'm still struggling to grasp the precise calculation methods for these indicators. If anyone among you
i want to see live prices of the script which is loaded in a chart along with OPEN,HIGH,LOW ,CLOSE for the day to be updated simultaneously screenshot is enclosed. Name of the script, time frame chosen, open ,high,low,close and LTP , along with server time , local time
Hello all. I would like a simple text note that I can put on a chart and decide where on the chart it will be and stay there (like upper center). I have such indicator for MT4, but no way I can find anything for MT5. All search results keep taking me back to how to code it, and I don't know how to
  Filters indicators  (314   1 2 3 4 5 ... 31 32)
Some indicators which can be a filter to avoid big losses. If you have a great idea so you need a filter. To avoid any trading in none-trading zone. Please post your filters here. And please find the filter ... let's say ... 4 in one: FATL, SATL, RSTL, RFTL. In one indicator
Hello guys hope you're all doing great i need help can someone plz help me by separating buffers of the coral indicator the indicator uses 1 plot index so all buffers are under buffer 1
Hello iam trying to get a simple histogram , it opens the indicator window but there is no value shown. //+------------------------------------------------------------------+ //| MyIndicator.mq5| //| Copyright 2023, MetaQuotes
Hi Fellow Members I have a strange error/issue, where my variable are correctly found but division results is shown as Zero!!! if (i <= 3 ) { if (DoPrint) PrintFormat ( "%s [%s] idxLoop[%i] TSV EMA (%i - %i) / %i = [%i]%+.8f" ,vMethod,mIndexTime,idxLoop,TSV[i].ema,TSV[i+ 2 ].ema,TSV[i+ 2
Hi there, I'm trying to resample Higher timeframe prices on a lower timeframe chart by using some of the processes which I already used on MT4, it generated the correct values which I need but did not interactive with chart bars when the market opened, in my opinion, that cause of the looping
On tradingview, there's a script called Bollinger Bands With User Selectable MA On mql5, have there been any articles on an MT4 indicator in which we can use Bollinger Bands based on WMA/LWMA, HMA, etc? I recently found an article on EMA-based BB https://www.mql5.com/en/code/20902 How about the
Hello Friends Please I'm working on an indicator that is supposed to draw_filling on the chart just like a rectangle. Its not working. I tried rectangle create with thesame calculations and it works perfectly. Please help me look into my code
Hello all, I trying to build indicator relax with sessions open and close. Input time setting is UTC, so i need to convert each time[i] (broker time) to UTC time. My ideal is hourshift=( int )( TimeCurrent ()- TimeGMT ())/ 3600 ; Print ( "hourshift: " ,hourshift); or MqlDateTime tc,tgmt; TimeCurrent
Hello i tried to get some indicator data of a Regression Indicator (Code Below) i tried to get the color and the value in this case valc and val , i tried variations like iCustom(NULL,0,INDICATORNAME,0,1) but it doesnt work. thx for help
  MT5 chart grid  (16   1 2)
Hello all. Please, is it possible to access the values that appear to the right of the grid matching chart ? If yes, can you give me an example ? I want to use it in indicator
Greetings Fellows I have created a custom indicator to display tick volume as histogram and average volume as line. The indicator is drawing the histogram but not the line. Data Window though shows both values are calculated. Screenshot and Code attached. Any clues what I am doing wrong will highly
lets say i want to add the BB indicator to my chart using my indicator code everytime i change timeframe , another instance of the indicator BB is added again and again what am i doing wrong ? here is part of the code int bbhandle ; int OnInit () { bbhandle = iCustom ( _Symbol , _Period , "BB"
Hey buddies, I am looking for code to get 1st 1 Hour candle High and Low for MT5 chart. I am very much new for MT5 coding. Thanks in advance. Rajiv
Hello developers, I have MTF CCI indicato. I need one modification. I want to add color fill option between the levels. i.e. I want to fill blue color between +100 to -100. Can someone help me in this regard? Thanks.
Hello, I coded what was supposed to be a simple indicator to add specific indicators to the chart, unfortunately when I change the period or timeframe of any of the indicators, it duplicates, I checked on the forum for a solution and was told to add the indicators in the OnInit, I have done so but
//--- input parameters input int minRangePips = 200 ; // Minimal range in pips input int maxRangePips = 500 ; // Maximal range in pips //--- indicator buffers double BuyBuffer[]; double SellBuffer[]; //+------------------------------------------------------------------+ //| Custom indicator
Which master has this indicator
Hi Everyone, I want to apply kijunsen of Ichimoku for iEnvelope instead of close price double ichimokuHandle = iIchimoku ( m_symbol . Name (), Period (), Inp_tenkan_sen , kjLength , Inp_senkou_span_b ); But in this line, I don't know put anything in ??? iEnvelopes ( m_symbol . Name (), Period (), 10
[Deleted]
I am trying to make Renko work like tradingview with same settings on both MT5 and tradingview but its not plotting same as tradingview, What modification would be needed for it? Link for tradingview renko formula (tradingviewdotcom/support/solutions/43000502284-renko-charts/) Source code attached
Hello everyone, I'm struggling finding a way to write the code for a custom indicator based on volumes where there's an EMA that is calculated based on the volumes of the volumes indicator, hope I was clear with my request! If you can provide the code I'll be the happiest man alive! thanks a lot for