Technical Indicators - page 5

  Moving Average  (1549   1 2 3 4 5 ... 154 155)
Post all MA indicators here
Hi everyone, it probably is a very dum8 mistake but I'm new to coding, I've created an indicator that calculates the difference between two consecutive candles tick volume but for some reason, unless i refresh it manually in mt5 , after first loading it it will display wrong values I'll post my code
Hi, I've been coding in MQL4 for a while, and am ' reasonably' good at it. Recently I have switched to MQL5 and having difficulty converting my higher timeframe indicators over. This is a Higher Timeframe Moving average. I think the issue is I am referencing the shift from the curent timeframe but I
Hi all, I’m encountering a rendering quirk with a multi-plot indicator involving arrows and moving averages. Plot 0: Arrow down at bar highs ( DRAW_ARROW , arrow code 233) — renders correctly as expected. Plot 1: Moving average originally drawn as DRAW_LINE (single buffer) — works fine. Plot 1
Hi everyone, my first post here. I'm a C++ programmer and decided to dip in MQL5 programming the past few years but an important issue I noticed with Meta Trader 5 is that when there is a lot of tick data eg. more than the last 5 years of XAUUSD worth of ticks I'm seeing CopyRates and CopyRatesRange
  SnR  (1)
Guys what's the best objective method to define and detect Support and Resistance Zones using MQL5
  Renko Charts  (3)
Can someone please program for us a Renko chart that is tradable like candlesticks such as with indicators. I'm personally almost running crazy trying to figure it out with my beginner experience in programming. Someone please help
Hello Can someone pls turn this MQL5 into MTF. Thanks a lot. Also attaching a sample MTF MQL4 indicator for reference
  Moving Average  (1)
Hello I am new to Forex so maybe asking silly question, but I have to ask. This is my settings for MA, with shift -50, but the thing is i want MA to do the same lines,same logic but without shift settings to -50. Is there any kind of similar indicator to draw the same or if not same, but close to my
Hello MQL5 team and fellow developers, > > While working on a MetaTrader 5 trading system, I've encountered references to several include files that seem to be missing or unavailable in the default MT5 installation. Specifically: > > - time.mqh > - history.mqh > - stdlib.mqh (often included in MT4
Can Anyone Solve this mystery! when I Copy my .ex5 file into another Broker's Terminal\QBD0125HJF5248LZEEOO21542HJ75\MQL5\Expert I get the error 4802 cannot load custom indicator .... while at the same time when I run the same executable on the home Terminal it was debugged on It will run without
👆 Please see the screenshot (Yellow Colour Marked). The indicator buffer is displaying an unusually large number like '5161657722...' in the Data Window, which seems to be a bug. The chart is correctly plotting Downward & Upward arrows, but the corresponding buffer value is incorrect. Please help
Some of you might remember this one : originally it was a part of an expensive system. Than it was coded as dots because of the repainting problems in metatrader. Here is a version for metatrader 5 : slightly changed the look of it (Bollinger bands is drawn as the "shadow" in the background) Also...
I converted Expert Advisor Code to Indicator code in MQL5 Expert Advisor Code :- void OnTick () { static bool isNewBar = false ; int currBars = iBars ( Symbol (), _Period ); static int prevBars = currBars; if (prevBars == currBars) { isNewBar = false ; } else if
Guys, Can someone advise and help? 1. I am looking for a VWAP indicator, for MT5, for scalping, please can someone send me a link for the best one on MT5, please? 2. What should the settings be? (for scalping) Thank you
Hello all, I cannot download free technical indicators on my iPhone and I Mac, on iPhone it doesn’t even clicking, and in I Mac it says wrong safari address, thank you in advance for answer me
Hello MT folks, I have a sample indicator I extracted. On the 1-minute timeframe, the data displayed on the indicator appears the same on the chart as I have extracted. But immediately, I switch the timeframe to 4 hours, the data displayed on the indicator is mostly slightly different in decimals
Does anyone know if it's possible to plot the graph from a class inside a .mqh file
Hi. I want to ask why my xauusd chart have no data for xauusd. My other charts have data like for eurusd. It's only for this chart. Please check my screenshot
hello every one, i wrote an indicator which colored some candles red or green based on a special condition. i want to convert it to mql4 , but it seems candle draw function is not in mql4. would you please help me. thank you so much --------
Hey guys hope everyone is doing well. I got a piece of code here trying to create rectangles to cover FVG zones drawiing from the zone itself to the last closed price. As price is moving printing new candles the box is left behind where it loaded. Can anyone assist draw the box to follow price on
I have been troubleshooting this for hours now... I am trying to CopyBuffer the following custom indicator line: int testHandleICustom = iCustom ( _Symbol , TFVal, Toolbox + "iMA+ATR.ex5" , MAPeriodVal, MAShiftVal, MAMethodVal, AppliedPriceVal, ATRPeriodVal
Is there an indicator or plot property to send the fill in the background ? thanks
  Test report  (2)
How do I find out where the error is, everything is ok when compiling
I have an indicator that plots 3 buffers. The first is a line (buffer number 0) and the other two are arrows (bufer numbers 1 and 2) that lie on that line (see picture). With this order of the buffers, the indicator is plotted in a desirable way (the arrows overlap the line). Unfortunately, when
  Zigzag indicators  (648   1 2 3 4 5 ... 64 65)
Different zigzag's indicators please post here
Through experimentation one night, I figured out it was very easy to calculate the truest pivots in the market with minimal code by calculating the candles moving backwards in time rather than forwards. Moving backwards in time isn't reality, and of course we always move forwards in live trading
what do i do in this case ? thanks (its an indicator)
Hey erveryone hope you guys are doing well. I got an mlq5 code am trying to fix the deletion logic for invalidated logic but it is failing no matter waht i edit. Tried also chatgpt and deepseek but nothing fixes the issure. i have added candle lookbar, invalidation closes ,alert trigger deletes all
  forecast on Forex  (10)
I'm pretty new to this and reading all the articles and blogs never gives you a straight answer. Always uses words like maybe , on the other hand, if. Its never clear. Does anyone have a good source for news and forecast? Regards Trevor