Technical Indicators - page 65

Hi, I created a realtive complex indicator. It is drawn in the graph, but when a candle is added, it is not calculated. I used to create indicators that were slower but they were calculated on a next candle
Hi guys, If you can help me with this, I will be really grateful! I need a simple code which prints on the screen as Comment() the following parameters: TotalProfit Max Drawdown These 2 values should be calculated over all the history for orders with the same Magic # I couldn't find anything similar
Dear MT-friends, I programmed a simple clock-indicator that should show the current time in HH:MM:SS-format in the right upper corner of the chart. So far so good. The problem is that this clock is supposed to update every second ( EventSetTimer(1) ), but it doesn't: there are many, frequent
Hey guys please do anyone know the name of this indicator that show the pips of running trade and the % generated by the trade like on this picture. Thanks
Hello, my name is João and I am studying the programming language of MT5 for approximately 5 months. I got a source code on the internet to test and see if I was learning the language, I fixed all the errors in the code, until finally I managed to compile the indicator without any error, but at the
Hi guys, I would need an indicator to be applied to the chart that inserts a line every time that from one price to another price there is a variation of consecutive points inserted by input. ex. 190 points have passed from point X to point Y, without the price going into stop loss of tot point this
Hi, I have created an indicator that makes multiple calls (50+) to iCustom. I am pretty new to coding but feel maybe this isn't an optimal way to do it. Is there a better way
Hi, Unfortunately my search didn't yield any results in the MQL5 constants/functions. Is there any way to read out the current value that was put into the one click trade panel? Your help is much appreciated. I am getting back to MQL5 programming after some time of absent, so please be patient with...
Hello, I have about 1-50 mb data in memory and for access/analysis I need fast access to this memory. I have to inserts my Array of structs (sometimes 60 double pairs) in the large Array, move memory around and so on. struct stMyStruct { double dblD1; double dblD2; }; ... stMyStruct mySt;
Hello, I'm new to the programming world and I have a doubt about how to put the audible alert with notification on the 3 Level ZZ Semafor indicator for MT5. I saw that the indicator for MT4 has the alert but the version for MT5 does not. I tried to insert comparing the two codes but there was an
There is the well-known problem of separating the trend from the flat, as many trading systems work well in a trend and start losing in a flat, I would like to raise the question of different approaches to solving this problem. I have found only 2 tools so far: 1. The difference between two long and
Hi, Whilst considering a shift from MT4 to MT5, there have been a few issues with the standard MT5 ZigZag code. The images below show a ZZ set at 12,5,3. Notice how the white ZZ highs and lows in no way match the underlying price bars. When the chart is refreshed, they reset OK. By refreshed, I mean
  Paraboli SAR  (2)
Sometimes Parabolic SAR changes direction after 2 dots and a buy trend can become sell. Is there any other indictor can be used which will highlight the change in direction
Build an indicator that shows the points and shows the buy and sell signal on the chart
Evening, I am trying to apply the RSI formula to another indicator instead of the price, and i have an issue understanding the value it takes. Here is the official formula : //--- calculate first visible value ExtPosBuffer[ExtPeriodRSI]=sum_pos/ExtPeriodRSI;
Hello, does anyone know which two indicators make up the 100pips Momentum_1.4 indicator? One indicator is as far as I know the Hull Moving Average, but I don't know the other one
  Historical Pivot Indicator  (48   1 2 3 4 5)
This is my first post, I love this forum! Thanks for all of the shared information and indicators. Does anyone have an mt4 indicator that will plot pivot information for previous days, not just the current day? I am specifically looking for: Open Pivot R1, S1 But if you have an existing one that
Hello everyone.  I want to use the vertex indicator in MT5 but i could not find the indicator in MQL5 format. Someone could please convert this indicator for me?  Thanks.  Happy 2019! 
Hi, I tried to import entry points (buy/sell) calculated externally from a csv file and plot on a chart. However the data reading (for newly updated data in CSV) from the CSV/ arrow plotting only works whenever I refresh the chart/ switch to different timeframe manually. I have been trying to solve
Hello, on my ExpertAdviros i call VIDYA indicator of metaquotes (in Indicator / examples folder) with iCustom () function instead iVIDYA () which apparently uses another indicator code called "Variable Index Dynamic Average (in Indicator / Trend folder") they are drawn on the chart with different
Does anyone know where I can find an average session indicator? Not an Average Daily Range indicator and not a developing session indicator but a projected average session range
Hi all, I have developed a stochastic indicator that has an UpdateBuffer function that receives parameters that allows it to update the Signal and Main buffers with appropriate values. On GU/M5, rates_total is set to 100,731 of which the first 731 records correspond to null datetime values. The
this is fihser indicators one of the best buy sell indicators i've come accross i need arrows and notications whenever histo changes from green to red , can anybody help me
Hi, I am trying to make a proximity indicator based on 2 EMAs but I don't know how to make the sound alert only ring 3 times per candle. Can someone please help me with this? This is what I've done so far. Thank you in advance! void OnTick () { // create Array for prices double
Hello could someone please add option to add a option what sound file will be played on this free indicator and an option to cancel sound being played (if you wake up for instance like turning off the alarm)? I could pay a coffee if needed should be a quick fix right <Deleted>
[Deleted]
This Pivot Indicator displays the Lines, yet does not display the Line Text, No Line Name, or Line Value, Indicator attached All help greatly appreciated 😊 extern bool bcg = FALSE; ObjectCreate("DPP", OBJ_TREND ,0, DPeriod_Price[0][0],DPivot);
Hello friends, how are you? I'm a beginner and I'm creating a custom EA that opens and closes orders on the market by changing the color of the indicator line but I ran into "SetIndexBuffer" and "iCustom" to open buy and sell orders ... Has anyone ever gone through this obstacle? Anyone who has a...
Dear Forum, I'm attempting to utilize linear regression in order to trade. Specifically, I want to be able to use offsets with linear regression, in order to predict with the probability model. I'm trying to calculate the Linear Regression with the Least Squares Method. MT4 does not have a linear
  Mq4 to mq5  (3)
Please help convert this mq4 file to mq5 ex5
Hi, I have different indicators that run on different MT5 instances with different _Symbols. These indicators provide printouts. Is there a way to output these printouts in ONE file shared by all MT5's? Do I have to regulate the access to the file myself, e.g. via FileOpen () and Sleep () until the