Hi everyone, I am wondering why this indicator work fine on charts, but fractals do no show up in strategy tester. Code is pretty simple shouldn't take much time to evaluate it. //+------------------------------------------------------------------+ //|
Hi I have written an indicator which stores some data in tooltip field of objects , It works fine but until the user closes and opens the metatrader When user closes metatrader5 and reopens it , the tooltip is completely gone Could someone please help me and see if they also have the same problem By
When I have an indicator like Stochastic or MACD with two buffers and include a Moving Average based on "First indicator's data", what's the value used to calc this MA? thanks
Hi, the first time the indicator is executed when opening MT5, it fails to get iBarShift function, the second or third time the event OnCalculate is executed, it works OK int OnCalculate ( const int rates_total, const int prev_calculated, const datetime &time[]
Hi I have programmed an indicator to mark the high and low of the previous day, the weekly and the ADR. The indicator works, but suddenly it initializes and starts making the highs from the current candlestick. I am not able to understand why it does it. Capture indicator OK Capture indicator KO
General conditions on the indexes of an indicator (e.g. MA) with a minimum required bars present before the calculation can be performed
(12 1 2)
The question is probably a stupid one and I'm missing something, however, I've already asked it in a comment section to another post and haven't got an answer yet. So I create this topic. OK. Let's consider this article. One reads: rates_total [in] Size of the price[] array or input series
Hi everyone, I need help figuring out why this does not work. I am trying to create a simple separate window indicator, where I draw squared rectangle aligned with the candles on the main chart. The indicator should draw the rectangle of about 20px by 20px on a straight horizontal line with some
I found this indicator on github. It loads in terminal just fine. When called via EA it fails. Alert: Error 0 while getting handle on Price_Density I replicated the error by using a test EA. Any help would be much appreciated. This is sample code of EA getting handle in OnInit, that generates an
I'm looking for versions of on chart MACD for MT5. Kindly post if you have any. Or post links to where I may find some. Most appreciated
please give decription about this indicator in detail,and how to use it
The following indicator appears to have a bug. When switching to a higher time frame than the Daily, the indicator gives a series of Error messages informing the user that the "Chart period is greater than 1 day." Can someone fix this
Hi community, I am fairly new to MT5 and started trading in MT5 since about a month back. I had two trades open on Silver Today and for some reason the value dropped for a second and all my funds were wiped out! Looking at Silver on other platform the value did not drop like it shows in MT5, it
I found this indicator, and i think it has a really nice potential. I think there could be an expert programmed on the basis of this indicator. The simplest is to do the expert that would do the following: Long position opens at the close of the bar during which the cross has taken place . Or on the
Hi all, I'm trying to copy only 2 years of history to my indicator buffer (I want to conduct some study on the 2 years of history of values) My problem is that when I run below code and check size of copied array it returns over 100'000 of 1 hour bars which is probably almost entire available
please advise where I am making a mistake int OnInit () { //--- indicator buffers mapping string Pair = "EURUSD" || "GBPUSD" ; if ( Symbol ()!=Pair) { Alert ( "Wrong Pair. Please use EURUSD, GBPUSD Only" ); return ( INIT_FAILED ); } //---
Hello everyone, Do someone have the code for Daily and Weekly pivot point please? Thank you a lot
Am coding a polynomial regression dashboard when price breaks the upper or lower channel line. Am using the i-Regr-2.0.mq5 indicator published here https://www.mql5.com/en/code/28375 The indicator has 2 buffers for the upper channel line and lower line as below; SetIndexBuffer ( 0 ,hBuffer
I'm Looking for this color fill ma for MT5. Does anyone have it? Or one that is similar? Thanks. https://www.mql5.com/en/code/10967
I have 3 simple MA indicators and i want to have visible distance between those indicators as they appear when they have PERIOD 5 SHIFT 1 / PERIOD 10 SHIFT 2 / PERIOD 15 SHIFT 3 They now need to have SHIFT 0. Can someone help me find solution for this problem
Hello fellas, I am new at this website and at trading as well. I was looking forward to build a custom indicator based on a few rules: Key support and resistance between years. Support and resistance for the actual trend. 1- RSI period 6 - sell signal when rsi touches 75 RSI period 6 - buy signal
Why are the indicators (lines, arrows, histograms) flickering in the MT5 terminal?
(92 1 2 3 4 5 ... 9 10)
What can the blinking of indicators (lines, arrows, histograms) be related to, both in the main chart window and in a separate window? The impression is that the indicator is redrawn and at the same time the marks and the buffer values disappear from the list for a second, and then appear again in
Hello, Is GurionFX a legitimate broker for the MT5 platform? I have been trading ETH on the MT5 platform installed on my Android phone. I have a 6 figure balance in my account and I am being asked to pay a fee of $8700 upfront to get it out. I am also being asked to switch to Deriv broker to get my
Need Source code for the default Moving Average indictor on mt4, the one that has the Levels tab
(1)
Hi All, I have been trying, without success, to find the source code for the default moving average that has the Levels tab that is on all mt4 platforms. Does anyone have it or know where it is located? Thanks in advance
Hi, I think that main problem with EA´s is that market change cycles amplitude (high to low) and time/period (number of bars). For amplitude we can use on indicator fixed channel, bollinger band, DSL (discontinue signal line), Float Level, VHF(vertical horizontal filter) and so on. But for
Hi everyone, First off I just want to say that I'm not a fan of anything that lags, and that includes (most) moving averages. I had the luxury of using the below described at my last job, but not anymore. I was surprised to see that I couldn't find it anywhere for metatrader, so I was hoping someone
Does anyone know the basis for the Wave Trend Oscillator Formula? Some clients want this for the MT4/5 platforms, personally I don't believe it's any better than other indicators, but that's what clients want, sounds like an overhyped indicator to me it's a formula based on emas, therefore it's a
For a learning project I took a default indicator such as OBV and wanted to start the process of finding divergences so using the inbuilt Fractals code as a start to find pivots. In this code I have an EMA on the OBV which can be ignored as the same buffer/new bar to 0 behavior occurs. That said a
Hello, How do you get a value from iBarShift() function for a timeframe other than the current at the start of the terminal (that is the first run)? It is always returning -1(or no bar) no matter what I have tried. I am creating a Multi-time Frame indicator that loops from the start date to the
been asked for this a couple of times by pm,so here it is
This indicator paints green and red dots immediately after the open of a candle and it shows the major and minor reversal points. I will attach screenshot, please help me find this indicator. Thanks

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.