Technical Indicators - page 56

A bit confusing thread title, but i could not define it better, sorry for that. The question is: 1. I have a bid/ask price (actual or historic) 2. I want to find out (using mql4 or mql5 code) whether this price was reached by dropping by X amount of pips or by raising by X amount of pips. for
Indicator tests fine with no issues but when put on live charts it periodically behaves different and values in buffer drop to some constant //+------------------------------------------------------------------+ //| VWAP_Dayly.mq5 | //|
Hi Everyone! This is my first post although I have been "lurking" for about a year. I am wondering if there is an indicator or similar tool which will display the template I currently have loaded. I like to test different templates on different pairs or time frames. Any help will be greatly...
Hi Friends, any one help me to convert MQL4 code to MQL5 code This is MQL4 Code #property indicator_chart_window #property indicator_buffers 4 #property indicator_color1 Red #property indicator_color2 Lime #property indicator_color3 Red #property indicator_color4 Lime extern int MaMetod = 1 ; extern
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