Technical Indicators - page 47

I am looking for a good ADR indicator and can only find one that's not good. Please leave a link if you know where to find one. Thanks
Hi Community! Hope all's well!! Just slightly struggling with converting a piece of code( Bollinger Band and MA of the same) from back in the day in MQL4 to MQL5. Will be highly appreciated. Thanks much!! RefreshRates(); // GETTING THE AMOUNT OF ALL BARS OF THE CHART int IBARSA = iBars ( NULL
Hi, I have been trying to add an alert to this indicator when an arrow is printed but have failed miserably so far. Can anyone help me out
I want the colors to be separate buffers. The attached image shows what I want. Can anyone help me with this? Sorry for the stupid question. I just started learning mql5 Thanks in advance to everyone
hi everyone i was wondering if any body can help me. I have an indicator which is basically a regression channel with a deviation of 2.0 i have put it in to meta editor so i can add en extra two line to the indicator that are around 2.6 and if possible remove the centre line. after many failed
Hi when I was looking at the Moving Average setting I cannot thinking what the shift on the setting means. I know what it does but I don't really understand does it has any effect statistically. Been looking in the google on study case or reports about that but no luck at all. If any of you can give
is there a way to set expired date on a indicator? i saw the acticle about expired date, but it is on EA
Hello Everyone!, I can't make this work!, debugger show me "Array out of range", surely must be the main loop but where? int OnCalculate ( const int rates_total, const int prev_calculated, const datetime &time[], const double &open[], const double &high[], const double &low[], const double &close[]
Hi every one; can somebody please let me know where can I find this indicator for Resistance and supott levels tracing or a similar indicator??? Appreciate your help
  MACD CrossOver  (11   1 2)
Im trying to add 2 MACD indicators to my chart. One being 12, 18, 1 and the other being 5, 10, 1. I can add one of them but not the other. Also this is only happening on desktop, on mobile it adds these just fine. Any insight on this is greatly appreciated
I have an indicator that emits hammer symbols and inverted hammers on the chart. I need that when these hammer symbols appear automatically a Fibonacci is drawn at the highest and lowest rate of the candle where the hammer appeared. This Fibonacci will remain on the chart until another hammer
Hey Folks,,, first off much appreciation for this community. Just slightly struggling with bollinger band code conversion from mt4 to mt5 and could really use some help sorting this issue! Will be highly appreciated! Code below, // GETTING THE AMOUNT OF ALL BARS OF THE CHART int IBARSA =
Hi, I'd like to use my Mt5 custom indicators also on Mt4. They compiled with 0 Errors on Metaeditor 4, however, when applied to a Mt4 chart I get the unspecific error message: "indicator on custom buffer is not supported yet" What does that mean? Thanks, Tim
[Deleted]
Can Anyone Help with Setting The Expire Date and Account Name limitation for MQL5 Indicator
Hi guys Could someone help me with these errors, I don't know what to do anymore :( possible loss of data due to type conversion 'iMA' - wrong parameters count 'iRSI' - wrong parameters count Thanks
I've been looking for one with no success. Is there any? Edit: forgot to mention I want to calculate this difference using a formula of my own. I can implement this myself
i m looking for a indicator or expert adviser to counting Bull/BEAR Candlestick in a row timeframe adjustable as per requirement Months to Years on custom Back Test
how to add second indicator window on IPad.  Nowhere on documentation!!!!
How can I install indicators and utilities on WebTrader? I cannot install MT4 or MT5 on my Mac, since I am using Mac OS Big Sur. So I need to use WebTrader until the trading platforms are working on Big Sur. But I need to install some indicators. There seems to be no way to install or customize
Hello, i found this indicator: https://www.mql5.com/en/code/22793?fbclid=IwAR1rAfsRxdLyJ0x6ezqSim1JrFw9J6PgDOlqg5SYCf3vPhomiFHBLnpRgV8 And my question is if someone have that same indicator which don't look at wicks but only on open/close price? Or maybe anyone knows how to change this indicator
[Deleted]
hi guys in the house .i currently use a PINESCRIPT DMI stochastic indicator (just 46 lines of code) on trading view.it overlays arrows on the chart for buys and sells.however this arrows come late(which is an obvious phenomenon in FX).I Would love to adjust this code so that it doesnt show the
Hi, I was able to get the iMA( to successfully plot a moving average. Suppose I wanted to plot a higher timeframe MA? In the code below, there's an input of choosing a higher timeframe with the variable "TF". For example, if I wanted to plot the M30 moving average when the indicator is on a M15
  Auto Fibonacci indicator  (201   1 2 3 4 5 ... 20 21)
One of my clients asked my for an expert advisor that uses the Fibonacci lines and automatically find the Higher High and Lower Low between 2 bars (Start bar to Current Bar). There's a lot of Fibonacci indicators out there...
I am studying some charts and, to make things easier, I'd like to export the prices/values of moving averages for Excel (or any other format). All I need is the price at specific time periods throughout the day. For instance: Time Price 9:05 50,649 9:10 50,820 9:15 50,540 Is that possible
  MACD Indicator  (1)
I've donwload different files of MACD indicattor, but in any of them I can see both lines and the histogram. In MACD 2 lines I can see the both the histogram and the two lines in some timeframes, but not in others. Can anybody help me with this trouble, please? Thanks in advance
Hello, I would like to use the <Deleted> buy sell indicator for MT5 . I know that it has been converted from MT4 to MT5 but how can I get it
What is wrong in calling the Empty indicator using CIndicator class: The output is the following: handle=-1 The caller: CIndicator IDiv; ...... int OnInit() { MqlParam params [ 3 ]; params [ 0 ].type =TYPE_STRING; params [ 0 ].string_value= "Empty" ; params [ 1 ].type
Hi.. Please help me Could anyone write an indicator for MT4 (or maybe have indicator like this) that draw line (horizontal line) for previous weekly and monthly candlestick? I mean the line to mark previous High-Low for each bar of Weekly or Monthly timeframe. And also there is option to change...
Hello all, It's a simple mql5 code that displays an incorrect chart ! I don't know if is a problem of calculation or syntax ! I paste the code and the chart. Thanks for your help :) //+------------------------------------------------------------------+ // Pivot indicator
  Rectangle Alert  (5)
Anyone have the code for just a simple alert once price hits the rectangle? Only one alert when hit would be great