Technical Indicators - page 2

While converting my MT4 indicator code to MT5, I came across a strange issue where the arrows disappeared when a new tick came in. Could anyone help with this? When I hit [z] key to activate indicator display, peak high and low arrows appear on chart, but soon after when a new tick comes in, they
Is it possible to work with txt, csv or other files in the testing strategy? If so, how
Here's what I see when I start the MT5 terminal, also when its running but my internet connection is interrupted. The indicator plot shows briefly (subsecond) and then disappears: All I need to do is switch the timeframe of the chart to anything and then back and the window shows up like it should
Hi, I'm using a gold market expert with an exceptional opinion of mine, whose name I won't reveal for the sake of fairness. He has only one serious weakness: he's unable to react correctly when the market experiences sharp price drops like those seen in March. I'd like to know if you know of an
Hey guys, I have the following problem and it seem I am not the only one. I cannot change the colors of indicators. I can change text in a text field , but if I double click the color fields, nothing changes. No menu appears. It is with all indicators. What is the solution? Thanks
Some of you might remember this one : originally it was a part of an expensive system. Than it was coded as dots because of the repainting problems in metatrader. Here is a version for metatrader 5 : slightly changed the look of it (Bollinger bands is drawn as the "shadow" in the background) Also...
Hey guys. I need some help. I need an indicator that will set a horizontal line on a chart and essentially alert me when price hits it. I've scoured the internet and tried most of the line alerts available but they're not fit for purpose. Issues i've found with other line price alert indicators is...
Hi! I was developing an indicator of DRAW_COLOR_ARROW type and I noticed the arrows I was using looked misaligned. Thinking it could be something of those arrows especifically, I decided to change them to another set, and they still looked misaligned. So I took a print screen, put in Paint, added
Hi! I'm developing an indicator of the "separate window" kind that has an input variable where the user can choose between different visualization algorithms. In one of those, I need the maximum and minimum value to be set fixed (3.0 and -3.0 specifically), while in any other algorithm it's not
I have an indicator that combines the drawing of colored arrows and colored lines. The logic for determining colors and the colors themselves are exactly the same for both arrows and lines. Does each colored plot need to have its own color buffer? Or is it possible to use one color buffer for all
  Help for strategy tester  (11   1 2)
Hi i am an absolute beginner i create a small routine that provide once you press sell or buy to put one order and assign a Stop loss automaticatelly at 70 pips distante and a Tp on 140 pips according to 1:2 RR. Another step is to put TP at BE once arrived at 1:1 All this tested on the strategy
Title Market validation false failure : " not synchronized with trade server " on minimal indicator v1 .06 Hello MetaQuotes team, I need help with what appears to be a validator -side issue during Market automatic validation . Product Name : Market Exhaustion Indicator Product ID
Hey guys hope everyone is doing well. I got a piece of code here trying to create rectangles to cover FVG zones drawiing from the zone itself to the last closed price. As price is moving printing new candles the box is left behind where it loaded. Can anyone assist draw the box to follow price on
Hey Guyz Thanks in advance for the help and advice on where or what I might be able to do to make the RSI+MA overlay!!! I seen an earlier post that sayd to copy one CODE and PASTE the code on to the other CODE. However I tried this and complied the instrument, came back ok however when...
  Oscillators  (47   1 2 3 4 5)
Does anyone have a large collection of oscillators (works best in a trading range) that he/she put together? Maybe we could start a thread where all oscillators are gathered. And let's go a little beyound RSI and Stochastic
Hi, Can some share us the Supply and Demand zone indicators MQL5 file
Hi, I read that using ArrayCopy on the same array could cause data corruption when the initial source index is lower than the target index, due to the left-to-right copy. I tried, but no data corruption was detected. Can I be sure this won't happen under any circumstances? Here a simple script
  Forecasting indicators  (346   1 2 3 4 5 ... 34 35)
Please find some indicators which are forecasting something. First is i-DRProjections_v.0.1. This indicator shows the support and resistance of current day forecasting on the base of previous day. All the calculation is based on Thomas R. DeMark book "New Science of Technical Analysis".
Does anybody know if this indicator exists for mql5? My guess is that it does not. All I found with that name was some old one from 2012. I know maybe 30 % of mql5. How hard will it be to convert from pinescript to mql5? 186 lines of code is a bit worrying. Edit. My link from tradingview
I want to build a volume profile per candle indicator like the attached picture. This indicator work in mt4 using ticks. Can anyone know the exact step to build this type of indicator
Dear all. I am trying to build Custom indicator base on iBand. After alot of searching I decide to Post here may be someone can help me. Here is the full indicator. //This is MQL5\Indicators\Anhnt\iBand_Display.mq5 #property indicator_chart_window #property indicator_buffers 3 #property
Modern trading platforms store total traded value and total quantity for each time interval. I propose the Capital-Weighted Price (FO) : FO = Total Transaction Value / Total Quantity Request: Display FO alongside OHLC values in candlestick panels. Allow FO as default input for all technical
[Deleted]
Hello, Is it possible for me as an MT5 trader to set up  7 Minute, 8 Minute and 9 Minute charts on my MT5 platform?  If yes, how do I go about doing that? Thank you, PennySeven
I want to move an old indicator to MQL 5 and therefor need iRSIOnArray equivalent. Searched, but couldn't find anything so far. Would someone be so kind to point me to an implementation
Hello All, Whilst browsing for a useful indicator with sorce, I came across the RSISignal - indicator for MetaTrader 4 . As I have my own wrapper for adding logic, I thought I'd port this combined indicator to MQL5. I have been making use of the plethora of open source indicators made available by
Hello Friends! I tried to convert an indicator from MQL4 to MQL5. the indicator named: Swing Cloud and I don't know what is wrong with MQL5 code. In uptrend the cloud should be below the price and in downtrend the cloud should be above the price. Here is on MT4 it print the cloud in the correct
I have programmed my own indicator, whose values are calculated from the price[] buffer. The indicator code contains the line: #property indicator_applied_price PRICE_MEDIAN When I insert the indicator into the chart, I can select the desired applied price on the Parameters tab, based on which the
  Nrtr  (29   1 2 3)
NRTR (Nick Rypock Trailing Reverse). There are a lot of modifications of this indicator for mt3 and mt4 as well. But original idea came from here - see image attached. It was the good trading system in 2001.
Is it absolutely set in stone correctly validated that Elliot Wave 3 is NEVER shorter than wave 1 and 5? Is that what is stated in the official rules for Elliot Waves
  I need help  (6)
This is my first post here. Please forgive me for my weak language. This indicator gives you a signal for the next candle and appears at the end of the candle. I want help with it appearing and disappearing on the same candle it appears on and not after it is closed. Is it possible to help me with