Hello, for custom indicator i need some help coding i need to catch few candles move, each need to open upper level from the previous open, and close upper than his opening level. thank you
Looking for this indicator for mt5, would anyone be able to make it? https://www.mql5.com/en/code/9313
This indicator shows 3 bars at the right part of the chart: D1 BAR and other 2 ( which shows current) +1( previous ) TF choosen by user at inputs section of the codes. I want to publish the codes at CodeBase but many trials could not reach the publication phase so I decided to give codes at FORUM
I have arrows that pop up on my charts. There are so many that they cover my candles, especially on higher time frames. see photo
As you can see in the picture attached, there are lines (red/blue) at the bottom of ICT's charts indicating a time, sessions. does anyone know what this indicator is called, where it can be procured? And it if it available for both MT4 & MT5
Hello, I want to use this multicurrency indicator in my MT5 terminal. https://www.mql5.com/en/code/27950 The problem is that the graphs of the indicator are not loading (I switched the chart timeframe many times as advised by the indicator publisher but with no result). Do you have any idea on how
Hi everybody, I'm taking my first steps in MQL5, in particular I'm testing the moving average indicator. I wrote the following lines of code to print the moving average value as soon as I receive a new H1 candle (with period "14", calculated on H1 timeframe, with mode EMA and on PRICE_CLOSE). static
Good day, does anyone know how to bring an Exponential Moving Average from H1 timeframe to M5 timeframe without using the data from H1, since you can read the opening price in the H1 chart on the M5 chart. Thanks in advance
Hi all
I need to send emails to multiple recipients, how I do it in MQL5?
thanks
Hi everyone, anyboby has the Better Volume Indicator v1.5 / v1.4 for MT5 ? ... please share the .mq5 file im new to mq5 ... try to convert a volume indi from mt4 to mt5 ... but find it hard kk :) thanks & happy new year all! regards
Hi, I have an indicator DRAW_ARROW which plots symbols over the chart. Their default size is configured normally in the initial indicator parameters and can be updated in the loaded indicator's configuration panel. Until here, 100% fine. The problem is that I'ld like to give an extra signaling to
Does anyone know what this indicator is? It is for metatrader 5
Very interesting indicator. D1 timeframe. Candles. See image
Hi everyone I have a little problem with some code I want : if two ma crossing && if in the next 30 candle in future there was not any crossing give me a alert. anybody can help me? any idea
I'm practicing coding MQL5. Below is a simple RSI indicator. I added a logic to change color but the line won't change. Below are the buffers initialization code SetIndexBuffer ( 0 ,ExtRSIBuffer, INDICATOR_DATA ); SetIndexBuffer ( 1 ,colorBuffer, INDICATOR_COLOR_INDEX ); SetIndexBuffer ( 2
Hi,I have looked at how to add a mobile push notification to the below bit of code but after reading how to guides i am still unsure. If a kind person could provide me with some assistance on how to do this it would be much appreciated. It is a candle size indicator with an alert function as below
Hi, in the following code i fail to see why im getting an array out of range error? //--- indicator settings #property indicator_separate_window #property indicator_buffers 1 #property indicator_plots 1 // Buffers double MAOsc[]; // Global variables int fastMA;
Hi. I'm loking for some modifikations of super-signals indikatores. I know, that some are calling them ,,joke'', but they are build on a good idea and some of tham have to be good working with grid sell/buy using. Please, if u have some modification of them, poste tham here. I have only base one,...
Hey guys, I have been using a really nice RSI divergence indicator which helps me mostly to avoid reversals. The problem is it doesn't have alerts or notification function which could have been really useful. Can anyone help me add those two functions to the indicator
It should be easy to reach this, but i need help on the way.
I wonna just draw a moving average line on a Chart likes this. (Orange Line)
My result is just like this. The lines going are endless to the bottom instead connecting each point to a line. (Red)
ObjectCreate( "movav" +...
Hello, Does anyone have an MACD indicator that alerts, preferrably with email and sound, when the MACD line crosses 0? Thanks in advance
Hello If i have an expert and i want to run it at all time-frames and symbols, Do I have to open more than 1 chart to run this expert? What if i want to open one chart and run this expert at all time-frames and symbols
Hello Folks, I'm new to MQL5 , I have been trying to code the HMA of the monthly timeframe but no success, I coded it to be calculated on the current timeframe then changed the interval to PERIOD_MN1 but no success here's my code, I'd really appreciate it if someone told me what I could be doing
Hello I am a beginner in coding. I want to ask: Why when i put"input" this code dose not work? string symbols[]= { "GBPUSD" }; ENUM_TIMEFRAMES TimeFrames[]={ PERIOD_M1 , PERIOD_M2 , PERIOD_M3 , PERIOD_M4 , PERIOD_M5 , PERIOD_M6 , PERIOD_M10 , PERIOD_M12 , PERIOD_M15 , PERIOD_M20 , PERIOD_M30
Similar to a session indicator...but simply a horizontal line on the chart that signifies daily whatever time you have specified into the inputs. Is there anything like this out there? Would be great if it had the ability to place multiple lines in different colors in desired
I have a DLL that will return a pointer to an array of structs: struct dataSet{ //some random variables}; dataSet* RandomFunction(const int ratesTotal, const double price[]) { //some random calculations} However, I do not know how to import this function in mql5. I have tried doing...
What code can be used to add text information in the following panel window? I'm a beginner coder.. thanks for your help... My idea is to add some statistic information in this screen from my indicator. I'm using the following code to start it. int OnInit () { //--- create application dialog
Hello, I downloaded a FREE indicator (MT5) on my Laptop, it works great. 2 weeks later I tried to download the same indicator on my home PC and it does not download, On the download page it says that I "already downloaded the file". So what I did next is I copied the indicator from my Win 10 Laptop
Hi, I'm having an issue with the Array out of range for line (226,36). The indicator handles are set the same with only the difference of PRICE_HIGH and PRICE_LOW. Can someone point me to where the error is? //+------------------------------------------------------------------+ //|

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.