Technical Indicators - page 83

Hi I was asking if it's possible to use EA's and custom indicators on my android phone and how?
Hello all, I am trying to put the "CHART_AUTOSCROL" parameter false...when i use the wheel of the mouse. I succed with a simple click if (id== CHARTEVENT_CLICK ) // if (id==CHART_MOUSE_SCROLL) { bool My_Button_Auto_Scroll_State=
It is written nearly everywhere that the red line of the macd is the EMA12, but when i compare the redline and the EMA 12 in mt4 it is not the same... How can i create this line and measure it in an Indicator? Thanks, Lisa
guys i keep getting this message from the journal of my MT5 program when i try to download any free indicators from this site. any ideas to what is occurring with this action??? thanks 2015.02.17 17:00:48.031 MQL5 Market failed parsing info about purchasing a product 'Moving Average Price Level'
Hi all, I am using renko charting for a while now. I know using m1 charts is essential for price changes in renko but can anyone tell me why is there a huge difference in number of bars made in my mt5 renko indicator and tradingview renko indicator. Both are in m1 charts but why such difference?...
Hi all, I would like to know what is the general process to convert a indicator into MTF, so that indicator behaviour from different time frames can be loaded onto same chart. Regards,
From time to time, my indicator simply disappears. And it's not simple to put it back. Can someone help me understand why it is happening? //+------------------------------------------------------------------+//|                                                  SpreadRatio.mq5...
[Deleted]
Hello, if I apply the standard mt4 indicator "ZigZag" there is a standard settings of Depth 12, Deviation 5 and Backstep 3. Is there an optimal setting for each timeframe?. If yes, how can I calculate it?. Thanks in advance.
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.