Technical Indicators - page 98

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...
//this code attempt to chart out the major SR levels. it's logic are as follow://1.  look back say (400 bars). look at all the turning points using fractuals. put into a temp array//2.  sort the temp array from low to high. //3. compare each of the SR level, and see if they are close togehter, using...
I'm trying to create a control panel for my indicator based on zigzag. I need to get the first 5 values of the zigzag and the time of these values for the selected timeframe from the panel, which were at the very beginning of the story available (limited number of bars in the settings) First 6...
  KBOS Indicator  (1)
Hello All, I have an indicator that is named KBOS. Problem is I can't remember where I found it and in looking at it in the editor there are no names associated with it.  I'm trying to find it again and if anyone knows I'd appreciate a response here. Thank you. Terry
Hello..i need help.. How to change this blue arrow to text eg "BUY" and red arrow to text eg "SELL"? #property copyright "Copyright © 2010, gspe"#property link      ""#property indicator_chart_windowextern bool             ShowCurrentPairOnly  = false; //        Dispaly only chart Pairextern...
  Price Channel  (81   1 2 3 4 5 ... 8 9)
Price Channel indicators. But I think that it is trading systems. One of variation of Brainwashing EA is using these indicators
Hello everyone I have an idea about the AO indicator That the two AO indicators be integrated together That is, when  both were Green, displayed Green. When both were red, they were red. And when one was red and the other was green. Gray color is displayed I tried to write code but failed. could you...
Hello, If you have developed an indicator from scratch, and want to use it in your EA. Do you use it as iCustom, or do you duplicate your indicator code in the EA? Regards.
hi anyone knows this indicator name and where i can get it,thanks
//+------------------------------------------------------------------+//|                                               check_Period().mq5 |//|                      Copyright 2018, FIreFox,saboss,wmh,winstock |//|                             http://cafe.naver.com/metatradertech...
HELP need to adjust multi timeframes
Hello, What is the code difference should be made in the MQL so that the indicator that works in MT4 can also work perfectly in the MT5. I have tried running the same indicator in MT5 and it does not works. Thanks