Technical Indicators - page 47

Hello, is it possible to get creation date of a specific indicator (mql5/indicators/<file> ? This code seems not to work: string path= TerminalInfoString ( TERMINAL_PATH ); string fn= StringFormat ( "%s\\mql5\\indicators\\%s" ,path, __FILE__ ); StringReplace (fn, ".mq5"
Hello community, i have the problem that my version is always indicated as 1.00, when i attach my indicator to chart. I mean what you see on page "Common" as version is always: 1.00, even my property is "1.20". Could not figure out the problem. The property is defined correctly and i put it after
hello Can You Help Me For Convert This Indicator From Mq4 To Mq5 ! Thank You
Hello. Anyone who has achieved to add bollinger plots to another indicator including all the inputs
Hi! I want to know something before I am going to place a order in the freelance section I have 2 indicators combined with the rsi and they work pretty good! I am not that often behind my computer and I don’t have all day to watch the charts. So the question is; can I get a ea or something that give
Hi, I'm looking for an editable multi line text box in MT5 that I can keep notes in on a chart. I gather I cant do this as standard with MT5, but I wondered if someone has a solution/indicator. I can't seem to find one. Any help would be much appreciated. I assumed (wrongly) that this would be easy
[Deleted]
is there any MA slope indicator with alerts....would appreciatate a link...thanks guys
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