Technical Indicators - page 60

Hi i have problem to use iRSI in timeframe other than current timeframe it only works on current timeframe how can i use iRSI in other timeframes than current one. other technical indicators also doesn't work in other timeframe than current timeframe. thanks
Hello, I am still looking for a solution to the below if anyone can help? The indicator is a colour change moving average so if the ma is higher than it was on the last candle then it will change colour to lime and down to red. I would like to introduce a "lookback" period to this so that it looks
Hello Folks, I have several issues as a newbie in mql5: 1- problem understanding how loops work and how to access the latest bar and the bars before it (is the index of the previous bar i+1 or i-1 how to decide), 2-does SetAsArray function affects how the loop works also are the user defined arrays
Hi everyone! I'm coding an indicator and I'm encountering a problem. My idea is to have this indicator attached to a chart in a separate monitor just to use it to manage the open trades in each forex pair but I'm having trouble when I switch symbols. I know that the function ChartSetSymbolPeriod
Anywhere I can find this for MT5
I want to make an indicator with a simple moving average. I want to see the average of the last 30 days (always, regardless of the timeframe that I am looking at at that moment). I was trying to do something like what I put below. But i don't get a constant value when i change timeframe. Does anyone
Does MT4 have an indicator that will plot a line on a chart showing yesterdays high, low and close? Thanks.
  RSI Divergence  (1)
Hi community, I need the RSI Divergence indicator, if anyone can pass it to me please
Hello, I have the indicator in the code below which colours a moving average depending on whether it is going up or down. I would like to change it so that it looks back 30 bars so it only is green if the ma is higher than it was 30 bars ago or red if it is lower than 30 bars ago. I did this on the
[Deleted]
lack of divergence indicators for mt5 if anybody has a stochastic , rsi or awesome divergence indicator for mt5 only please post or message me . i will make an ea using divergence and price action out of them and publish in the code base . thanks peeps
I use Alert() Function for popup alerts on my indicator but I want to filter the alerts on different windows? Is there any way i can open Alert Popup new window
if (temp3 > 0 ) { PlotIndexSetInteger ( 0 , PLOT_LINE_COLOR ,plot_color[ 0 ]); Histogram_Buffer[i] = temp3; } else if (temp3 < 0 ) { PlotIndexSetInteger ( 0 , PLOT_LINE_COLOR ,plot_color[1 ]); Histogram_Buffer[i] =
I have tried modifying the Heatmap_Gradient_Scale.mq5 flag to be able to sort all symbols in the market watch window but I am not able. I have tried a 2d array more arraysort (). In mql4 I don't get any problem. ERROR - "displaylist" - parameter conversion not allowed . Any ideas where to start
See https://www.mql5.com/en/code/34815 I wonder if this shows a bug, lack of understanding or MQ5 limitation, I have a Color Line and a Color Histogram defined. They both work fine independently, but only one will display when they are both 'on'. Here is the definition: #property
  Rs  (8)
I need help with this code. It'll sell fine but it won't buy. There's no errors or warnings. Code is. ***
Hello everybody, After some time learning how to code EAs, I am giving a first try at indicators : I'd like to create a custom indicator that shows : New deviation = Standard deviation + Highest standard deviation - Lowest standard deviation (Highest deviation and Lowest deviation should be
I have two custom indicators . I wish to use output of one custom indicator in another custom indicator. However I am unable to do so. I wish to achieve this functionality in code it self. What changes I need to make in the code below: 1 st Custom Indicator: SummationAverage
hello, it is possible to change Examples/Fractals.mq5 to show fractals with two colors, red and green? using two DRAW_COLOR_ARROW buffers? dont undersand, how to do this. experts, help, please )
Hello, is it possible to get creation date of a specific indicator (mql5/indicators/<file> ? This code seems not to work: string path= TerminalInfoString ( TERMINAL_PATH ); string fn= StringFormat ( "%s\\mql5\\indicators\\%s" ,path, __FILE__ ); StringReplace (fn, ".mq5"
Hello community, i have the problem that my version is always indicated as 1.00, when i attach my indicator to chart. I mean what you see on page "Common" as version is always: 1.00, even my property is "1.20". Could not figure out the problem. The property is defined correctly and i put it after
hello Can You Help Me For Convert This Indicator From Mq4 To Mq5 ! Thank You
Hello. Anyone who has achieved to add bollinger plots to another indicator including all the inputs
Hi! I want to know something before I am going to place a order in the freelance section I have 2 indicators combined with the rsi and they work pretty good! I am not that often behind my computer and I don’t have all day to watch the charts. So the question is; can I get a ea or something that give
Hi, I'm looking for an editable multi line text box in MT5 that I can keep notes in on a chart. I gather I cant do this as standard with MT5, but I wondered if someone has a solution/indicator. I can't seem to find one. Any help would be much appreciated. I assumed (wrongly) that this would be easy
[Deleted]
is there any MA slope indicator with alerts....would appreciatate a link...thanks guys
A bit confusing thread title, but i could not define it better, sorry for that. The question is: 1. I have a bid/ask price (actual or historic) 2. I want to find out (using mql4 or mql5 code) whether this price was reached by dropping by X amount of pips or by raising by X amount of pips. for
Indicator tests fine with no issues but when put on live charts it periodically behaves different and values in buffer drop to some constant //+------------------------------------------------------------------+ //| VWAP_Dayly.mq5 | //|
Hi Everyone! This is my first post although I have been "lurking" for about a year. I am wondering if there is an indicator or similar tool which will display the template I currently have loaded. I like to test different templates on different pairs or time frames. Any help will be greatly...
Hi Friends, any one help me to convert MQL4 code to MQL5 code This is MQL4 Code #property indicator_chart_window #property indicator_buffers 4 #property indicator_color1 Red #property indicator_color2 Lime #property indicator_color3 Red #property indicator_color4 Lime extern int MaMetod = 1 ; extern
Good day. I saw the TF Segmented Linear Regression indicator on Tradingview, I need to create one for metatrader 4. If anyone can help with this, please respond,<Deleted> :)