Technical Indicators - page 46

Hi for instance when I use iMACD function, I can only pass the open, high, low or close price as a applied price I want to know how can I pass other indicator data as a applied price. I want to pass an iEMA values to iMACD for example. Is there any way to do that
  Momentum indicator  (280   1 2 3 4 5 ... 27 28)
Can someone guide me to some info on the use of this wild looking thing, I understand it can help determine the change in the slop of a MA.
If anyone could help clarify if this is possible would be greatly appreciated! Thank you in advance
[Deleted]
Hello all, I created an MT5 indicator lately that is drawn in a subwindow. For some reason, a bar is drawn the subwindow that I do not expect. See image below: I converted this indicator from MQL4. The multi-colored line at the bottom of the subwindow should not be there. I hope you can help me spot
I have tried dragging and dropping stochastic on RSI but it doesn't show me "apply to" option in stochastic. What can I do? Thank you
  iMAOnArray  (4)
Hi everybody! What does mean items, Total, and elements in iMAOnArray? double iMAOnArray( double array[], // array with data int total, // number of elements int ma_period, // MA averaging period int ma_shift, // MA
As they say all new is long forgotten old. I have not seen good indicators for a long time, almost all indicators are being redesigned, for example I can find more than 100 varieties of RSI on the Internet, although it is the same RSI, just arrows, lines, etc. This applies not only to the RSI but
Hi guys. I had this indicator on MT4 and now I need x MT5. Anyway able to code x it? It just mark the "raids", wick of candles that took a swing liquidity. I got the mql code x MT4 but I'm not able to bring to MT5. Thanks in advance x ur help
Hi community. I would like to have a 2 buffer histogram on a separate chart so that I can display bars with 2 types of styling from the 2 buffers. In reality, only one bar will be displayed at a time for an index as one of them will have a zero value for that index. This is just like how it would be
This looks for potential price and indicator divergences and draws lines to show us where its looking at. When the indicator is loaded on the chart all the historical info gets drawn as expected but if left on the chart and a new one shows up no lines are drawn. If anyone can point me in the right
[Deleted]
Hi everyone, I have been reading this forum for a while, and it has been very helpful. I am in the process of learning to code MT5 indicators. I learned that adding a moving average to an RSI is easy. I just need to point to the RSI handle for the MA handle. However, this is not true of the RMI
I just want a simple line of text presented at the top middle of the screen. I found some tutorial through youtube and tried to make it work, but it gives me an error. 'ObjectSetInteger' - some operator expected, in line 16 ("//Set Distance from left Border") I don't know what operator is missing
HI; i have an indicator and used " iAlligator" handle and i have buffer . can draw Alligator line's in main chart with this
[Deleted]
Does any of you traders/developers know a way of how to speed up the use/backtesting of an external indicator? I now use two different types of Moving Average Indicators next to the ones build into MT5, but when backtesting these it takes 5-10 times as much time to process crossovers with these
Hi everyone, I am wondering why this indicator work fine on charts, but fractals do no show up in strategy tester. Code is pretty simple shouldn't take much time to evaluate it. //+------------------------------------------------------------------+ //|
Hi I have written an indicator which stores some data in tooltip field of objects , It works fine but until the user closes and opens the metatrader When user closes metatrader5 and reopens it , the tooltip is completely gone Could someone please help me and see if they also have the same problem By
When I have an indicator like Stochastic or MACD with two buffers and include a Moving Average based on "First indicator's data", what's the value used to calc this MA? thanks
Hi, the first time the indicator is executed when opening MT5, it fails to get iBarShift function, the second or third time the event OnCalculate is executed, it works OK int OnCalculate ( const int rates_total, const int prev_calculated, const datetime &time[]
Hi I have programmed an indicator to mark the high and low of the previous day, the weekly and the ADR. The indicator works, but suddenly it initializes and starts making the highs from the current candlestick. I am not able to understand why it does it. Capture indicator OK Capture indicator KO
The question is probably a stupid one and I'm missing something, however, I've already asked it in a comment section to another post and haven't got an answer yet. So I create this topic. OK. Let's consider this article. One reads: rates_total [in] Size of the price[] array or input series
Hi everyone, I need help figuring out why this does not work. I am trying to create a simple separate window indicator, where I draw squared rectangle aligned with the candles on the main chart. The indicator should draw the rectangle of about 20px by 20px on a straight horizontal line with some
I found this indicator on github . It loads in terminal just fine. When called via EA it fails. Alert: Error 0 while getting handle on Price_Density I replicated the error by using a test EA. Any help would be much appreciated. This is sample code of EA getting handle in OnInit, that generates an
I'm looking for versions of on chart MACD for MT5. Kindly post if you have any. Or post links to where I may find some. Most appreciated
please give decription about this indicator in detail,and how to use it
  Please Help!  (25   1 2 3)
The following indicator appears to have a bug. When switching to a higher time frame than the Daily, the indicator gives a series of Error messages informing the user that the "Chart period is greater than 1 day." Can someone fix this
Hi community, I am fairly new to MT5 and started trading in MT5 since about a month back. I had two trades open on Silver Today and for some reason the value dropped for a second and all my funds were wiped out! Looking at Silver on other platform the value did not drop like it shows in MT5, it
  "3d" indicator.  (16   1 2)
I found this indicator, and i think it has a really nice potential. I think there could be an expert programmed on the basis of this indicator. The simplest is to do the expert that would do the following: Long position opens at the close of the bar during which the cross has taken place . Or on the
Hi all, I'm trying to copy only 2 years of history to my indicator buffer (I want to conduct some study on the 2 years of history of values) My problem is that when I run below code and check size of copied array it returns over 100'000 of 1 hour bars which is probably almost entire available
  Or function  (3)
please advise where I am making a mistake int OnInit () { //--- indicator buffers mapping string Pair = "EURUSD" || "GBPUSD" ; if ( Symbol ()!=Pair) { Alert ( "Wrong Pair. Please use EURUSD, GBPUSD Only" ); return ( INIT_FAILED ); } //---
Hello everyone, Do someone have the code for Daily and Weekly pivot point please? Thank you a lot