Technical Indicators - page 13

  heiken ashi  (7)
how to see the closing price of previous candles with heiken ashi charts (whose closign price, as you know, is not the real one) ? thanks, kind regards
Hi everyone. could anyone recommends an accurate indicator ?( an indicator that gives accurate sell and buy signals). ( paid or free. no matter) thank you very much
[Deleted]
Hello, just switched to MQL5, can someone help me understand why this behaviour happens? As per title, I'm trying to plot previous day high/low. Here's the code: //+------------------------------------------------------------------+ //| Previous day
My knowledge of the mql5 programming language is minimal. But I wrote a simple custom indicator, the task of which is to display arrows near candles that meet certain conditions. First, all points with index i are found that satisfy the condition high[i]>high[i-1] && high[i]>high[i+1] (or low)
Good morning everyone. I would like to code an indicator based on the TSI that calculates the 2 threshold values (oversold / overbought) by averaging the 10 largest values in the last year (number of bars to set according to the TF) for the value of Overbought. Opposite for oversold, i.e. average
  Elders market thermometer  (22   1 2 3)
Elders market thermometer - from "Come in my trading room" - a real classic Mode parameter : 1 - "original" mode (picture 1) 2 - colors changed to reflect "trend" (picture 2) 3 - the so called "Silberman's and Lynch" version (picture 3) if in trade already and red bar, then exit get ready for
Help! Where can I find this indicator? Thankyou
Hi all, I have worked and tested alot of indicators. but by reading the source code i have found many Math Magic(at the moment) blenders in indicators. i couldnt find anything in google about the logic of its use. thier should be one. if anyone can guid me or share link with me, what is the math or
Hello. Is it possible to access buffers of indicator when you haven't purchased yet? I mean still in demo mode
I am looking for an indicator that will show the number of pips of a bar or candle for that given period.... Is there anything like that out there? Thanks
Is it anyway possible to change the colour of the horizontal line from red to another colour of our own choice the same way that candles are changed?
Each indicator has two types of data: Inputs and Parameters. -------------------------------------------------------------------------------------------------- How to set the parameters ( APPLIED_PRICE ) when using iCustom
Hello, I am building an EA, and I am trying to find the best indicator to detect volatility. Any suggestion is welcome
I try to writing indicator which try to help me calculate lot size for my position on chart. this is my code. i compile it and error. idk y. Thank for you help. //+------------------------------------------------------------------+ //| LotSizeCalculator
  PSAR help  (3)
How can I make my PSAR settings look like this? Please help It's like fanning from the start expanding to the end. I tried a lot of modifications, my fingers are numb but I cannot get the correct settings. Please, any one of good heart
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