Technical Indicators - page 89

hello everyone, a few years ago, I had an indicator that gave me the number of pips/volatility for each hour. The average was done on "x" weeks. For the dax for example, the indicator indicated that the biggest volatility was at 9h and 14h... I found it on the old forum "forex tsd". Can you help me...
Hey guys, I wrote this code but really have no idea why it won't work. It is my first indicator. I have had experience with experts but really could use a helping hand here: //+------------------------------------------------------------------+//|...
//+------------------------------------------------------------------+//|                                        PivotHighLowIndicator.mq4 |//|                        Copyright 2018, MetaQuotes Software Corp. |//|                                             https://www.mql5.com...
Hello friends, I wrote a simple mt5 indicator to display arrow/dot, when we get a bullish candle after a bearish/series of bearish candle and vice versa. It works fine.But the problem is it is not updating in real time.I need to switch time frames or restart mt5 in order to get it updated every time...
I need this indicator for me but I can not find any kind of help from my friends in the forum waiting for help if you are very happy sevinicem thanks in advance
Hi All, Do you have a recommendation for how to choose the market entry for beginning Grid Strategy in an EA ?
Hello, I'm looking for an indicator that would show me a curve in a new window that shows the difference between the two symbols. Do you know of any such? (MarketInfo ("EURAUD", (MODE_BID + MODE_ASK) / 2) -MarketInfo (" EURCAD ", (MODE_BID + MODE_ASK) / 2)) Thank you for your help
In a custom indicator, I'd like to add an object/button/whatever to the chart that allows the user to click it (or even just hit a hot key) to open up the custom indicator's input dialog box (i.e., program properties dialog box)?  Is it possible in MQL4?  What about MQL5? The reason I want to do...
Hello, I am looking for the code of an MQL5 indicator developed in object-oriented programming. With class, etc. Thanks
HELLO Is there any indicator compares the RSI values for all currencies with the his index and and cross index give alert for Divergence and cross between the currencies and index  for exp . if we open EURUSD chart  we will show the RSI line values of  EUR index , line RSI values of USD index and...
Hey guys, Does anyone know a way of measuring distance on a chart excluding pips? I am looking for specific setups after initial big moves, I could measure pips from a certain point but then this pip value will prob be different for all charts as soke currency pairs move a lot more/have a greater...
Hello, I am trying to make an indicator with Ehlers formula for a high pass filter with a user input cut off period. The formula Ehlers writes in is paper "Predictive Indicators for Effective Trading Strategies " is coded in EasyLanguage as follows: //Highpass filter cyclic components whose periods
Hey Guys, Need some help.... What is the code use in MQL for trading account lock? which means, only the trading account no. that i set can use the indicator...... Account lock for indicator ya... thank you Can just post it here, i will input into my indicator... Thank You
Hi there, I got this indicator wich seems to be something I need, alerts works great, and when is attached to the chart all symbols appears correct, but, once is live or in backtest, symbols does not appear any more, only alerts keep working. Does anyone have any idea how to fix that?. See...
Hi guys I was first at mt4 and used this indicator <link removed by moderator>, but when i saw that mt4 didn't offer weekly and monthly on the strategy tester i needed to go over to mt5 . so this is my problem i can't find a indicator with classic calculation with yearly and quarterly pivot points...
Hi all, This indicator is entitled ADX, however, it is very different from all the ADX indicators I have seen. Tried it in mt4 and seems a good trend indicator. I am not interested in using it as an MTF. Does anybody have it this indicator as an mq5 file? If not, does anybody have a similar...
Hello all! I open this topic because I have a problem in assigning values to buffers and I didn't find a solution.  Here is a summary of the code #property indicator_buffers 2double buf_1[], buf_2[];int OnInit(){  if(!IndicatorBuffers(2)){Print("Error allocating memory");return...
Hi, I have a VPS running Windows Server 2008 R2 with 4 MT4 terminals (from 2 different brokers). On VPS I can run any indicator or EA (developed by me or downloaded from the internet). Now I installed a MT4 terminal on my local computer running Windows 10 to test some strategies, but a lot of...
Hi, All Please help me with a coding question. I would need to modify one of my current indi to quarterly level and yearly (the current one works well on weekly and monthly levels). For quarterly -- new levels are only calculated if it's in month of Jan/Apr/Jul/Sept (ie the beginning of the month),...
pls anybody help me. I  need online renko chart indicator with alert. Do you have any indicator like this.
Hello how to make an indicator limited in time so that the user can only try it until a certain date that I have chosen thank you
  Please help!!!  (1)
Please members I'm in need of a bit of an assist. I use Colored Stoch to assist my trading on two computers (one i use to monitor trades at work) and just this morning it stopped working properly on one of the computers. I have attached screenshots alongside the indicator as downloaded. Please help
Hi, is it possible to get the buffer value from an indicator which I have downloaded from the market? If I use want to open the indicator than I am getting the message "cannot open file '... .ex4' [2] "
I use latest mac book and i installed mt4 using wine bottle. I would like to know if all or some of the indicators offered on this site can be installed on a mac? 
  bug fix  (6)
can anybody fix this indicator bug. it is not work properly. in sell arrow not alert. pls help me
  Renko Chart  (6)
Hello, does someone have an Renko Indicator what is working and have a Box open Time?  all i found have only the box size, open price, high and low price but no box open time amando
I am trying to create a alert indicator that is attached to a chart, say EURUSD, and will monitor multiple timeframes and charts, and it will create alerts when large candle sizes occur for instance say a current candle on eurusd, has a big spike in volume and a movement of say 500 points, I want
i am sharing pics of backtesting of BINARY INDICATOR, tell me about this ,is it good to buy?
Hello, I'm using an indicator IXO but using it in EA give serious fast problem in BackTest (is very slow). The indi calculate in Tick and ID0 ...someone can suggest the modification to calculate every candle starting from ID1 (no ID0). The code is easy, I try but I get error. Many thanks. THE CODE:...
//+------------------------------------------------------------------+//|                                         PrevDaysHighLow_TEST.mq4 |//+------------------------------------------------------------------+#property copyright "15.01.2018, Daniel"#property link      "http://www.mql4.com"#property...