Technical Indicators - page 138

hi everyone please share customized alarm for (QQE ADV) indicator in MT4 when RSI line crossed signal line and 50 line at same direct (buy or sell) thanks alot.
Hi, I have a few years experience with MT4 EAs but now I'm trying to learn MT5. In MQL4, I could see the drawing of a custom indicator (called with iCustom) in the chart of the stategy tester. If I call the iCustom() from a EA in MQL5 (I know it's differnt with handle etc.), the indicator works...
Hello ... Is it possible within the same indicator script to display two data sets, one with DRAW_COLOR_CANDLES and the second set on top with DRAW_COLOR_BARS. Both data sets are within the same 0-100 range, so that's not an issue. If you can point me to some sort of an example script, that...
Hi, I would like to create an indicator that, when a couple (bullish or bearish) forms, colors an arrow (green-bullish) end (red-bearish). The size of the body of each candle must be at least 5 points is it possible?
Hello ... Is there a way to avoid zero plots? I am plotting candle sticks around e.g. the 900-1000 range, and when I get a candle where I don't have data for, the candle ohlc all plots at 0. This squeezes all the candles to a 0-1000 range. Is there an option to avoid this? In Sierra there is the...
  Candle indicator  (2)
Hi, is there any indicator who can give me a sound alert when for example 4 candles in a raw has close down or up?
hello friend I need the EMA indicator.will any one provide me the download link.I will so thankful
Hi, I have a custom indicator that calculates a MA line (like ma in MT5 indicator), I plot up arrow and down arrow for the direction. I have a problem when I put this indicator on more than one chart (different currency...it seems they are effecting each other. the last loaded chart doesn't draw...
Hello ...  Is there a function that finds the (closest) bar-index for a certain given datetime? Thanks.  
Hello ... I am trying to generate bars with data from another program. First step is to read a text file located in \files\ES3.txt, with the content below. The file reads fine, indicated by the comment "Success", however, when I try to loop through the lines it appears the code created an infinite
Hello ... I have been trying to write a script that displays the correct hours of my time zone, which is at -7h of the server time . I have been partially successful, the problem is that the time labels don't move when a new bar is added, and when I change time frames, some labels don't get deleted
Hi, in MQL4 I often grouped several indicators in one, filling the buffers with standard functions: GD[i]=iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,i); Short[i]=iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_LOW,i); Long[i]=iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_HIGH,i); Large[i]=iMA(NULL,0...
Hi there MQL5 community, first of all dont mind my english i hope itll be enough for you to undrstand the situation. I need a complementary indicator to the RSI STRIKE custom one which u can find here https://www.mql5.com/en/code/640. The idea is that this indicator gives good signals, but in flat...
Hi! I have the following problem: in one of my EAs, I want to change the lookback period of an indicator, depending on market conditions. I thought if(h_ind!=INVALID_HANDLE){IndicatorRelease(h_ind;} h_ind=iCustom(...) should do the trick. However, I constantly run into "out of memory" errors...
Hello, I am searching for an ADX Indicator for Metatrader 5 wich give me an alert with popup when +DI and -DI are crossing each other. I didnt found anything. Can anybody help me? Sorry for my English. I hope everyone understand what I mean. Ribolim
Dear Forum , with my Indicator Im evaluating tick data to paint some graphical objects in a subwindow. the objects doesnt have any releation to the time information of the x-achsis of my chart. Therefore I did not connect the objects to any timeseries like the way would be implementing an indicator...
hello guys, I'm making an indicator where I need open close high low of each bar. the problem is that open[i] == close[i] == high[i] == low[i] so if I need to compute Log(close[i]/open[i]); I always get zero!! why is that happening? I've used the debugger on mt5 built in indicators (ex ATR)...
  The perfect filter  (97   1 2 3 4 5 ... 9 10)
Hello ladies and gentlemen. I'm definitely green, so don't mock me. I'm going to take a scientific approach. To do this I need to collect statistics. For starters simple ones, such as statistics on trends, flops, and their scale characteristics. To do this we need to filter price with a non-lagging
I need iCCIOnArray function in mql5 code.
Gives a message "Could not be Evaluated" with any indicator variable, even in indicators of well-performing gives as an example the MT5 platform. Bellow an example of ADX MT5.
I am trialing MT5 and am very frustrated at object creation, eg: Fibonacci Line Drawing Tool. It seems to always default to 'All Timeframes' in 'Visualisation' tab of object properties. This is a real pain, as every time I draw an object I have to then edit its properties, deselect all of the major...
I am signed in, but every time I try to download an indicator, I get the message that I have to sign in, but if I am already signed in, I can't sign in. I tried logging out and signing back in, but it does the same thing. Any suggestions?
  hello
another newbie on this community joined with all my fresh ideas to share and hope to enjoy my stay on this community
I NEED AN INDICATOR OR EA WHICH WILL OPEN PENDING ORDER LIST ONE AFTER ONE , EXPLANATION.. SUPPOSE , MY OPEN ORDER IS, (MANUALLY) EUR/USD 1.3250 BUY 1 LOT SL 1.3100 TP 1.3350 NOW I NEED TO PLACE FEW PENDING ORDER LIKE SELL STOP 1.3200 2 LOT SL 1.3353 TP 1.3103 (1)(IF THIS TRIGGER...
hy i need 90% accurate indicator
hi all i need signal template anybody please help  me i am wait..
Hey Guyz Thanks in advance for the help and advice on where or what I might be able to do to make the RSI+MA overlay!!! I seen an earlier post that sayd to copy one CODE and PASTE the code on to the other CODE. However I tried this and complied the instrument, came back ok however when...
It's a problem I've found in almost all the designs I have ... Although the indicator begins but does not update and informs zero values ​​from the next bar after loading into the drawing. I give the example attached indicator: normalized ATR. The trouble is that when using the indicator in EA...
Hello, I would like to set an alarm to an indicator that is directly shon in the chart windows (i.e. together with the chart like the moving average indicator). How can I do this? When I click into the chart window and then Trading=>Alert I can only set an alarm on the price. Can I also set an
  need of help me?  (2)
Who can help me put bars edited into a candle k-line? Thank you,