Technical Indicators - page 98

Is there a candlestick pattern indicator that is able to capture the candlestick here: http://www.babypips.com/school/elementary/japanese-candle-sticks/japanese-candlesticks-cheat-sheet.html ?
I need a news indicator that shows me news starts from 2016, and the impact(big, medium, small), the outcome (positive, negative news). Are they such indicators available? I am aware of FFCal and FFC (https://www.mql5.com/en/code/15931), but seems that they only provide a limited period of times?
Hi guys I've been seeing this indicator on posts on the internet and I was wondering if anyone knew it, I have attached a photo 
Hello Members, I have tested the code on live chart, no problem tooltip showing perfectly, but while doing backtest, no tooltip is showing at the tester chart window. While in case of mql4 programming it works. Plus the object move function working weirdly. For example Vertical line printing with...
Hi All,  Please excuse my ignorance with the following.  I am using the above and it was working fine until a few days ago. I seem to be getting fake alerts when there is no crossover. I am also experiencing Double alerts when there is no crossover. I have tried to contact the creator of the alert...
Hi, I am looking for a MT5 indicator that draws Weekly, Daily High/Low lines on the chart in similar way that MTF Hi Low does in MT4 (attached). Can someone point me in the right direction. Thanks in advance! Asimuz
Hi there, Is there someone that use one of both analysis/trading advises? I am trying them out for about a week now but most trades run into SL and none to the advised TP level. Best solution is to close them manualy or set more realistic TP levels. Anyone out here with more experience regarding...
Is there any good indicators for the following: a. horizontal support and resistance (and channel if possible)? b. triangle breakout or support/resistance breakout c. trending or not trending according to moving the average Preferably with source code. Thanks
I need an indicator can identify whether there is a weak/strong trend (in what direction) and is it a sideway. With Adx we can identify the strength of the trend, with moving average we can somehow know the direction of the trend, Is there an indicator that combines both? I can't locate it
Hi , Is there any Alert (Audible/Msg box) indicator when Simple Moving Average touch/cut the Daily Pivot value?  idea is when the MA cut the specific value or pivot value, we should be alerted with Audio or Msg box or by Info Bar Font color change. I have this below indicator modified but having an...
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