Technical Indicators - page 64

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
Hi Guys, perhaps someone can shed some light on this. On the MT5 Pc platform, I have dragged and dropped an Ichimoku indicator to a Stochastic indicator (all values are zero - it is used only to show levels). Anyone perhaps know how I can either save this indicator as-is, or generate the code for
Hi, My indicator shows 'Alerts', and wihthin that a/the target price,how can i use it for making my expert advisor? It can't be done by simple use extern int dUseAlert or dUseTargetprice, so what's the trick in here? Should i use 'bool', or maybe some command in the indicator itself, buffer or
Hi Guys , Does anybody know what's wrong with this code ? //+------------------------------------------------------------------+ //| Chart_Candles.mq5 | //| Copyright 2020, MetaQuotes Software Corp. | //|
I have a bar number that points to some specific time in history bar_number I'm running the chart in H1. Could you help me understand why: close[bar_number] returns a correct value, iClose (_Symbol, PERIOD_H1, bar_number) - returns always 0.0. The error is 4401. Do you see why, since it's the same
Hey all. Sorry if i dont get this across correctly. im new and am trying to help my developer. i have a strategy that relies on the ADX from tradingview... but trying to use the default ADX on mt4 is messing it up. its totally different. how do i get the same adx on mt4 as i have on tradingview
[Deleted]
Hi All, For everyone who like to use candlestick analysis for their trading, this little indicator show itself to be very handy little tool in your indicator collection. It automatically scans the charts, no matter on which timeframe you put it on and it will show you exactly where there are
Hi, while developing a non banal custom indicator I met a strange behaviour which I cannot grasp fully. The indicator is intended not to be calculated for the open bar. In other words, it is supposed to calculate position J only when position J+1 appears (= bar J completed) Below you can find the
//+------------------------------------------------------------------+ //| ATR Percentage S/L-T/P .mq4 //| | //| |
Hi guys, as written in the object, I am looking for an easy and working example to do that. E.g., if I am in H1, how can I load 15M bars in a so easy way? Any help is welcome