Hello! Is there anyone have or know how to make market scanner that will be base in my personal indicator. Please help, i really need it. Thanks
New to the coding of indicators on MQL5, and I am looking for help on how to compare two candlesticks with one another. I want a signal given, in the form of an arrow over the candle, when the current candle's open and close are within the range of the previous candle but in the lower third for a
I need your help on the subject. i created an MT5 indicator which works fine but disappears from the screen when i refreshed the chart it is attached to. This problem arose when I shifted its signals back 3 minutes using the shift function; but if the shift is on 0 it does not disappear from the
I am trying to create a CCI indicator that allows you to plot two periods in the same indicator space, such as the 14 period and the 50 period. I am getting these errors when I try to compile: 1) " OnCalculate function declared with wrong type or parameters" warning 2) "OnCalculate function not
I have an indicator that draws arrows on the chart as seen in the image below: I tried searching for the arrow objects in ' Object List' but there were no objects there. I also checked ' Object List>List All' menu. I guess the way that the indicator is written has hid them from the chart. How
Draws an automatic channel with parallel lines
Getting error 4802 when loading custom indicator that loads another custom indicator with iCustom
(7)
Hi, I have an indicator called DCBA . It works fine when I put it on a graph as well as when I call it with iCustom in my EA. From it, I created another indicator which loads DCBA. In the call in OnInit, nothing special: glHandleDCBA1 = iCustom ( _Symbol ,DCBAPeriod1
hi every one i want best fibonacci indicator .. plz i want some one try it
Dear colleagues, Good afternoon. I'm sure everyone has repeatedly noticed that some instruments are correlated. For example, EURUSD and GBPUSD. Doesn't it mean the possibility to build some reference graph, which would be different (EURUSD and GBPUSD scale), and still maintain (not strictly, but
I am trying to use GetDiskSerial.dll in mql4 to get HDD serail num. {*******************************************************}{ }{ Borland Delphi Interface Unit }{...
Hi I was wondering if someone could point me in the right direction with this indicator that I built. It plots fine until I change one of the input parameters. From there the indicator plots get messed up. I've tried everything it seems, but nothing seems to help. Below is the initialize function
Hi all, I`m a beginner to mql coding and I am struggling to code an indicator for my first EA. I want to create an indicator with a simple moving average only with horizontal levels in a separate window. On smartphone I combined RSI(1) with the horizontal levels and the MA in the same window. Any
Hello everyone! I'm having trouble editing a Bollinger Bands indicator that emit a signal on the same candle when touching the bands. I would like the PUT or CALL signals to appear only if the operation is in favor of the trend in relation to an exponential moving average of 100 periods. Ex: price
Does anyone know why, CopyBuffer can't catch the data? (CopyBuffer returns -1, I use GetLastError to check the error code is 4806)
Good day, I hope someone could please advise me. In MQL5 I initialize my Boilinger bands with the iBands call: fastBoilinger_handle = iBands(_Symbol, _Period, 20, 0, 0, PRICE_CLOSE); I then try to get the upper, middle and lower band values for the past 3 time frames as follows: double BM[], BU[]
Thank you in advance! <Decompiled code deleted>
//+------------------------------------------------------------------+ //| renko.mq5 | //| Copyright 2020, MetaQuotes Software Corp. | //| https://www.mql5.com |
Hi everyone, The indicator that I need may be of help to others that use volume for trading. The concept is very simple and typical of VSA traders, is to look for a No Supply or no demand bar to enter a trade. That is why I need a indicator that does the following: No Supply: Down candle and volume
From the documentation I thought it would be possible, but so far I haven't manage to make it work. I have included my code below, could someone please take a look and show me where I've gone wrong. As you can see from the commented out sections, I originally was going to do what I wanted with 9...
Not sure if this exists... If not maybe I will try and make it. Let me try to explain... Within the space of a minute, the price may move up and down dozens of times. Adding up all the separate micro-movements, you might see it travelled 30 pips in total, 20 up and 10 down. But the 1m bar/candle
hi I want to convert this code to metatrader study( "PivotHigh" , overlay= true ) leftBars = input ( 1 ) rightBars= input ( 0 ) ph = pivothigh(leftBars, rightBars) plot(ph, style=cross, linewidth= 3 , color = red, offset=-rightBars)
Hi, if we use top bottom reverse trading technique hundred of times it's giving me a huge profit but sometime if the spike will not come out and market is continuing going down or up what should we do? Can we close the trades or we place more trades? how can we recover the loss? If Anyone is using
Does anyone know an indicator for a new window only with arrows? Price up and down daily with green/red arrows only
Hello My Good fellow, does anyone know or make a script Pending Order at specific time with adjustable Stop loss, Take profit and lot??? Please help.... -Auto Pending Order closed candlestick at specific time (e.g: 1100 am Pending Order at shadow closed candle.) -Adjustable Take profit -Adjustable
Hi, every one .. Kindly be generous with info. Lately I changed my platform to meta trader 4 & I was struggling to convert my indicators to mql4 ,, as it is a new language to me , so after a lot of work & advises ,, at last I built something but unfortunately there is a little problem as mentioned
Hi, I was advised to update my indicator. However, I can't find the update tab. Does anyone know how to do this? Appreciate all responses. thanks, attila
Greetings all. I'm just learning to code and have few questions. Can someone tell me please how to do this thing; 1- How to prevent my custom indicator being duplicated? If it's already on the chart and I will drop it on to the chart again, I want it to detect the first one and abort launching the
Hi everyone, I'm still fairly new to MQL5 but feel I'm making good progress. I've now come to the next level and am looking for a way to retrieve the last bar's RSI at close. Anyone there who can give me a direction? ;-) Thanks a lot in advance and happy trading
I need the High for PastBars BarPos is always correct giving me the position of the highest high during the last PastBars but the Highest Bar figure BarHigh2 is always wrong. Can some one explain why CopyHigh is not working for me please? int PastBars = 10; // Number of past bars to find highest
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.