Technical Indicators - page 55

  News indicator  (1)
Hello, There was some nice news indicator which worked for some time, such as IN10TION NewsReader and FFCal ans News Reader, but nowadays non of them are working. If you know some working news indicator, please share it. The best was for me the "news reader", but also not working now. Thank you
I have an indicator in a separate window and I would like the zero level to not move from the middle of the window. (The same that scale by line but from code MQL5)... Is it possible to do that? How? I was reading this but i saw nothing about it
Hi guys ..I am looking for a source code of an indicator called *** .I would like Alerts to be added please
Hi guys, I'm relatively new to renko but I have attached a renko indicator which I downloaded. All you need to do is attach to a chart (no need offline chart). Please take a look. I use a 100 point (10 pip) box size to plot the charts. Could someone please explain why the renko chart changes with...
The problem i am facing is that i use "pivot highs/ lows" which detects the "relative" high and lows (this indicator is accessible on TradingView although im sure there is another word for it on MQL format. say for instance in a bullish elliot wave pattern, the highs can be easily identified when
Hi. I don't know what exactly happens. I am comparing two integers that have the same value (with the > operator) and However the control statement "if" returns true ... Does anyone know why this happens and how to fix it? I attach a image of the console output... And this is the code: NOTE: start
Which hero has the wave three indicators. Please help me
Hi! and thanks in advance for everyone who's givin' up his time supportin' the community. I got the Supertrend-Indicator https://www.mql5.com/en/code/576 i'm not good at programming with MQL5 so if i'm wrong approach, could you give a simple example? The strategy is simple, I want to open only buy
[Deleted]
Hello, is it possible to have 2 type of indicator to be displayed, 1 in main windows and 1 in separate subwindows? Can someone refer me to an article? thank you
Newbie here, so forgive my assumptions, if they are incorrect. Regarding RSI. Considering the market goes in cycles: 1. Accumulation (ranging sideways) 2. Breakout (up/down trend with volume increase) 3. Distribution (peaking) 4. Downtrend (exhaustion) Based on this assumption, if an instrument is
Hi, I'ld like to know: is it useful to call "ArrayInitialize" to an INDICATOR_DATA buffer buffer of an indicator? In other words: when we create a custom indicator , normally we create at least one data buffer that will be the signs shown in the graph. After calling "SetIndexBuffer" and
  Pivot points  (1)
Pivot point indicator for mt5
Im looking for someone who can help me to make code a forex trading system for me
Just finished testing an indicator called JCFBaux, performed pretty well as a volume indicator , espacially in my ruleset. I took data from the volume indicator and put it in a sheet and optimised it. The problem is, when I'm using this indicator while I am trading live it gives me absurd numbers
Hi, Can someone assist in creating a T3 indicator + ATR bands for MT5? Thanks
I am trying to make an ADXR indicator and I am using the "to_copy" method from the examples folder but it does not work correctly in my code. I think that this method (in this way) does not work with "Technical Indicators". I think so... because I have checked all the code several times. A little
Let's use MACD as an example. It has 2-3 values(1 for the MACD line; the other for the signal line; 3 if it has a histogram). I'm trying to incorporate those values into a new indicator. I figured I would need multiple buffers and SetIndexBuffer indicator calculations for the MACD indicator. Need
Hi. Newbie here. I was wondering if there is a way to filter the alerts box. I.e - set up an indicator that calls for information from the alerts box then filters it further (eg only shows alerts that are above a certain MA) then spits out a new alerts box based on this information? I have a
I have an indicator that I want to "project" ahead (using the slope of the indicator line over the last N bars). That means plotting to the right of the current (shift=0) bar. I've been looking everywhere and come up dry. The only thing I can think of is dropping a line object and keep adjusting it
  Indicator Locked  (1)
Hi Just purchased the <Deleted> Indicator, loaded on platform,seemed ok, when I tried to load it on a different chart it failed and next it disappeared from my Navigator, When I checked on my MQL5 profile next to item description and a lock
Well, I was a programmer for 23 years. I've done MUMPS, Cobol, PowerBuilder, PHP, etc, etc !! I've never used OO and I am confused as hell. I would like to copy the MACD indicator and output an Arrow when the MACD and Signal cross. Is this possible please
When you double click on an indicator or drag and drop it on a chart, a property window pops up.I am wondering if we can design a custom property window other than the default one that the metatrader provides. For example, we may be inclined to remove or add some window tabs, or we may want to have
Please help me to build a void function. I want to get PRICE VARIABLE VALUE by auto-scale in MACD Sub Window, from Y =Pixel constant. Compare to Zero and subwindow bottom which I dont know to use ChartXYToTimePrice, if maybe please convert Pixel to Price value for me. Thank you so much
  Indicators  (2)
Does anyone know or have any ZigZag indicator that does not redraw or repaint? For MQL5
When placing MACD and RSI on the same window in MT5, they are automatically rescaled to fit on the same coordinate axis. I am trying to create an EA with these two indicators and need to points where they will intersect each other. However, I am unable to rescale the MACD to be on the same scale as
Hi all, when I make a new indicator I get the initial window with Common, Input, Colors, Levels, Scale and Visualization But I would like a window with a "Properties" tab, like the built in indicators. Is there any way to achieve that? Thanks
Hi, I imagine the answer is going to be no, but is there any way to draw an indicator with transparency? I need to draw a filled area, but I would like to specify the alpha so I can keep it a more subtle. I tried using ColorToARGB when setting PLOT_LINE_COLOR, but it doesn't work. I guess indicators
Hi guys is there any sort of order flow indicator that suited for mt4 ? Oanda is great but their order flow indicator only varies their customers. I need order flow indicator that varies more bigger scale in the market. If you have something in mind please refer it.
Hi Anyone one who know How to code and add a MA line (Previous indicator data) on MACD ? I cannot find the way to add MA line (Previous indicator data). Eddie
I'm trying to write a spread oscillator, but for some reason it doesn't works. I don't know what is happening... That's the way i saw in the iIndicators examples. But for "MqlRates" it doesn't works. MqlRates must be handled in a different way? or..? My full code is below. Thank you!! #property