Technical Indicators - page 71

Hi, How to put my Indicator RSI to become a candle pattern? so I can store the High and low from movements. Thanks!
Hello friends, is there a way of expressing the values of the classic Bears Power and Bull Power MT4 indicators into a 0 to 100 range oscillator (or histogram), where the level 50 would replace the level 0, like in RSI ? The purpose is to keep the characteristics of the values, and the basic...
Hi I want to use filter indicators to filter false signals    what is best indicators I can use it for frame M15 - 4H Frames 
hi guys A question Is there any way to find special customize detail about a chart ? e.g. I want to know the distance of a wave of GBPUSD without 50 pips retracment in 2018 Thanks All
Hi, I am new to MT5 and confused. In MT4 it was easy to get an indicator value, for example: double atr=iATR(Symbol(),PERIOD_CURRENT,10,0); The documentation is kinda difficult for me. How can I get the "atr" value in MT5? How does the above code look like in MT5? Thanks
At the moment i am using bulls and bears powers indicator together.Does exist an indicator that shows the difference between bulls and bears on a 0 x line please. As example if bulls = 30, bears 13 the bar should be 17 over 0 line.
  traditional MACD  (2)
HI  i'm currently using traditional macd on MT5 platform. I confused about the notification sent by the system. for example (in the pic), the notification show: MACD crossed below signal line for USDJPY on 2019.6.7 0735 as highlighted, whereas in the chart (should be 735am ) not shows any line...
hi, anyone have indicator like that? indicator line + 10 and - 10 from daily open thanks
Hi. I am seeking some clarification on calculating the EMA(exponential moving average). Using the  iMA function like so: double arr[3] = {1.3051,1.3041,1.3047};//last three bars' closing prices arraydouble ema1 = iMAOnArray2(arr,2,MODE_EMA,0);// result is 1.30476667double ema2 = iMA(NULL,0,2,0...
Hello, Can someone add alerts to this one with push notification? Thanks in advance!
bought technical indicators bwith credit card but cannot access them on my MT4 platform please SOMEBODY HELPME OUT!!!!
Hello is there a way to read out the current maximum level for a separate chart window? See picture, in this case the 49 Thnak you Hein.
I have acustom indicator I have written. It appears to work - it draws as required in aseparate window and displays Print debug information in the Experts tab to showthat it is working. If I recompile the indicator it reloads and refreshes asexpected. From time to time I suffer from momentary...
Total confused. This doesn't work (result >> bars=0): int OnInit()  {   string chartSymbol=_Symbol;   int bars=Bars(chartSymbol,_Period);   Print("Bars: ",bars);      return(INIT_SUCCEEDED);  } This works (result >> bars=the proper value): int OnInit()  {   int bars=Bars(_Symbol,_Period);...
  Volume Indicator  (7)
Hello i know there are several indicators to measure or to rate the volume. I am looking for an indicator which gives me an indication about increasing and/or decrasing volume. Are there some suggestions about ? some indicators which have shown an adaequat performance? many thanks about
Hello anyone knows where I can find the indicator: equivolume / Volume candles?
Hi all, I'm trying to display an Custom Indicator on an EA with a period H1 a line with the previous day Pivot Point, this seems to work for past days when the EA starts, but for new candles I always get the same values Here is my code, I know it must be some simple concept I don't understand int...
Hello Everybody, I find a profitable system that is combination of some indicator, anyone knows what's name of these indicators? below pictures are related of these indicators. 1) 2) 3) 4) 5) Best Regards
#property indicator_chart_window#property indicator_buffers 1#property indicator_plots   1#property indicator_type1   DRAW_LINE#property indicator_color1  Purple#property indicator_style1  STYLE_SOLID#property indicator_width1  1input double         BigVolume = 1000;     double...
Hi, I'm looking of an indicator that will plot Monthly High and Low for all months of the current year as horizontal lines (not as a band). If possible with labels like (Jan High, Jan Low) Thanks for the support  -F
How to compare different indicators with different scales when programming? I want to know when some lines of certain indicators cross each other to implement it in my programming codes. (I attach a photo). But the problem that I see is that the indicators are designed at different scales. And the
I want to do this class MyClass{        void func1( bool (func2)() )        {                if ( func2() )                {                                  }        }       ); and this too void func1( void *MyPointer ){     MyType *mt = (void*)MyPointer; } But it doesn't works in MQL.  I was...
Please I am working on MQL5 and I see Array out of range. I have tried +1 but it still does not work. What else can I change to make it work? THANK YOU for(int i = limit-1; i >= 0; i--)     {      if (i >= MathMin(5000-1, rates_total-1-50)) continue; //omit some old rates to prevent "Array out of...
hi guys sorry i am new and i am trying to learn how to use this.. this is the script i used. and the error i got was event handling function not found. i am trying to create a stock screener on mql5 i have tried looking for solutions online i couldn't find anything, do i need to be registered with a...
Dear all of you! I am recently concerned about programming the Renko Bar in Meta trading platform . I am a newbie of course :)!! Please help me out! Thank you so much
Hello :) i have seen in the forum some external libraries. Are there some other more lib know to you which you could share or tell me the link? Maybe there are other interesting functions, features, indicators i could use in my own indicators? Thank you Hein
[Deleted]
please anybody kind me for Converting metatrader Indicators to AFL ,thanks a lot!!!!!!!!!nonono:
  gap indicator  (5)
good day all i tried coding a gap indicator based on the rules in the attached pic but as an amateur i don't think it worked, can anyone kindly help?
Hi I wanna create a 15 seconds period and get the value of the MACD . How can I do this? Please give me the way or train of thought, thanks
  Sentiment zone oscillator ...  (44   1 2 3 4 5)
In the May 2012 issue of TASC, Walid Khalil in hid article "Exploiting Extremes Sentiment Zone Oscillator" describes a "Sentiment Zone oscillator" Sentiment zone oscillatorThe sentiment zone oscillator (SZO) is a leading contrary oscillator that measures the extreme emotions of a single market or...