Technical Indicators - page 5

  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
[Deleted]
See attached for pictures
  need help on mt5 indicator  (13   1 2)
can someone give their indicators source code, cuz i am facing some problems and chatgpt can't solve it, i need an indicator that gives signal so my indicator gives buy and buy stop signal, sometime it's giving wrong buy stop signals, also indicator shows old arrows on the loaded chart but stops
void ShowBS( string CodeName, int BarIndex) { datetime targetTime = iTime ( NULL , Period (), BarIndex); ObjectCreate ( 0 , CodeName, OBJ_TEXT , 1 , targetTime, 9 ); ObjectSetInteger ( 0 , CodeName, OBJPROP_COLOR , clrYellow ); ObjectSetInteger ( 0 , CodeName, OBJPROP_FONTSIZE , 8
Hello every one I have 3 problems with offline Charts in MT5 that provide timeframes less than M1, e.g. 5s, 10s, ... . my problems are: 1. When I open these offline charts candles create correctly but there is no bid/ask line in the chart even it's enable in the setting (I have the same indicator in
Dear all, I am trying to write an MQL5 indicator, but the buffers are empty. Additionally, the arrows are logically not shown. Can someone please help me? Here's the code: #property description "Fractals" #property indicator_chart_window #property indicator_buffers 4 #property indicator_plots 4
Hi all, I'm programmatically loading a custom indicator using IndicatorCreate() and passing values for the indicator's input parameters via the params[] array. My custom indicator uses input group declarations like " " and "--- Tick Density" to visually organize input settings in the parameters