Technical Indicators - page 97

Hello, I have a problem with my indicator that I'm rewriting in MQL5. I have 3 buffers with data, all are meant to display the same symbol (but in different color). The indicator is a separate window, and in MQL4 I was displaying all symbols at 0.0. #property indicator_minimum -1#property...
Hello Members, I have following problem with CopyTime & CopyBuffer with mql5 CopyTime ( Symbol (),tf, 0 , 1 , iTime ); when I am printing data for iTime[0] its showing 0:00 1970 date means no value. Also with fractal handle_fractal = iFractals ( _Symbol , PERIOD_CURRENT ); ArraySetAsSeries
Hi Guys, So the story is like that, I got a Range bar indicator that generates range bar formation on offline charts from the Web, I paid for it. really nice one. My mission is to understand the exact logic behind it and how it creates the bars. The last 11 months me and my team developed around...
I need an indicator ,script or EA that can copy object (like trendline, horizontal line) from any time frame to offline chart in Mt4 (eg. from H1 to H2) Anyone can share here
Hi, I have an EA that calls a number of indicators, most drawn in the main chart window.These create plots of lines, histograms, colored lines, and I have one with colored candles plot. If I change the position of indicators when I call them with the iCustom function, I can to some extent define...
Hello, I originally made this indicator just to display an arrow on the following bar after MACD histogram changes direction, I would now like these arrows to filtered using two MAs ie. fast is above slow. I have edited my code and it is running with no errors but it will not display anything
Hi all, here a very simple Bar Timer that i am trying to convert from MQL4 to MQL5. In Metatrader 4 it works well on all timeframes. The problem - in MT5 it works properly on timeframes below an hour, but anything above an hour it refuses to update. Anybody got an idea of what i may be doing wrong?...
  MACD Adjustable  (1)
Dear Friends, I'm having issues with the MACD_adjustable I installed on my MT4. When attached to any chart it shows a blank window. I find it difficult detecting what the fault is. Can anyone help me fix this. See the screen shot bellow 
Hello. I'm looking for a simple indicator wich gives me the difference of two simple moving averages wich I could set the period of each one. On this indicator I´ll apply two simple moving averages and that's all. I already tried to modify some MACD formulas but if I change the code from EMA to SMA...
Hi Peoples; - I'm using the "SixtySecondTrades" Indicator downloaded from [web url was deleted by mod] on the 5 (five minute) candle time frame, on an MT4 (four) platform. As an Indicator it is showing EXACTLY what what I want... However - it does NOT give an Audio Alert  -please can somebody...
  Icwr  (85   1 2 3 4 5 ... 8 9)
Hey i've read the whole icwr trading technique, anyone here try it and with what results
Hello everyone: I was able to write part of the indicator that I want, thanks to all the help on this forum. What it does so far is just display a histogram signal (RED or GREEN) bar only if a EMA fan of 4 moving averages line up on the 4 Hour time frame.Now I am trying to check two higher time
Hi I am using an indicator but would like to only get signals on certain days. Can someone please help with that. example if (close1>high2 && Day()>=2) but the Day>=2 don't work. I don't get any arrows with the day filter but do get when I take that part out.
master, anyone have an indicator for trading in binary options which have been proven profit. please be shared.
Market Profile indicator is (as if) based on trading volumes. Maybe I am blind, but I cannot see the place in the indicator where it reads volume. As I can imagine volume reading command must be something like CopyRates, CopyTicks, SymbolInfoTick... I cannot see these, can anybody see?
compare wick of the candle .  where is the mistake? indic. did not show all of the equal bars.
hi guys, i got nice set of price levels down right (pivot pts/ Support/Resistance).. but now i need some patterns indicators (not harmonic) just patterns  like wedges,channels,trendline,pitchfork,head-n-shoulders or something market respects, specially if someone has some indicator that plots waves...
does DRAW_FILLING type supports COLOR_INDEXES (like COLOR_LINE and COLOR_HISTOGRAM2)  ? I mean, can i use multi-color DRAW_FILLING ?
After I compile the indicator, on the chart, the lines are drawn correctly. However, if i then right click on chart and click "REFRESH", the lines are messing up and drawing strangely...  what happens? should I use something code in INIT/DEINIT?  ChartRedraw() doesnt help. also, I've tested and...
Hello All, I'm trying to program Elder's Market Thermometer and have the basic calculations and drawing correct to measure "temperature". However, actually getting the indicator to draw a MA on top seems to be an issue. I've attached a screen shot where I just used the temperature then manually
I a on XYZ minute timeframe chart. how can I: 1) calculate how many days gone from Time[xyz] ? 2) calculate how many days gone from first bar of chart
Hi,  Not exactly sure why this is happening, but for some reason when I change this indicator to use iCustom, it is showing the same indicator signals/values on every time frame and every currency pair.  The original indicator was doing this: "L1[i] += iVolume (Symbol(),0,i) " which worked perfectly...
Am trying to translate an MQL4 Indicator of mine to MQL5. It loads and initially shows the Indicator lines and arrows correctly, but then refuses to update on new ticks. Debug gives array out of range error on all lines in which arrays use [i-1]. Have also tried [i+1] with the same result....
Hi. I am building my everyday functions library, so I will include it in all my projects ( I dont know which one I should choose:  include or library filetype)... However, many functions need to use some specific GLOBAL variables from the main indicator.... For example, in my main indicator i have:...
Is it possible to get variables like this?: double NewStopLevel =  GetVariable("OldStopLevel") + 12;    //because "OldStopLevel is outside of this indicator, and I'm trying to build a way to call that. i.e. something like this? string GetVariable(string variable_name){ return $variable_name; }
This topic is different from my previous topic... for example, i want to have a function, which should set a bunch of different variables/values. Then I want to call that function , like this: xxxx MyArrayContainter;void OnInit(){MyArrayContainter = MyFunc();int a= MyArrayContainter...
[Deleted]
Hi folks, does anyone happen to have a continuous ZigZag indicator that they could share with me? By continuous I mean an indicator that output values at every tick/period not only at the maximum/minimum points. In other word, one that interpolates the values along the lines at the appropriate time...
Hello Does anyone know of a video on how to set up Fibonacci Time Zones in MT5?  I've read this  https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/objects/fibo/fibo_timezones 1. Iam still unclear what to put into the Parameters next to the date and time - starting point and ending...
What are some of the good ideas any of you have that would allow for the identification of past consolidations? I'm not talking about assigning current (right edge) bars, as oftentimes you don't know in the present... but I'm talking about a method and strategy that would classify or group the bars...
Hi everyone I need Price/Moving Average Crossover Indicator ... thanks for your help...