Hello, Wonder if any one know a good "automatic trend lines" indicattor? Thanks!
Hi all I have used the code below to replicate the RSI indicator, as a small learning exercise, but I get different result then the built in one that I apply on graph. Why? Below is the screenshot, grey is the MT4 built-in one, blue is mine, both are calculated using Price_close. double RSI_14[];...
In MT5 chart, when you drag an indicator, you can choose to apply from the standard price values, for first/previous indicator. In terms of coding, how can this be achieved? E.g I want to apply moving average on another moving average, or MACD on another MACD
hello everyone i hope there is someone can help me with that : i need an indicator that draw a VLine on chart AND : 1- Draw that VLine on the 4th candle for example 2- Variable X contain the OpenPrice(for example) for the candle that the VLine on it , and when i move the VLine on the chart the...
I just bought me an indicator,how can i see when its ready to use??only see my payment is done and see it in my purchases what i bought but when can i install to my mt4?
Of adaptive lookback The Adaptive Lookback (period finder) is truly a market-driven indicator used to determine the variable lookback period for many different indicators, instead of a traditional, fixed figure. It is based on the frequency of market swings - the time between swing highs or swing
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.
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);...
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...

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.