Technical Indicators - page 13

Honestly I doubt anybody can find the loogical flaw in this source code
#property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 Yellow #property indicator_color2 Yellow #property indicator_width1 2 #property indicator_width2 2 // Input parameters input int RsiPeriod = 14 ; // Indicator buffers double ResistanceBuffer[]; double
  Trend indicators  (515   1 2 3 4 5 ... 51 52)
All the indicators which are helping the detection the trend please post here. The first indicator is sinTrend. The value of about zero is the float, the trend is started if the value of indicator is equal or above 0.0015 or minus 0.0015, the value of above 0 is uptrend, below 0 - downtrend
I realized there are some characters in the wingding code that cannot be displayed properly, it always displays as a square. I use the example in the documentation with several inputs but it's still the same. void OnStart () { //--- string up_arrow= "up_arrow" ; datetime time= TimeCurrent ();
Dear Fellows I am getting frequent '2024.01.21 16:20:11.328 iSessionVP v1.99 (XAUUSD,M15) array out of range in 'SessionVPHisto.mqh' (258,23) error. //+---------------------------------------------------------------------------------------------------------------------------+ //| We
Good morning I found a workaround, but would like some explanation on how ibarshift() works My code is in oncalculate(). Time[i] is therefore just the constant and "i" an iteration of For The goal was to recover X bars on a higher timeframe i_UpIndEnd = iBarShift ( gf_symbol, gf_TFDef
Hello all. So, I've been messing with the iFractals indicator for like 7 hours straight now and it's driving me nuts. The visual arrows that are placed on the chart by the indicator are exactly what I'd like to use/obtain. What I have posted below works about 90% or so, but the logic also returns an
Hi, I am trying to delete an indicator created using the class CiMA in MT5 with no success. Always when I recompile my indicator, the message "1 object of type CiMA left" appears in the experts tab. Can somebody help me to delete correctly this object. Thanks in advance. My code is: #include
Hello everyone! I am transferring this squeezer indicator from mt4 (which I have always worked with) to mt5 and the truth is I am quite lost... I have mostly passed it, but I don't quite understand what is the correct way I have to do to obtain iMA data. Going from the simplicity of mt4 to mt5 is a
I have an indicator and it has a problem. It does not work in real time, and it is behind a several candles from real time Also in the tests it is almost stopped, it appears only at the start of the test and does not interact with the new badges What is the solution please
Good day, I am trying to make an indicator that shows up and down arrows when an engulfing pattern is formed. The bearish engulfing pattern is confirmed if either of the 2 candles before the engulfed candle are bullish and similar for the bullish engulfing pattern is confirmed if the either of the 2
Good day. I am looking for a basic MQL MT5 indicator code that applies the iMA function, calculates the arithmetic average of the last dozen candles and draws a chart
My time and sales window is not opening, It's showing a greyish button. Screenshot attached, Can anybody help
hi all, the simple formulation (pseudo code) below gives you a very good idea about slope of an EMA (substraction the last ema value from the previous one), but because pip value af all currencies are different I need to equate the result for all pairs using a constant number could you help me to
Hi, How can I determine the index value of the most recently closed bar. For instance, this indicator calculates data on the index that is currently being formed. The result is the display of upward and downward arrows if both conditions are met during the formation. Ideally, only one arrow should
if (maFilter == 0 || maFilter == 1 ) if (cl > xATRTrailingStop[i] && crossUp == true ) ArrowUp[i + s] = low[i + s] - p * Point ; // Sell Signal if (maFilter == 0 || maFilter == - 1 ) if (cl < xATRTrailingStop[i] && crossDn == true ) ArrowDn[i +
Hey everyone I'm looking for a good trend indicator ( I trade the trend.. A nice basic easy to read one :) Cheers
Good morning In the doc, it is not specifically said that oncalculate is asynchronous. It is said that the event is launched at each tick Am I correct in thinking that the instructions in oncalculate are synchronous and each tick launches a new instance of oncalculate? Instances of Oncalculate
Good evening. I am writing an indicator which plots some levels, where each level is made of rectangles plotted for each bar. I have noticed that, in some cases, filled rectangles are not plotted on the chart, while if OBJPROP_FILL is set to false, it is plotted. (See attached files for screenshots
Hello guys, I want to know if there is a method on MT5 to force indicator refresh/reload without re-initailize them one by one. I explain better: in MT4 if I copy a different version of an indicator in the Indicators\ folder, then on my platform, in Navigator panel I right click and do "Refresh" all
Hi Guy's Could anyone give my a detailed explanation of the indicator attached ? I can not remember it and can not find it nowhere Thanks, Boris
Hi all. I 'm going to try DRAW_COLOR_CANDLES in my indicator. I've written following which works correctly in coloring Engulf candles: #property copyright "Copyright 2021, MetaQuotes Ltd." #property link "https://www.mql5.com" #property version "1.00" #property indicator_chart_window
I have and issue with two MT5 Indicator, both has green when buying and red when selling. I go properties then colors and this where my issue is one has three colors (gray, blue, and red) the other indicator has two colors (blue and red). I go to change the colors and the only option is the first
Is the basic use of "Technical Indicator Functions" in MQL MT5 scripts different than in MQL MT4 ? Let it be iMA() for example
Hey guys please do you have some simple script with nice big arrows which can be seen for showing me historical data trades on chart and also pointing my new trades with the same big arrows? Those in MT5 are so damn small. Thank you
Everyone Hello Here it is my question to you: How to modify the Fractal indicator code (I mean the conventional Bill Williams Fractals ) in order to it omits the 2nd fractal of 2 consecutive identical fractals. Task: Omit 2nd fractal if 2 consecutive identical fractals is calculated. I appreciate
i have attached the indicator below and i want to put value in decimial but i cannot able to put value less the 1 ,so please help me to do change in my code to get value in decimial . //--- input parameters input int InpAmplitude = 1 ; // Amplitude input group
I would like to hide all indicators data on the chart after the date of a vertical line drawn (named "RANGE_END"). For example in the following diagrams, left chart is before the vertical line is drawn, right chart is when the vertical line is added, I would like to hide all the data after the line
#property strict #property indicator_chart_window // Input parameters input int RSI_Period = 14 ; input int Stoch_K_Period = 5 ; input int Stoch_D_Period = 3 ; input int Stoch_Slowing = 3 ; // Global variables double rsiBuffer[]; double stochBuffer[];
Has any other person noticed that, after the MT5 version 5.00 Build 4150 was released, apparently, all my market technical downloaded indicators stopped working. No longer clickable nor could be attached to the chart anymore. Why is this happening? Why is mql5 is no longer trustworthy and reliable