Is there anyone could code MACD and Stochastic indicator and provide a signal ? at certain point...let me know how much is it cost
Hello, Already read Detailed Explanation of iCustom but still can't make iCustom working. As can see on above picture, ZigZagAdvanced_mj_v1.13 indicator has 66 extern variables. When include all 66 extern variables in iCustom: iCustom(NULL,0,"ZigZagAdvanced_mj_v1.13","== set a unique prefix for...
Can someone help me and convert my indicator from mql4 to mql5.I want add socket comunication with my program in C# but to this i need to convert to mql5. Because sockets dont work in mql4 :/ Would anyone be so nice?
affltr84: Hi, Can someone fix that indicator? It's sometimes late. It gives the signal after 3 candles. 1 candle is ok. Thanks! It doesn't (give a signal after 3 candles) - nothing regarding that to be changed in it since it works on current bar too. What needs to be changed is that it repaints in...
Does anyone know how to change this indy so that it draws in the background: #property indicator_chart_window#property indicator_buffers 1#property indicator_plots 1#property indicator_label1 "Daily open line"#property indicator_type1 DRAW_ARROW#property indicator_style1 STYLE_DOT#property...
Dear all the attached wedge indicator from code base (it comes also with the second attached indicator) isn't working only on monthly charts.any help?
Say we have a few custom indicators in the bot/EA:
#resource "\\Indicators\\indi1.ex4"
#resource "\\Indicators\\indi2.ex4"
#resource "\\Indicators\\indi3.ex4" (has a resource to indi4.ex4) i.e. 2 level nested
#resource "\\Indicators\\indi4.ex4"
All these custom indicators work by themselves...
Hello, I have found an screenshot image of a "TDI RSI" indicator! Anyone knows where I can get it?
Greetings fellows, I was wondering if anyone knows if there is an indicator that makes moving average lines visable on lower timeframes? For example I want to set MA 20 on h4, but I want that line to be visable on for example m30
Good Day, I am a beginner in coding Indicators. I am trying to add a Daily Moving average line onto a 1 hour chart. so the code I am using is: int limit = rates_total - prev_calculated; ArraySetAsSeries(DailyMA, true); if(prev_calculated < 1) { ArrayInitialize(DailyMA, 0); } else
Hello, I am new to all this and there are millions of indicators and search feature is limited. What I am looking for is an indicator that draws lines from candle to candle like the attached image? Tried ZigZag indicators but that is not what I want. What do I have to search for?
hello .... i am looking for this indicator AA_MTF_RSIOMA_Line V1.02 please can anyone share it , with thanks
Hallo, i would like to know if anybody can help me to add parabolic sar on StepMa. I saw that exist something similar about parabolic sar on Moving Average, and i would like to know if is possibly to create it also with the StepMa. Can you help me? Thank you
You know that to show price on a Fib level, one adds "%$" to the line in the level...? Well, I'd really like to see that Dollar price as ZAR... it must be possible somehow? Even maybe an arithmetical way... Like, for instance, say the dollar/ZAR exchange rate is R14, is there an arithmetical code I...
Its my first indicator. And I want to make alerts. But idk how to make only one alert after closing candel. Now they appear to me throughout the entire period of the candle construction. Can anyone help me? I will be grateful. My code - #property copyright "Moje"#property link "https://www...
I'm trying to find the most code-efficient way to do the MQL5 version of calling iATR(NULL,1440,20,0) from lower time-frames for using in stop loss calculations etc. //MQL4 code = iATR(NULL,1440,20,0); //Calculate Daily ATR-------- double...
I have simple indicator where there are 2 ema. When they cross i have singal but i need to send message with socket to localhost and idk how to do it, can anyone help me? I dont understend how to use socket in mql. Can sameone show me simple expample using sockets plox??? Something like that: 1. 2...
Hello, My name is Carlos, I am new here. I started to develop an indicator and I expected that using this type of code: double iHigh(string symbol,ENUM_TIMEFRAMES timeframe,int index){ if(index < 0) return(-1); double Arr[1]; if(CopyHigh(symbol,timeframe, index, 1,...
Hi, I purchased Plotter and have downloaded it into my tradersway demo account. Now I want to download it into my Forex LTD demo acount When I try to do that your system auto selects my tradersway account and it will not let me pick where to download it. Help please
[Deleted]
Hi,i'm trying to modify an Indicator "Heiken Ashi" to return me the values in which timeframe i want,for test i'm using PERIOD_CURRENT. Inside Calculation,i have : Print("ILOW["+i+"]="+Low[i]), Print("iLow("+i+")="+iLow(Symbol(),PERIOD_CURRENT,i)); double iLow(string strSymbol...
Does someone know what kind of volume indicator is this? Is it even related to volume somehow
Hi, I am lookinf for a code of the "Wilder moving Average ", ideally on mql5, if not on mql4... Thanks in advance
Hello, Does anyone have a indicator based on VBE (that is not Keltner's Channel) to share? I know Keltner's are based basically only on ATR, but I am looking for something a little more complex. This papers explain a little better what I am looking for: 1- Simple explanation: https://c.mql5...
Where do I find and where can I download the indicator 5c_osma.mq4
The MT4 indicators posted here are all free. Enjoy. Pair strength analyzer (PSA) -- more information here: https://www.forexfactory.com/showthread.php?t=513671
Hello Guys, Is it possible to reset IndicatorSetDouble(INDICATOR_MAXIMUM,n) - back to auto-scale after the value was set to a fixed number? Thanks.
Hi, Is there an equivalent .mql indicator of this "TimeSeriesAverage" indicator in ProRealTime please ? https://www.prorealcode.com/documentation/timeseriesaverage/ Many tx in advance, BR,
This indicator colors candles according on volume(climax candles). How to change it so that if previous bar was climax bar and current bar is ...whatever? At the moment it controls current bar. #property copyright "Copyright @ 2014 traderathome and qFish" #property link "email
Hi mladen and mrtools I have a request. As you know, some indicators downloaded on mql5 forum can't be loaded, because of an incorrect name. It is an inconvenience to ask you about correct names one by one, so would you mind making a list(.txt format) of indicators you created. I think a list(.txt...

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.