Technical Indicators - page 97

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
hi,does anyone has BOSS V4 indicator,or may be you can suggest me some good signal indicator which is gives no repaint strong signal,i have bought PINK FREUD,INVICTUS and VFX ALERT but they are not that so good,still i am losing with them now i am looking for BOOS V4 or something els.please give me...
hi please help me to put alert in this indicator,thanks
Hi, Currently, I have a large list of arrays containing different information and I'm initialising them sequentially as so... double array1[];ArrayResize(array1,4);ArrayInitialize(array1,0.0);double array2[];ArrayResize(array2,4);ArrayInitialize(pArray,0.0);double array3[];ArrayResize(array3...
I'm looking for an indicator that will alert me when price crosses three moving averages. I only want it to alert me at the point price goes above or below the three moving averages - I do not want the alert to wait for the candle to close, it must be as soon as price crosses the three moving...
ssaboss 2018.02.04 14:27 #5   KO Pleae help me.  Multi Array Bug. Bars(_Symbol, Time_Frame[i] ); int Time_Frame[9] = {43200,10080,1440,240,60,30,15,5,1}; for(int i=0; i<9; i++)  Alert(i,"      ",Bars(_Symbol, Time_Frame[i] ); Result: Bars - no one of the overloads can be appied to the function call...