Technical Indicators - page 66

hello, i want to make a mql5 version of this indicator but i can, i think candlecheck functions not working but i don't know why, they work in mql4. #property strict#property indicator_chart_window#property indicator_buffers 2#property indicator_color1 Blue#property indicator_color2 Redinput int
I have been trading for some time on MT4 but I switched one of my accounts recently to a broker offering MT5 because I needed 2 hour charts. I use indiccators as well as price action to arrive at trading decisions on forex pairs. The version of MACD offered with MT5 wsn't acceptable so I downloaded
Hello. I would like to use iCustom function to call arrows of this indicator (https://www.mql5.com/en/code/7821). I coded as: double buy=iCustom(NULL,0,"lukas1_Arrows_Curves",0,0);double sell=iCustom(NULL,0,"lukas1_Arrows_Curves",1,0);//...and in the if statements:if(OpenSELL && sell>0)if(OpenBUY &&
It is hard to find a reliable arrow indicator.First most of them will repaint themselves and if they do not them they usually give such low quality signals that they it is not worth the time to use them as you will be gauranteed a loss.This indicator does not have those problems as it gives reliable...
Hi. Could anyone help me? I've made some changes in the default ZigZag indicator to be able to plot its lines on the lowest close and highest close of bars instead of highs and lows. I did it and it works well. However, I would like to change the way that a new "wave" starts to draw from the default
Hi. I have written a complex cpu intensive indicator that takes a relatively long time to run - perhaps 2 minutes for 100,000 bars. I would like to make this custom indicator available to an EA using iCustom and CopyBuffer. However, my understanding is that CopyBuffer will call my indicator and
Is there equivalent function of ExpertRemove() on indicators. Indicator should be removed by itself by pressing button (like END) or in some other condition
Hello, I am trying to learn MQL5, so i could follow some examples from the documentation. Now I am trying to create an indicator with a little bit of everything. Well when I try putting together everything then something doesn't work, here I have 7 plots and the candle color is not working. So the
#import "anydll.dll" int test(int x);#importanydll::test(1); ... is not working anymore and produces error "'anydll' is not a class, struct or union" I cannot find nothing within the documentation about it. Thx for helping
Suggest any ideas for finding a pattern on a chart. For example "head and shoulders". I can't understand what kind of data to input and how to teach it, because the pattern may occupy different number of bars and have different shapes. The only thing that comes to mind is a convolutional net. But
Hello, I'm trying to build a modification of the ADX. I am only interested in the values of D+ and D-. In order to improve the visibility of a signal, as soon as one of the values is higher than the other and additionally a threshold is exceeded, a color change should happen. I seem to have a
hi to all i'm trying to code a fibonacci indicator at fist how do i detect the indicator on the chart. i already have made the levels formula to count so it can send alert at some levels but at first i must detect the fibo indicator draw on chart.any help please. double fiboPriceDiff =
Hello, somebody can help me to create an OBV (on balance volume) indicator directly on main chart? I see only the indicator to put on separate window. Many thanks in advance Kind regards Marzio Bresciani
would anybody have or be able to write out an indicator for mt5 that calculates the average candlestick body length over x amount of candles . thank you
Dear all, I hope you guys can point me in the right direction, i've search for quite sometime and trying to understand how do i use the data i got from Median price of a Moving Average Indicator. Yet to no avail. I'm trying to get a Median Price Moving Average Indicator (successfully) and using the
Dear all, I have some indicators that just don't show on the chart or show, with wrong values, but they work fine if backtested Any hint how to solve this problem? For example, the one attached, work fine in backtest but show completly wrong value if I attach it to a chart Thanks for help
I am trying to develop divergence spotter for coppock indicator code by combining codes from fx divergence 2.1. But i am stuck, it gives 2 errors. please somebody help me find out the problem. #property copyright "Berk"#property link "berkcetiner@hotmail.com"//----#property
Hi all I am trying to add a scrollable listview in an indicator subwindow. I get the control added and items as well, but I can't get it to scroll. I suspect it is beccause the event does not get passed to the control. I have no idea where to start. Should I derive my own class from CListview and
  indicator  (1)
is it possible to create custom indicator based on custom script
I'm trying to get the values from the ATR to use with another indicator unfortunately I'm getting incorrect data (I'm unsure what I'm doing wrong). I've attached a snippet of the indicators code. Thanks
Hi I am looking to modify the TDI indicator little bit and want the value of yellow line as nofication on close of each candle. Any one who can help me out
Hi there.. I'm trying to work with grabbed data from webpage. The webpage is: https://investing.com/technical/pivot-points-fibonacci It shows Hourly data by default. I wanna grab 30Minutes data. Do you have any idea how to grab it using WebRequest function? Thank you
I'm currently looking for a new MT4 broker. In order to make a good choice, I have looked at some criteria such as account types, additional funding, regulatory authority and fees. But there are also technical criteria in the MT4 which you can measure and evaluate. First, I think of values such as
I recently found the indicator <name removed >. He looked very good at first. But there is a problem. If the chart is running for a while, the indicator will no longer update. He simply stops displaying new signals. Is there a newer version of this indicator that solve this problem? Or is there a
  Renko doubt  (12   1 2)
Reading articles around I feel confused about Renko bars... it looks like there are 2 intepretation: 1) every X pips a new bar is created 2) if direction of previous is up, a new bar is created after X pips up otherwise a new bar is created after 2X down... Where is the truth?
Hi everyone, who can suggest me a GREAT enter/exit indicator? And an indicator for choppy market? Thanks a lot
hello all, i have been using 2 indicators for a long time and i need these indicator in mt5 mode, can anyone help me doing it pls
  Looking for range detector  (16   1 2)
How can I detect that market is ranging? Is there an indicator for that? Indicator, which would return two values: top of range and bottom of range. To check when a breakout of the range happens
Hello, how can I make the arrow appear only when the candle is opposite .. for example if the arrow is down the candle has to be green. sorry for my bad English. I leave an image so that you understand me better: this is my mq5 code: //--- indicator settings#property indicator_chart_window#property
Hi Everyone, Can someone point to MT5 OsMA indicator that is or can be built based on LWMA averages please? I managed to re-code original MT4 OsMA to OsMA based on LWMA (attached). Can't do similar with OsMA for MT5. Any help appreciated. Thanks for your time. Regards, Andy