Technical Indicators - page 82

Dear All, Hello, i have a indicator which is coded in Amibroker (AFL), which i needed it to be converted into MT4, please kindly help me in converting the code, or rebuilding the code. Thanks
  ZigZag Channels!  (104   1 2 3 4 5 ... 10 11)
Hi there! A new indicator needs your comments ! ZigZag Channels
Hello, I'm on a Mac and trying to use the web terminal for MT4. I'm able to see every other indicator that I try, but the Parabolic SAR isn't visible for some reason. Has anyone had this problem or know how to fix it? Any information is greatly appreciated. I'm pretty new to Forex and even more new
RSI is a popular indicator.I find it easier to work with the stochastics , because of the cross of fast and slow.I already had this made today for signals and my eas. RSI cross is a combination of 5 rsi settings 150,50, 28,14 and 7.Could someone put all 3 on one indicator?Is it possible to include...
Most professionals and bank traders  use stochastics, the free platform indicator.Here is a back test.It does a better job than all the indicators out there, 5,000 of them on mt4.This is EA automated test using stochastics.
Hi All, I'm searching for a Gartly pattern indicator with automatic calculated profit targets. Is here someone who know an indicator this way? Regards, Jason
Hi there, there is a way to select - by code - unhidden object ? If not, is there a way to change the color of all unhidden object ? Regards.
Hi, Im trying to make my own fractals indicator, its different, as I want it to be "zigzagly", it means there mustnt be a following similar upper or lower fractals, must be a chain like this: lower-upper-lower-upper-lower.....I hope its clear And also, when we want to draw, for example, a new upper...
I have converted an mt4 indicator to mt5 . The code and the logic is exactly the same but the out come is completely wrong on MT5. I am attaching the MT5 code and two pictures one from MT4 which is the correct outcome of the indicator and a picture with the wrong outcome from MT5. Could someone...
#property strict #property copyright "Copyright 2018" #property link      "https://www.mql5.com/" #property version "1.0" #property indicator_separate_window #property indicator_minimum 0 #property indicator_buffers 2 #property indicator_plots   2 //--- plot upVolume #property...
Hello. This MQL4 alert indicator gives alerts everytime the price touches the horizontal lines or trendlines you drew. I converted it to MQL5, and it doesn't work at all. Can anyone help me with this problem, please?    Thank you in advance. //MQL4#define PriceMAX 999999#property...
I'm trying to fill the area between histograms.  I have already seen this article: https://www.mql5.com/en/forum/138945 And this: https://www.mql5.com/en/forum/119974 Neither of which have a good answer. Using the Ichimoku Kinko Hyo indicator as a sample, it would appear that their built-in operates...
I want to plot a moving average of say the Rate of Change indicator in the ROC indicator window. For excample an 8EMA of the ROC plotted over the ROC It is possible on tradingview for instance to plot a indicator of the indicator. Could not do it on Metatrader though
hi guys, may you help me on this code please : string total_modes()  {  string ret="";   int sum=0;   ulong i=0;   int interest=1;   bool allnotfull=false;   for(int y=1;y<=currencynumber;y++) currencyinerest[y]=interest;   while(sum<currencynumber*100)...
  1000 MT4 indicators  (290   1 2 3 4 5 ... 28 29)
Here are almost 1000 MT4 indicators to get you started.
Hi I'm learning to code custom indicators, I am trying to do one for Ichimoku where the indicator must meet a checklist of 4 items: 1) TK Cross 2) Price relative to cloud 3) Favourable cloud (bullish/bearish) 4) Lag span above cloud I have the following code with no errors however critical Array out...
In this article - https://www.mql5.com/en/articles/135 there is not writen, how color-buffers are assigned to specific buffer. for example:    SetIndexBuffer(0,buffer_line1,INDICATOR_DATA); PlotIndexSetInteger(0,PLOT_LINE_COLOR,0, clrGreen); PlotIndexSetInteger(0,PLOT_LINE_COLOR,1, clrRed);...
Hello, can anyone suggest a good Range or Renko Bars indicator that calculates the range or brick size based on ATR?
Hi Folks, any of you have the RSL indicator for MT4 ? Many thanks in advance Gowi
I have a problem with indicator "DPO" when i call with iCustom, i can't to indicator parameters modification in apply to:PRICE_TYPICAL
I need help to convert " if (ObjectType(name) != OBJ_HLINE); " into MQL5 format. I couldn't find any informations about it. Thank you in advance.
Hi Folks, I am adapting an indicator but i am not able to do the following task. The indicator must be drawn until (rates_total-X) ....what I get is ok but at rates_total-X a vertical line is drown and the folliwing values are 0. How can I draw the line until (rates_total-X) skipping drawing the...
Is there a way to programmatically hide the indicator name and current buffer values of an indicator? Some sort of ChartSetInteger() or IndicatorSetInteger() value? I'm not even sure what this line is called. (See attached image). This information isn't necessarily problematic—it's just clutter on...
Hi everyone, I'm new to mql5 and I'm working on an indicator that, by design, needs a dynamic amount of lines on the graph and I'm not sure if it is possible. The mql5 manual specifies that you use #property indicator_plots   N to specify how many lines you will draw, but what if the amount changes...
Hi, I searched google for a while, but i couldnt find the solution. I have 2 charts 15m and 1H. If i change the symbol of the 15M chart, i want the 1H chart to automatically change to that symbol as well. for MT5 Does anybody know how to make this work. Script?
hello ,  Is there a program that gives audio alarm when the price of bollinger band SMA20 arrives ??
Hi all,   anyone knows any good indicator which can detect situation like below where price is flat but volume building up  or having high values? Regards
There are 5 colored ribbons or boundaries or whatever you wish to call it. With pre-specified high and low prices.  I suppose it is very simple. User will specify those ribbons low and high prices in indicator setting and indicator should draw those regions. I just don't know how to draw a ribbon...
Hello Group, I found this indicator for bar numbering which was written in MT4  https://www.mql5.com/en/code/19248 I tried to convert it to MT5 however am getting lot of compilation errors, can some of you gurus out here please help convert this MT5, will be greatly appreciated. Thanks.