I need to plot vertically using the EVENT object. Does anyone know how to adapt this to plot price projections in the future space. thanks
Hello all Is it possible to do one Bars count and get mtf prices with a custom indicator? Like making a separate window MTF of a custom indicator; showing arrows. Versus looping Bars 7 times for 7 timeframes. I am not talking about just checking icustom with the period required I am talking about...
Can this be done, if so can someone tell me how?
IF there is a backtrace way to calculate the crossovering price of MACD
Hello, coming from MT4 I'm trying to implement some code in mql5. A) an additional buffer is to be added to an already existing indicator with 3 buffers, to transmit a (buy, sell) condition to an EA. Now in MT4 it works, when changing #property indicator_buffers from 3 to 4, then adding to...
Hi, I would like to have an indicator that detects, when a Candle has not touched a MA for the first time. Does anyone know a solution?!
in OnCalculate() function close[] refer to current chart for example EURUSD, I need to get close[] value for other Symbol in my indicator. How get other Symbol in OnCalculate() function?
if(iClose(_Symbol,_Period,1)<MA50 && iOpen(_Symbol,_Period,1)<MA50 && iHigh(_Symbol,_Period,1)<MA50 && iLow(_Symbol,_Period,1)<MA50 && iClose(_Symbol,_Period,1)<BBDn && MA5L>BBDn) {mess_data[k][j]="TM";mess_color[k][j]=clrRed;} else if(iClose(_Symbol,_Period,1)<MA50 &&...
Is there an indicator that will give me a total of sell orders compared against the total number of buy orders on a level 2 screen? For example, in the attached screen shot I would want to see a total of the entire volume of orders in pink (sell orders) compared against the total volume of orders in...
These are indicators from Kase StatWare They have very little in common with the ones posted on the public part of the forum (will post comparison of those too) Wallander will remember the wondering about the 1.92 and 2.08 constants used. Well, these have nothing of a sort
I have the trix indicator and I want it to trigger buy and sell signals for my EA. //+------------------------------------------------------------------+//| TRIX.mq4 |//| by Raff |...
Hi all, I am new to MQL4, I am creating a simple indicator as most newbies would do - 2 MA cross signal Logic: BUY - > When MA 20 cross MA 50 from below = arrow up SELL - > When MA 20 cross MA 50 from top = arrow down Indicator is almost done and is working, but i am getting quite a few...
Hello The Hodrick Prescott Filter indicator is loaded but does not draw the line on the screen. Could an expert check what problem there is in the code, please? Thanks in advance..
Hii all, I need an average working well. I have two but they do not work. How can ı find it? Thanks in advance
When I add an indicator into the right folder (something like C:\Users\User1\AppData\Roaming\MetaQuotes\Terminal\A40767D2DC39DZBA4FC1E0AA6F950686\MQL4\Indicators) I cannot see the indicator in the list. After I refresh the list from the Navigator window or if I restart the MT4, the *.ex4 I added.....
Hi! I'm studying forms of identifying trend strength such as ADX. I noticed that MACD Histogram provides a way of detecting these: when trend becomes stronger, not only the histogram value tends to increase, but the differences between each bar becomes bigger. I'ld like to have an average of such
Hello everyone :-) Now this is my first question after I read so much now I still don't understand, how indicator data are retrieved and from where. And how static indiactor retrieval can be optimized. Maybe what I want is a bit special. I explain: - Most of my indicators are static in the sense...
Bom Dia, Estou procurando o indicador X-Pattern para MT5, alguém tem o mesmo para disponibilizar-lo? Tenho um em MT4 e não consigo converte-lo para MT5. Segue em anexo. Obrigado!
Hi Guys,I need a bollinger band indicator that can send me an email alert when price is breaking the upper and lower bands please. It should also state wich currency it is since I run multi currency setup.
Hello coding expert friends, Would you please to help me to code an indicator as shown in the below picture? Thanks
When it happens that an OBJ_BUTTON (OBJPROP_ZORDER == 100) is above a trade level, pressing the button will not trigger CHARTEVENT_OBJECT_CLICK in case one presses exactly at the position where the trade level is located. Is there a workaround to make the OnChartEvent handler also respond to action,...
Hi everyone, i have an error on running indicator and EA. I obtai the following mistake: 2017.10.17 09:27:21.527 2017.10.16 21:59:00 cannot open file 'C:\Users\Luca\AppData\Roaming\MetaQuotes\Terminal\A6DFBB1B8DE9672D2328FF3445436DEC\MQL4\indicators\VWAP_Bands.ex4' So i removed MT4 from my...
Hello, Can anyone recognize which indicator of supports and resistances is the one that is seen in the following video? It's supposed to be no repaint. Is there any indicator like this that does not repaint, and where can we buy it or download it?
Hi, I attached an indicator, whose heatmap is only representing the symbols in the same direction like in the market watch - not from + to minus, but just as you got the symbols in the market watch. Though the color gradient is working. Is someone able to change this?! Plus, at the down end of the
I have indicator which download from this website and it very helpful for identify trend changing, MAIN/DN : is for downtrend: blue+red line is BELOW the yellow line MAIN/UP : is for uptrend: blue+red line is ABOVE the yellow line MINI/DN : blue line is crossing DOWN the red line, BELOW the
hello guys i tried learning how to write an Indicator, i must say am confused and tired ...am at the verge of giving up...guys if you can spare a minute or two to look into my code and encourage me, i will appreciate //+------------------------------------------------------------------+ //|
Hello guys, it seems to be an error on the default fibonacci fan indicator on MT4. If I set the indicator with the same values and from the same starting point to the same ending point, on two different computers (Macbook), the lines don't match especially when i change the timeframe. Notice that...
What in your opinion is the BEST momentum indicator for intraday trading? Show images and explain the indicator you use to back up your opinion
custom indicator if I place it twice on a chart it only displays the objectdraw in one of the indicators how do I get it to display objectdraw in both instances ? log file: after compiling with 2 instances of indicator running 0 00:00:18.633 Custom indicator mctc EURGBP,M5: loaded successfully 0 00...
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.