Technical Indicators - page 29

Hi, I would like to change this indicator. I would like to attach it to any chart but it has to work on the chosen market. For example, I attack the indicator on the EUR / USD chart but I set the indicator on USD / JPY. Thank you all
Hi, where can I find the ehlers instantaneous indicator on mt5? I found one on the forum, but it does not work, while the other one does not have the option to select the price at which the line will be sent, for example, the opening price or the highest price of a given candle Thanks for help
Need a Session Indicator for MT5 , Should have the 3 sessions customizable
Hey everyone, I'm currently writing code for an indicator that uses the price[i] version of OnCalculate instead of open[i],high[i],low[i],close[i] version because that's the simplest way I found, so far, to be able to choose to apply the indicator to another indicator if I want, using the parameters
  Fisher  (256   1 2 3 4 5 ... 25 26)
Hi! A friend of mine has allowed me to upload this Fisher . Do not get overexcited. You'll see why. But it might be fixed. Don't you think
Hi all, I've been using this indicator on MT4 but am switching to MT5. I found that it's a great indicator for entries and exits. Can anyone help me convert this for MT5? Thank you <ex4 file deleted>
Hey all, I've been using Ehler's Fisher Transform in my system and I found it has great use for an entry and exit indicator. Is there anyone that can convert this for MetaTrader5? Thank you <ex4 file deleted>
Hello everyone. Is there a way to get the maximum and minimum in a range of Hours from the current day to the next day? Example From Current Day Time 15:00 Until Next Day Time 14:00. Thanks for the help
Hello friends As you know, there are types of indicators I would like to know the exact definition of each Can you give a precise definition of the types of indicators? A brief definition of just a few sentences Thanks
Hello, please, can someone help with these indicators in the images? They are fot MT4. I would like to find the developers and understand if its possible to customize same for MT5? Or, if someone knows the codes and can share.. Thanks so much! MACD ATR Arrows XARDFX-38 STI OBOS
Hi Traders/Devs, I am trying to create quite a complex indicator that pulls data from the 28 major pairs and I keep getting error 4806 when I try to copy the handle data to the buffer, can you see what is wrong? Pairs is an array with lists of pairs, in this case I tried to get the RSI value for all
Hi gang, I have started using metatrader 5 and would really like to be able to effortlessly set take profit and stop loss as effortlessly as they do on youtube, a simple click and drag and they are done. When I set a stop loss or take profit I don't even get a line to show where my stop loss is!! I
Hello guys, I cant find any indi or script like periodcon or p4con or "advanced candle" but for metatrader5. Can someone point me where I can get it please? It's an indi that changes the start time of candles, ie 15min candles starts not every 15min round but eg. at :03 (3minutes later of default
The indicator seems to paint the wrong candles. The calculation seems to work when I choose a different drawing method (DRAW_ARROWS). But I already have another indicator that draws arrows. So i dont want to clutter the chart. Can someone kindly look over the code and assist me in fixing the issue
As per title... I would like to overlay indicators in one window e.g. 3 MA or a macd and an ema. Is this possible or do I need to download other indicators
Hi, Can somebody help me write a moving average that only calculates the moving average between 16:30-23:15 (or any other specified period) and ignores the rest of the day? Thank you very much
  TD Sequential  (23   1 2 3)
Hi Guys, Has anyone got DeMark 's TD Sequential indicators with full setup instructions Thanks Babar
Hi. How can one make the below indicators into one file and saveable to a chart template? Currently I have to drag both individually every time i start MT5 as they wont save to a template. https://charts.mql5.com/33/765/eurusd-m30-fx-choice-limited.png
hi my code for getting information from RSIonarray is : //+------------------------------------------------------------------+ //| t.mq5 | //| Copyright 2022, MetaQuotes Ltd. | //|
I am trying to create a Dialog with two CBmpButtons. The UX works fine BUT when the programs needs to handle the button clicks just detects the first button and no the other one. Am I doing something wrong in here? I have made another Panel using CAppDialog and the code handles all the button clicks
I'm trying to write a custom indicator that relies on finding the average value over a past number of bars, but I'm having trouble figuring out how to write the function, although it should be simple, but I don't see an "average" function prebuilt into mql4 and I don't think I would need to save
A little explanation: I made fractal based calculations using High and Low data which I modified a bit. As a result, I have a series of tops and bottoms, for example, taking into account the rules I set for 500 candles backwards from the current price. double "Price Low" [0.71, 0.72, 0.695
I want to know if is it possible to use data from a terminal to calculate an indicator and use that indicator in another terminal? For example use a Demo account trade history and use it for some calculations and make an indicator. Then use that indicator in another terminal which a real account is
When installing this indicator on my MT5 It gets slow and it is practically unfeasible to use Does anyone know the reason for the slowness in these cases? It's the computer ? Is it the Broker? Is there anything to do about it to fix it? <Deleted>
I think this indicator only draws a line up until bar 2 but I was honestly hoping that it draws up until bar 1, and still be non-repaint. Can this be fixed or is there an alternative similar to this ZigZag-nrp? #property copyright "Copyright 2022, MetaQuotes Software Corp." #property link
Hi everybody, You can adjust the height of subwindows by hand with mouse drag. But when once it set by using ChartSetInteger(chart_ID,CHART_HEIGHT_IN_PIXELS,sub_window,value) it can't be resized with mouse. Is there any way to resize it again with mouse drag ?
Hi, I would like to draw an integer (~5-200) above/below a candle when conditions are met instead of drawing just an arrow as it would be more informative for me. Any simple enough code to do it? I have searched the codebase, but haven't found something(yes, I haven't checked everything). Maybe
As you can see in the code, I put the high prices into an array and printed it. But there are differences between the output prices and the prices I see in the parity. This applies not only to "high", but also to others. I can't understand why? #property copyright "Copyright 2022, MetaQuotes Ltd."
I have a request for converting an indicator from MT4 to MT5 which I would really appreciate. The problem is this: I started to learn trading and developing my strategy more than a year ago. I manually backtested and forward tested a strategy that includes an indicator called “Cyan 2 High Pass
Hi. I want to check account used margin so I write this code and use it as an indicator: #property indicator_separate_window #property indicator_buffers 1 #property indicator_color1 Blue double Buf_Exposure[]; // Declaring arrays (for indicator buffers)