Technical Indicators - page 122

Anyone know if there is an indicator that will draw an arrow or alert if a candle opens inside a BB and closes outside the BB? Thanks in advance.
Hi, is it possible to backtest simultaneously 3 indicators on one currency pair on MT4 ? Thanks in advance
I need to put buffer in Arry do you know how to do it . you will know why i need it by read the code below. The code result is like this. Maybe you had noticed the larg blank area in the right of MACD. Yes There are KDJ,VOL.......and tons of information to go. Did I miss some powerful function...
  CCI predictor  (4)
Hi, I am trying to make CCI predictor based on BPNN Predictor.mq4 but id doesn't work as it should. Can someone have a look to find what is wrong (see the end of the code)
Hello everybody! please, help me to add a simple alert with sound, in this indicator. I tried to add it, but repeats all the time the alarm. Thanks.
Which One Is The Best: Price Action vs Technical Indicator in term of 1. Profitability 2. Accuracy 3. Easy to analise
hello, I am try to creating an Indicator and my problem is Array Out of Range. I am already search anywhere to fix this problem but still not found it. here my little script : for (i = iBars(NULL, TimeFrame) - 1 - prev_calculated; i >= 0; i--) { if(TimeFrame == Period()) { Up =...
I am really busy on the trading day. So could only code some script on Saturday and Sunday. Then I found there is no sigle come in.OnCalculate and OnTick could only draw indicator on histroy data. Could any one know how to test Indicator script on Sunday?
Anyone know this indicator with the pink and green dots also has a green skull and red cross? https://www.youtube.com/watch?t=194&v=8lakXEqcUMo
  Strength meter  (14   1 2)
Before starting coding a relative stength indicator that compares the major pairs with each other I wonder if there is any good MT4 versions around. Have tested 2 but are not happy with the results
SetIndexBuffer(0,buffer1); SetIndexBuffer(1,buffer2); SetIndexBuffer(2,buffer3); SetIndexBuffer(3,buffer4); SetIndexBuffer(4,buffer5); SetIndexBuffer(5,buffer6); SetIndexBuffer(6,buffer7); SetIndexBuffer(7,buffer8); SetIndexBuffer(8,buffer9); can i write code above in a loop like...
Hello, everybody! Could You tell me, how can I receive the value of the signal on the MACD Indicator ? Thanks in advance! Bye
Hello My indicator is a simple Bollinger Bands and i want to make a modification. I need double BB with different parameters. The one's i'm using is a single BB. I will get alert when both BB conditions are met. I will appreciate your help Here's how the actual works: i get alert when candle...
Hi, I'm a german trader using the MT5. I'm looking for a indicator or thomething to get a sound/notification if the limit order filled. I know this from the Ninja Trader for example. Can anybody help? Thanks and best regards Chris
Hello everyone, I'm not a coder but I was looking for an indicator that could draw a small horizontal line at the 50% mark of the candles. Maybe a 25% and 75% as well depending on the user's preferences. This indicator would take the high and low of the candle and draw a line just like the image,...
I am running a version of the zig zag indicator that give me a price for each new high and each new low. I need to have the new value and the value immediately prior. Can this be done in the indicator? i.e. two last high and two last low
Hello, I have made a custom indicator and then attached the momentum indicator to the c. indicator window. Can you tell me how to get these values into my EA? I want the EA to open orders on crossover, but how can I merge the two indicators in the EA? The momentum indi has fixed max and min, so...
In Mql4, there is a shift in many indicators, that I can get the value in bar number 0, in bar number 1 etc but not in Mql5... How can I get these values in Mql5?
Hi guys! I have found this indicator on the net, it is not mine, and when I am trying to attach in MT4 chart it doesn't work! When I open it in MT4 (latest release) editor it returns some error about declaring last variable, but I am not able to fix it. Can you help me fix it? Thank you in...
I wanted to know if there are any ultimate arrows with audio alerts signals with it on this forum already? or someone could create me one.
If you are a newbie, you better watch these videos about indicators. They are instructional and easy to understand. These videos will show you how to install these indicators. and also how to apply them to your charts. https://www.mql5.com/go?link=https://www.profiforex.com/education/professional/...
Please advise me what is missing from my charts.Which indicator am I missing? I thought I would show you a robust and reliable indicators.It is custom mt4 indicators , it is a combination of types of 7 indicators as follows 1)5 moving averages on multiple time frames 2)ranging market indicator 3)
Dear guys, I am looking for DT oscillator indicator which mixed RSI& Stoch written by Robert miner. I already have it in Meatrader veriosn 4 but I am looking for it in MT5. Or can some one help me to convert this indicator from Mt4 to MT5? thanks
I like the FFCalendar indicator and had a difficult time finding updated source that worked on new Metatrader builds. This is MT4 compatible. I'm not sure about MT5 but the cohesion of scripting might have it working there too. If I'm posting this in the wrong section let me know. *** Fixes...
Hi all, i have a problem to solve and would be thankful for help. Is there any way to use UDP for MT4 alerts? https://en.wikipedia.org/wiki/User_Datagram_Protocol In the moment my indi alerts by email, but i need a function in MT4, that sends this email alert triggered by an normal indicator as...
Hello everybody I have been using the attached mql4 for a long time, but when Meta-trader updated to Build 600 the indicator stopped from working & I hope from on of our coders pro to return the indicator to work again. thanks
Hi there, does anybody know how to re-code this indicator to display candles instead of a line chart? Thank you
Who would be kind enough to add a simple sound and email alert to this 2EMA color indicator . It is quite effective. I need it to send an email and sound alert at the close of the first candle and at the end of the first(beginning of the second double dot color change). Thanks
[Deleted]
Hey guys i am looking for a 15min classic pivot point indicator for mt4. i would really appreciate if this indy shows r1, r2,r3 and s1,s2,s3 lines on the chart.