Technical Indicators - page 3

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
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
  Fibo & Gann variations  (355   1 2 3 4 5 ... 35 36)
Fibo Levels indicator. Fully forecasting.
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
Plotting arrows a long indicators' buffers on subwindow, which has more than one indicators , seems to be impossible to do it correctly since each indicator has its own scaling/zoom factor, and there is no way to retrieve that scale/zoom factor. Simple code to try it out
  Smoothed Demark  (7)
Anyone have a smoothed demark indicator ? Not the TD, just the standard but smoothed. Could have some use. Many many thanks
  Lines  (1)
Hi. I din't get, or have the horizontal line on the left of my chart. Where can I get it? Adriaan
Hi Traders, If you are trading using indicators especially the one from CodeBase, I invite you to share your strategies here. Thanks for your participation
In MQL5 what command is used instead SetLevelValue(..)
Hello everyone, I am currently developing a custom indicator in MQL5 which utilizes multiple Exponential Moving Averages (EMAs). However, I am encountering a parameter count error with the iMA function and need some assistance in resolving it. The code is intended to calculate four EMAs (5, 10, 20
  Trend continuation factor  (89   1 2 3 4 5 ... 8 9)
Been fooling around with "Trend continuation factor" indicator by M.H. Pee and somehow I could not find the "original" indicator for mt4 (the non-smoothed one) so, here it is (along with the original article by M.H.Pee about the way it should be calculated and used). One T3 smoothed version of it...
I want to know how you handle your moving average indicator. I am developing EA that is using 3MA to make trade. Exactly i want to know what is your MA Parameters? Now i am discussing  about your great Parameters and your experiences to improve my 3MA Crossover EA. SO if you having any idea to...