Technical Indicators - page 46

Good day. I saw the TF Segmented Linear Regression indicator on Tradingview, I need to create one for metatrader 4. If anyone can help with this, please respond,<Deleted> :)
Hi.. I wanted to draw a horizontal line across the 50MA position at candle 1. I tried and now I know how to code for calculating the 50MA value at candle 1. If the 50MA value at candle 1 is "x", I want to draw a horizontal line across "x" in the chart. (It will be a dynamic line which changes its
Hi, I have n arrow indicator not displaying correctly. see image below. If I change time frame sometimes it corrects itself to show only one sell signal or buy signal.Below is my code. Is there also a way I can move the signal close to the entry candle? Attached find the code and the error
  indicator  (3)
I am looking for a refinement of the zig zag indicator or a zig zag that works with points on the dax
Can I set the DRAW_FILLING buffer to not change the color to some "composed" by the colors of the buffers that are intersecting? By example: See the screenshot below. I have two DRAW_FILLING plotted, red and blue. When red intersects the blue, the resultant collor is pink. There is some way to make
  T3  (680   1 2 3 4 5 ... 67 68)
Some T3 indicators
Hi for all! I want to create a custom zigzag with a line (like MA). I tought to use a DRAW_SECTION (for zigzag) and a DRAW_LINE (for my line). All looks fine, but when I try to run, there is no horizontal line and appear several vertical lines. I already developed other indicators using DRAW_SECTION
Hello, i need a canvas in my indicator. The canvas should be pegged to current close. For this, i change it's position in OnCalculate. The problem: When i switch between charts, very often the canvas position is somehow reset to the mid of chart and will only be updated with the next tick. I hardly
Hi Could somebody kindly send a indicator that sends a signal when a candle closes on one side or another of an EMA I have looked in markets and downloaded a few but they either do not work or donot answer thankyou
  SeriesInfoInteger returns 0  (27   1 2 3)
Hello, i have the problem that SeriesInfoInteger returns 0 in my indicator. When i switch timeframe to another and back, it returns a valid value. Have no idea how to fix this. Even when i repeatetly call SeriesInfoInteger in a timer, it returns 0, until i toggle timeframe. Even
Hello, I try to create a indicator , but i did not understand Why my arrow behave like that , check the attached screenshot . Please suggest me to resolve this issue. thank you in adavance
[Deleted]
Hi there, since i travel quite often so can't open pc and laptop for trading. My choice now is to use a mobile phone, but the problem is I can't use a custom indicator that is usually used with PCs, I would be very happy if anyone could help answer this question. thank you
  AD Smoothing  (9)
Hello everybody, i have this AD indicator and want to apply two moving averages. The first moving average should use the price data from the AD. The second moving average should use the smoothed price data from the first moving average. It´s easy to implement one moving average which uses the buffer
Hello again, I have some problem with an enum Type. Since I am still a beginner, I hope you can help me. I want to implement an indicator, called xdpo into my EA. When i am trying to compile the indicator, this error occurs: It seems to be, that the following function in the SmoothAlgorithms.mqh has
hello sir, I need your help, I am creating a custom indicator, but I have problem with reinitialize the indicator, I did not understand why ArrayFree is not working. if I change my input then it buffer not working properly. I am attached my code , my strategy is , the first buffer is check my
Hello,anyone are able to add push alerts to this indicator and when message come,saying if trend is up or down? attached mq5 version. thank you
i am looking for the name of an indicator probably coded by scriptor that scores H L C in three separate lines, almost like trendscore or Advance Decline but including H and L. Thanks for the help already
Im a beginner and figuring things out. Apricate if someone help me understand how to add a additional buffer to the below code. Both the divergence buffers gives varying indicator value and i would like a new buffer that has 1 or 0 when the divergence arrow appears
[Deleted]
HI, could anyone be nice enough to help me add notification alerts to this mt5 indicator.am just learning how to code .its a very basic trend indicator .thanks
I know this language just enough to code EA based on given indicators and condition, and nothing about coding indicators or scripts. So i was studying few of my backtests to find few logical errors. and it would be helpful if my chart was highlighted in red or green when conditions ma1>ma2 and
  R-Indicator  (3)
Hello Everyone, I would like to share this indicator with you today. I have developed it in March 2020 after the flash crash in FX. The initial intention was to get an indication for when markets go "out of band". So my attempt was to find some support and resistance levels as well as the
  Vwap with stdev  (1)
Hi, im looking for vwap with standard devation band in mql4 or mql5? Maybe someone have
who can wrote encryption,expired date &user name account for indicators
Hello, I have coded a small indicator that automatically places fibos for me. But I can't find the parameter to change the line color from anchor 1 to anchor 2. Do you know what this parameter is? Thank you
I am looking for a good ADR indicator and can only find one that's not good. Please leave a link if you know where to find one. Thanks
Hi Community! Hope all's well!! Just slightly struggling with converting a piece of code( Bollinger Band and MA of the same) from back in the day in MQL4 to MQL5. Will be highly appreciated. Thanks much!! RefreshRates(); // GETTING THE AMOUNT OF ALL BARS OF THE CHART int IBARSA = iBars ( NULL
Hi, I have been trying to add an alert to this indicator when an arrow is printed but have failed miserably so far. Can anyone help me out
I want the colors to be separate buffers. The attached image shows what I want. Can anyone help me with this? Sorry for the stupid question. I just started learning mql5 Thanks in advance to everyone
hi everyone i was wondering if any body can help me. I have an indicator which is basically a regression channel with a deviation of 2.0 i have put it in to meta editor so i can add en extra two line to the indicator that are around 2.6 and if possible remove the centre line. after many failed