Technical Indicators - page 61

I have an indicator that emits hammer symbols and inverted hammers on the chart. I need that when these hammer symbols appear automatically a Fibonacci is drawn at the highest and lowest rate of the candle where the hammer appeared. This Fibonacci will remain on the chart until another hammer
Hey Folks,,, first off much appreciation for this community. Just slightly struggling with bollinger band code conversion from mt4 to mt5 and could really use some help sorting this issue! Will be highly appreciated! Code below, // GETTING THE AMOUNT OF ALL BARS OF THE CHART int IBARSA =
[Deleted]
Can Anyone Help with Setting The Expire Date and Account Name limitation for MQL5 Indicator
Hi guys Could someone help me with these errors, I don't know what to do anymore :( possible loss of data due to type conversion 'iMA' - wrong parameters count 'iRSI' - wrong parameters count Thanks
I've been looking for one with no success. Is there any? Edit: forgot to mention I want to calculate this difference using a formula of my own. I can implement this myself
i m looking for a indicator or expert adviser to counting Bull/BEAR Candlestick in a row timeframe adjustable as per requirement Months to Years on custom Back Test
how to add second indicator window on IPad.  Nowhere on documentation!!!!
How can I install indicators and utilities on WebTrader? I cannot install MT4 or MT5 on my Mac, since I am using Mac OS Big Sur. So I need to use WebTrader until the trading platforms are working on Big Sur. But I need to install some indicators. There seems to be no way to install or customize
Hello, i found this indicator: https://www.mql5.com/en/code/22793?fbclid=IwAR1rAfsRxdLyJ0x6ezqSim1JrFw9J6PgDOlqg5SYCf3vPhomiFHBLnpRgV8 And my question is if someone have that same indicator which don't look at wicks but only on open/close price? Or maybe anyone knows how to change this indicator
[Deleted]
hi guys in the house .i currently use a PINESCRIPT DMI stochastic indicator (just 46 lines of code) on trading view.it overlays arrows on the chart for buys and sells.however this arrows come late(which is an obvious phenomenon in FX).I Would love to adjust this code so that it doesnt show the
Hi, I was able to get the iMA( to successfully plot a moving average. Suppose I wanted to plot a higher timeframe MA? In the code below, there's an input of choosing a higher timeframe with the variable "TF". For example, if I wanted to plot the M30 moving average when the indicator is on a M15
  Auto Fibonacci indicator  (201   1 2 3 4 5 ... 20 21)
One of my clients asked my for an expert advisor that uses the Fibonacci lines and automatically find the Higher High and Lower Low between 2 bars (Start bar to Current Bar). There's a lot of Fibonacci indicators out there...
I am studying some charts and, to make things easier, I'd like to export the prices/values of moving averages for Excel (or any other format). All I need is the price at specific time periods throughout the day. For instance: Time Price 9:05 50,649 9:10 50,820 9:15 50,540 Is that possible
  MACD Indicator  (1)
I've donwload different files of MACD indicattor, but in any of them I can see both lines and the histogram. In MACD 2 lines I can see the both the histogram and the two lines in some timeframes, but not in others. Can anybody help me with this trouble, please? Thanks in advance
Hello, I would like to use the <Deleted> buy sell indicator for MT5 . I know that it has been converted from MT4 to MT5 but how can I get it
What is wrong in calling the Empty indicator using CIndicator class: The output is the following: handle=-1 The caller: CIndicator IDiv; ...... int OnInit() { MqlParam params [ 3 ]; params [ 0 ].type =TYPE_STRING; params [ 0 ].string_value= "Empty" ; params [ 1 ].type
Hi.. Please help me Could anyone write an indicator for MT4 (or maybe have indicator like this) that draw line (horizontal line) for previous weekly and monthly candlestick? I mean the line to mark previous High-Low for each bar of Weekly or Monthly timeframe. And also there is option to change...
Hello all, It's a simple mql5 code that displays an incorrect chart ! I don't know if is a problem of calculation or syntax ! I paste the code and the chart. Thanks for your help :) //+------------------------------------------------------------------+ // Pivot indicator
  Rectangle Alert  (5)
Anyone have the code for just a simple alert once price hits the rectangle? Only one alert when hit would be great
Imagine the input timeframe for the indicator is PERIOD_H4 and indicator is placed on the M15 timeframe. Inside the OnCalculate() I'd need to access the Open/High/Close/Low candles of the input timeframe which is H4 but apparently inside OnCalculate() we only have access to the current timeframe so
  Alert needed  (2)
Hi, First time posting here, sorry if it's in the wrong place. I'm looking for an indicator that will alert me when a candle closes above/below my line. I need this to be able to happen multiple times throughout the day. So if there is a retrace and then the candle again crosses my line I need
Hi, My skills in MQL5 are quite weak compared to MQL4 and I've never been able to truly carry over referencing indicators in MQL5. In the example below, the high/low channels plot just fine; however, the moving average does not plot, at least not correctly. I'm attempting to re-write the iMA(
Hello everybody, Would you please solve this problem. I found that the repainted indicator value (zigzag) of two tester mode have value unequally. The zigzag's buffer of these mode have their value themself. but some value are different. because copybuffer was at Ontester() and timeframe/symbol/time
Hi all, I’m looking for a coder to have an indicator created with push notification to my phone. The indicator includes an RSI set to 14 and bollinger bands set to 34 on the 1 min time frame for mainly indices (GER30 and NAS100). I want to be notified each time the RSI comes out of the bollinger
Hi, I'm calling an indicator from a #resource delared in a EA. I'm able to open a chart and add multiple instances of this indicator like below : int handle = iCustom ( "BTCUSD" , PERIOD_D1 , "S_Monitor.ex5::S_Collector.ex5" ,TF[j],cht.ChartId(), "MACCACHE" ); cht.IndicatorAdd( 0 ,handle);
Hello MT5 team, Please add RCI (3 lines) oscilator indicator by default. And GMMA, MTF Moving Average lines as well Thanks in advace
Good day family, please kindly help a bro. code fibonacci indicator with different colors to the levels and zones(ie paint zones). An alert function wil be much appreciated. I will however, be much grateful if a good samaritan could code this tool for me for the first time so I can learn from it
hi, everybody. I need to put my personalized indicator into my EA to pass the test in mql5. This is problem: foto1 okay photo2 error i thank whoever wants to help me
Hi Guys any idea what this original indicator is called? i cant seem to find one with the exact same settings. many thanks
  Tick counter.  (28   1 2 3)
So , if i understand all this forex terminology correct , a tick is one change of a price. Right i am ? Are there any known tick counters,indicators. ? I think that a thing like that could be interesting, becouse when the price starts to chage , it is changing more and more rapudly. Breakouts for...