Technical Indicators - page 89

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...
  Bars Reference  (1)
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...
  5c_osma.mq4  (3)
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...
I am trying to include an alert into an inside bar indicator but I can't get it to work. I do get an alert, (which is what I am focusing on right now). There are also no errors in the compiler.  However, what I want to achieve: Get an alert for every new (closed) inside bar. What I get: An alert...
Halo all, i'm trying to rewrite swingchart indicator to draw the current candle ( candle 0), but always stuck.. please help me anyone .. attached is the original code  //+------------------------------------------------------------------+//|...
hi everyone, i want to delete the file in sub directory ...\Files\dir\testInDir.csv FileDelete("dir\testInDir.csv"); // not working FileDelete("testInFiles.csv"); // it's working however, It is not working and i can't find where is the bug...
I wrote a simple indicator to compare RSI of previous bar with current rsi. But i need to change it to compare moving averages of RSI. please note that i know its doable to calculate moving average of rsi indicator by dragging moving average over rsi and applying it to previous indicators data and I
Hello everyone,  I am looking for an indicator for mt5 that changes candlestick color based on MA position. For instance the candlestick color could be: - green if both opening and closing price are above 10MA, - Grey if opening is above and closing is below (or viceversa) and - red if both...
Hi I'll ask to experts in mql. I know that the conventional zigzag lookback for the past n candles that we select in the depht parameter to find the swing points on the chart. My question is: could be possible to convert the code to make the indi to consider the future n candles ? Obviously in this
  Hot Key for buy/sell  (11   1 2)
Hello all, this is my first post here! I am wondering if anyone can guide or lead me to how I go about setting up a hot key for buy and for sell? I would like to make that process a little quicker in MT4. Thanks in advance!
Hi to all, Please share this indicator if anyone have it? i have only screenshot.
Hi. I have been having an issue with a couple indicators I am working on. The second indicator is to read a buffer from the first indicator. The first indicator has a buffer created to hold the data. The second indicator creates an array to receive a copy of the buffer from the first indicator. I...
  Schaff Cycle  (12   1 2)
Why does not the Schaff Cycle indicator appear on the graph when I want to do backtesting?
Ok, hello... so this is happening for a while! And I'm going crazy!  So, I drop my (multycurrency osciallatior) indicator on a chart, scroll to the last bar on the chart (in mql4 terms: Candle[Bars-1]) and if I continue scrolling more in the same direction, MT4 downloads more Bars and my indicator...
Hi. I have created an indicator, that processes arrays that are in the main chart. I have created a subwindow (a included resource of the indicator), which holds a dashboard type display of data that is derived from the main chart indicator buffers. This is the sole purpose of the subwindow. Within...
  MACD line  (4)
I'm a newbie at Forex trading and want to know how to get/create a MACD 12EMA - 26EMA line onMT5. I would be grateful for any help. Thanks
Hey, Using MQL4: I'm trying to get moving average in separate window. But the values are all wrong, it won't match up one to one, it seems random. Can you please help me create moving averages in a separate window
Hi everyone. Recently I have been trying to use 99% modeling quality with my expert advisor using custom indicator called Trix. Before that I have been using 90% modeling quality. I got a problem while using 99% modeling quality, where my indicator would not show any signals. I thought that there...
I want to know how you handle your moving average indicator. I am developing EA that is using 3MA to make trade. Exactly i want to know what is your MA Parameters? Now i am discussing  about your great Parameters and your experiences to improve my 3MA Crossover EA. SO if you having any idea to...