I want to make an indicator by this code - https://www.mql5.com/en/forum/39835 But i do not understand it properly. How to use it for binary option put and call. What's the meaning lower wick number? Upper wick number and body number? How can i count it for buyer and sellers power? Can anyone
Hi all, I've created a custom lorentz curve indicator inspired from one of them in TradingView however, when I use it in my EA with iCustom() and I copy the CopyBuffer ( hLorentz , 3 , 1 , SIGNAL_BUFFER_SIZE , stateBuf ) != SIGNAL_BUFFER_SIZE ), it says the 0 index values are different for
Dear Viewer, Can somebody please convert this small MT4 indicator to MT5 version, would be highly thankful 🙏🏻
I'm not really a great programmer but sometime I can modify some indicators to make our trading life easier. Attached are some modified indicators and some useful ones too. Most of these indicators are not mine. Credits are in the source codes....
I have lost my money past 6 months. So i do not want more losses. Please suggest me good indicator or EA that make me profitable. Win rate minimum 85% to 90. Please suggest
Some indicators with alert/signals with author's comments: - EMA-Crossover_Signal: Enter two Exponential Moving Average periods and it'll tell you when they crossed. - SMA-Crossover_Signal: Enter two Simple Moving Average periods and it'll tell you when they crossed. - SMMA-Crossover_Signal: Enter...
We are continuing discussion about the indicators. We have the following thread: https://www.mql5.com/en/forum/175886 https://www.mql5.com/en/forum/177239 https://www.mql5.com/en/forum/177358 https://www.forex-tsd.com/forum/debates-discussions/9785-rsi-indicator https://www.mql5.com/en/forum https...
look at the code, please note that the parameters is "13,9,9,6,5,3". //--- paramters is not "13,8,8,5,5,3", is "13,9,9,6,5,3". int handle = iGator ( _Symbol , _Period , 13 , 9 , 9 , 6 , 5 , 3 , MODE_SMMA , PRICE_MEDIAN ); double gator[]; ArraySetAsSeries (gator, true ); CopyBuffer (handle, 0
Hi everyone, I'm trying to calculate Stochastic 5 3 3 oscillator using python but the result is different from chart MT5. Please help. My code below def calculate_stochastic_oscillator(df): df['low_min'] = df['low'].rolling(window=5).min() df['high_max'] = df['high'].rolling(window=5).max()
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
Guys what's the best objective method to define and detect Support and Resistance Zones using MQL5
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
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
I am continuing posting information about indicators. So, we have information about Stochastic indicator https://www.mql5.com/en/forum/177239 We have the thread about Momentum indicator https://www.mql5.com/en/forum/176430 Now something about Parabolic SAR. OverviewThe Parabolic Time/Price System,...
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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.