Dear MT5 community, I have been using the attached indicator to add empty space on the top and bottom of each chart as per pics attached. I find the indicator useful and well conceived but it might be using too much ressources and I experience some lags. My question was with other users and MT5
Dear trader Is there any theory for market statistics histogram. I don't know what is it Sincerely,
Does any one know if it is possible to add/download a favourite inticator to any smart phone version of Meter Trader 4 of 5? Thanks in view of your kind reply and assistance.
Hi Friends. I'm trying to create an indicator that shows green fill when price is above a certain level and a red fill when price is below a certain level. But the indicator keeps returning only the red fill. Code is attached below. Please help me have a look. Thanks #property
Is it possible for someone (ShadowWZ perhaps?) to code a WolfeWave indicator? I've just come across this method and it seems interesting. Fukinagashi at MoneyTec has put one together but it got panned at a Russian forum because it was using the ZigZag indicator and missing some elements. I noticed
when I am trying my custom indicator, I receive this message, " CO 2 08:01:24.193 lanlee_TB_Midline_with_Signals_V6.4 (GBPUSD,H1) indicator is too slow, 7547 ms. rewrite the indicator, please". who send me this message. I what should I do to improve my indicator. Or should I use faster laptop
My indicator does not place any trade, so here is the issue I don't understand when I tried to upload an indication on MQL5, but the validation report give me this below: test on EURUSD,H1 (netting) -EURUSD: no history data from 2023.05.01 00:00 to 2023.06.01 00:00 If anyone can give advise what the
Hello everyone. Do you have any information or documentation on how to implement a code in an MT5 indicator to send alerts to Telegram? Thank you very much
Require any coding expert help to allow for new price source (O+H+L+C)/4 or (O+H+L+C)*0.25 to the RSI.mq5. Thanks in advance
//+------------------------------------------------------------------+ //| SpikeDetection.mq5 | //| Advanced Spike Detection System | //+------------------------------------------------------------------+ #property indicator_chart_window
anyone can help me to find which line of code is causing ZeroDivideError? MQL message is not with enough details.
(14 1 2)
Hi Can someone help me to know which piece of code is causing Zero Divide error, so I can fix it. 2024.03.09 13:30:06.707 login (build 4153) 2024.03.09 13:30:06.722 template file tester.tpl added. 7012 bytes loaded 2024.03.09 13:30:06.725 expert file added: Experts\Algo\EAToTest\TestEA_iVP-v6.ex5
Hello, I am fairly new to MQL5 and I'm working on my first small project and so for some very strange reason I've been trying to get my compiler to open the <Technical\Technical.mqh> include file but it just won't work no matter what I do. I've tried reinstalling MT5 several times already. My code
Hello All,
I`m a mt5 newbee and would like to ask for help.
Since several weeks I serach for this indicator for MT5:
https://www.tradingview.com/script/2KE8wTuF-Indicator-WaveTrend-Oscillator-WT/
Is it possible to "translate" into mt5-code?
//
// @author LazyBear
//
// If you use this code...
Are there any indicators/tools/methods for determining cycles? I am interested in finding daily cycles and also finding cycles on shorter time frames as well. As a side note:Does anyone know of certain times of the day when price is likely to reverse its direction? thank you
Hey does anyone have a good suggestion for a indicator that provides signals for forex pairs on the 1-5 min time frames
Hi, Was wondering where I could get my hands on the ADX indicator with color changing when above a certain level
As title, i've already set INDICATOR_LEVELCOLOR = clrNONE but it still show level color on initialize. for ( int i = 0 ; i < 8 ; ++i) { IndicatorSetDouble ( INDICATOR_LEVELVALUE , i, i + 1 ); IndicatorSetInteger ( INDICATOR_LEVELCOLOR , i, clrNONE ); IndicatorSetInteger (
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
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.