Technical Indicators - page 33

If anybody could drop a function or method, it would be great help to me, thanks in advance
I created an indicator that is drawn on only a part of the chart according to the user's request and the values before and after it are filled with Empty_value so that they are not displayed. This section works well; But I need it when my indicator is active. If the user adds another technical or
I have this %K = (C−L14/H14−L14) × 100 %D = (Sum of last 3 %K) / 3 Where: C = The most recent closing price L14 = The lowest price traded of the 14 previous trading sessions H14 = The highest price traded during the same 14 -day period %K = The current value of the stochastic indicator but I see
Hello guys, I made this test-indicator which checks all of my selected pairs and timeframes for correct history data so I can work with them. This indicator should only check the timeframe when it's necessary. So it doesn't make sense to check the H4 chart for a new bar when it's 7:40 or so. Most of
Hello, I need the MACD with 2 lines like in the screenshot above if possible the code MQL5. The screenshot is taken in Tradingview. . Thank you for your help
Good afternoon, I have an indicator that shows me on the screen: - The Initial Balance - The Current Balance - The Net Balance Normally I operate in TimeFrame 1M and they allow me to know how the balance of the account evolves. It happens to me that when changing from TimeFrame to 5M, for example
Dear MetaQuotes! The need for higher TFs in Metatrader and MQL has been long overdue! Are there plans to increase the range of periods beyond MN ? In MT5 the upper TF button is signed as MN , while in MQL5 the higher period is PERIOD_MN1 , i.e. with an index. This is a very promising hint. It's a
Good day my learned community. Can anyone please help with with an indicator that draws the open prices of the various sessions horitazontally? For instance; Daily open, asian open,london open,and New york open. I would be grateful if there's a possibility to disable any of the sessions where
How do I can add alerts to pivot level at code
Hi, I was trying to submit an indicator to the codebase. In section "4. Code" it requires al least 2 files: a ".mq5 file" (no problem with that) and "At least one screenshot is required with dimensions up to 750x500". However, no matter what image file I upload (png, gif, jpeg...) or size, it always
Hi, Is it possible to demonstrate indicator charts in the chart window and in the separate window simultaneously? I would like to demonstrate my indicator charts in the lower window and to show simple moving average chart in the upper window together with price chart. Please see the picture
Hi does anyone know the name of this indicator which is the same or similar to it
Hi all, I need an indicator for calculate avarage price for all open order, incluse Buy and Sell. I have an Indi for MT4. But MT5 I haven't. Can Someoe help me, Please! Simply calculate W: lot size P: entry For Buy is + For Sell is - Ex: Buy 1lot at 1900 Buy 1lot at 1910 Sell 5 lot at 1890 >>>
In the Fractals.mq5 file there is no chart redraw or any function I was expecting in the onCalc and was wondering how MQL5 is drawing new fractal arrows? I understand how in the OnCalc new upper/lower fractals and those prices are being found and updated in their arrays, just not sure how that is
Hi guys, I wrote a test indicator and every start I got an error message (CopyBuffer 4806 error), I don't know why and hope, You can help me to solve it. The code: int macd_handle_m5, macd_handle_m10;double macd_values_m5[], macd_values_m10[];int OnInit()  {   ArraySetAsSeries(macd_values_m5,...
I got this Orders Indicator Base and installed on my MT4 platform. The Indicator does not show any signals and am struggling to get hold of the seller. Anybody with any help please
Does any one know which Indicator or what terms I should use to search for an Indicator that tells the oppsote moving pairs? I.e. eurusd going up but eurjpy giong down, same for all paiirs like GBP or JPy that way. searching for opposite moving paisr does not help
hello guys, wish you are well and prosper. i would like to use a calculated buffer values to calculate another buffer in same indicator how should i do that, i try iCustom function but it didn't work. it would be great if anyone has an idea
[Deleted]
Is it Web Request for MT5 is not allowed while Web Request for MT4 is allowed
This latest update of the Hawkeye Volume from Mrtools has that perfect balance in term of the volume analysis being used, simple yet effective and not too complex relatively to the likes of Better Volume, etc. Hope some coder can convert this to mlq5. Much thanks
Hi there, I want to create an indicator for sigma spikes as explained here: https://adamhgrimes.com/how-to-calculate-sigmaspikes/ To start, I'm just focusing on displaying the daily returns and haven't been able to do this as yet. I've tried reviewing the help files I find them very confusing. I'm
Hello there. I coded an expert advisor that takes and manages trades based on moving averages. Furthermore, it notifies users on new entries and trailing stop levels. The program is hosted by me and it uses a mail service to notify everyone on every move. Now I want to improve it a little further by
  Delete  (1)
Delete
Hi, I'm very new to MT5. I'm trying to have fixed, custom gridlines on my chart, but can't get anything I've found to work. I've been able to get other indicators I've downloaded to work - but since this isn't really an indicator I don't know if there's a different way to go about it? I've attached
Hello everyone, I apologize for my English as I am not a native speaker. Well, it's been about two days since I started to study MQL5 a little more deeply, I have some notion of programming, so I've managed to get by, I'm programming an indicator and I've already managed to do all the calculations
Hello, i’m learning Mql5 coding , and I will like to know if you know good ressources on how to code order flow footprints type of indicator so I will give a try to myself… thanks in advance for your time and help. best regards nicolas
Hi everyone, ok so from what i have been reading, it is not possible to use the python module and test a Python based algorithm through Strategy Tester . Which, unless I am mistaken, leaves the only option of building some backtesting suite outside of MT5 that can be tested with Python (or some
Hi, where can I find an Indicator which shows and marks the latest zig zag lag completed
I have a delemna with coding my mt5/mql5 indicator. It is simple crossover indicator, however the coding is causing me frustration. the 2 main features of the indicator i want are... 1) at crossover of 2 mas, an arrow appears. The arrow direction will show in direction of the faster/smaller period
is it Possible to make the indicator in such a way that if someone tries to use that indicator within iCustom() function , it doesnt work ? I know its a long shot , But I am just curious