Technical Indicators - page 53

Hi Guys , I'm having a problem with CopyBuffer(). As soon as I change the input parameter indicator buffer from 0 to 1 no data is shown on the chart. Does anybody know what's going on ? The reference guide is not helpful at all. Thank you very much indeed. int OnInit () { //--- indicator buffers
//+------------------------------------------------------------------+ //| TEST11.mq5 | #property version "1.00" #property indicator_chart_window input bool doit = false ; //+------------------------------------------------------------------+
hi. when I use icustom indicator in my EA , in Visually backtest, add a new indicator window in each cycle or each tick. what should I do? for example when I use iRSI(Symbol(),Period(),14) in back test, just draw one indicator RSI and every thing is OK . but when i change it to
Execution of this line of code is freezing the thread for exactly 50 seconds. if ( CalendarValueHistory (mqlcalendar_value, iTime ( "EURUSD" , PERIOD_D1 ,1),iTime("EURUSD",PERIOD_D1,0), NULL , NULL )) Thereafter, the program continues without error but also without returning calendar values. I have
Hi Guys, My Friend And I Coded This Indicator Last Week, By Default, The Signals Are Indicated By Arrows. I Plan To Issue An Alert At The Same Time As The Arrows Drawn. But I Don't Know What To Put In That " If ", To Issue An Alert In The Right Time. I Show You The " If " Section Like This: Line 209
Hi everyone. A while ago, I've downloaded and start trading with this indicator: https://www.mql5.com/pt/code/20852 It was coded by Patrick Muniz, based on a trading system of a brazilian trader called André Machado. The indicator just paints the candles based on the position of a moving average
Hi there, My name is Revazi, I am trying to made MultiTimeframe indicator based on Custom indicator called Traditional MACD from MQL5 Market(https://www.mql5.com/en/market/product/2593). I am using this indicators main line and as soon as line crosses above 0 level I want to make blue
  excel rtd  (2)
I want to export tick data from a certain chart and have installed a sample excel rtd file from another broker. Someone said, that the broker is not important for the functionality of the rtd file. Unfortunately I get data that looks like this. Can anybody tell me, what i do wrong? Windows10
  EMA exponential  (1)
Hello, in Metatrader 5 when you choose a Moving Average with the exponential method there is no parameter for the \alpha coefficient that is in the definition formula. So what is his value and how can we change it...? Thx
hey guys,good day to you all I have a few scripts from tradingview that i like, i want to see if it can be edited and tweaked into an ea is that possible? does anyone do freelance work on etf stocks?like combining unique indicators to make a special algo script for signals
  EMA with alert?  (40   1 2 3 4)
Does anyone know of an indicator that alerts when price is within a specified range of 34 EMA? I have searched but can only find cross alerts.
On Balance Volume The on-balance volume indicator (OBV) is one of the most well-known momentum indicators and was developed in 1963 by Joseph E. Granville whose new book ‘HOW TO READ THE STOCK MARKET’ outlines his entire OBV theor The OBV stresses the importance of volume and its relationship to the
Hello everyone, First of all my apologies if I am in the wrong section. Please can someone help me in converting an indicator from mql4 to mql5 ? I am trying for weeks to convert the indicator, but I just have some basic knowledge in programming. I made some research about that topic and try all the
Dear experienced traders I'm trying to start learn about trend indicators. There are some many in the standard. Are there any better way to start learn? Thank you in advance and best regards
I am trying to convert the DeMarker mql4 indicator into to mql5. https://www.mql5.com/en/code/8682 It is almost working, i am just having problems converting a formula which keeps resulting in inf (negative infinity) but works in mql4 Part of mql4 init() //---- variable reset e1= 0 ; e2= 0 ; e3= 0
Hi I cannot copy the last 500 daily candles of eurusd. that's because mql5 in copyrate doesn't copy rates older than 1.1.2019. does anyone know any workaround for my problem? It doesn't happen in mql4, but mql5 has this limitation. Please help me. tnx
[Deleted]
  dpo buffer  (2)
I want to get experimental data from the DPO indicator, but I couldn't. can you help me
Hi I wonder is there any indicator that change color of a candle if its body is less than or equal to 50% of its range. I mean if the candle's [open-Close]=< 50% [High - low] then change the color of the candle for example to blue else leave it to its original color. if there is one could you
I have a problem to obtain data buffers using iCustom function My indicator use another iCustom indicator in 2 different timeframes: - first iCustom in the PERIOD_CURRENT, - second in period daily. I dont have problem to obtain indicator handle, but when i try to obtain buffer into OnCaculate()
  digi window  (3)
hey guys !!! i cant see the arrows of digi window indicator anymore since a few days
Hello, I am trying put my custom indicator on my strategy but handle aways return -1. Please, i need help. void CreateDouble() { DoubleHistoHandle= iCustom ( _Symbol , PERIOD_M1 , "iDoubleMarketConvergence.ex5"
Dos anyone know if there exists any indicator that show the Standard deviation as histogram? Where rising deviation is shown as for f.eks green bar and falling deviation as red? For Metatrader 5
https://www.mql5.com/en/forum/296657#comment_18410910 The above indicator plots a dot at the centre or 50% of the candle, in addition to that can we have a dot at quarter 25% and three quarters 75% also. Some thing similar to the below image. Regards
Hello, I am working on a trendlines indicator which use swing highs/lows with a period of 9, but having some issues with some initial break conditions. I have got it to break the trend one it has fully formed, but am having difficulty getting the trend to not draw at all if it is broken in-between
ALL YOU NEED TO TRADE IS A HORIZONTAL LINE TRADING IS SIMPLE. There is an entire industry built around making you think it is complicated. All you need is a HORIZONTAL LINE on your chart to be a profitable trader. I bet you doubt me, don't you? Go long when the price moves UP to a price ends in 00,...
Hi everyone, how can I go about applying a moving average to a previous indicators high or low values instead of the default close? This question is for MT5
Hi, Is there any RSI LiDo Oscillator for mt5?. Attached pic and mq4 file. Many thanks in advance friends. :) B. Rgds. //+------------------------------------------------------------------+ //| RSI_LiDo.mq4 | //| Copyright ©
Good day, Does anyone have the Profit Zone indicator from Infinity for MT5 I want to know if I am the only one having a problem with it after the 3.1 and 3.2 updates in 2 or 3 days. Because the author says that it is mt5 that is the problem. And can an admin please please test it for me or advise me
Hello. By optimizing the trailing stop and trailing step values, is it better optimize for profit, drawdown or Sharpe ratio