Technical Indicators - page 119

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.
Hi, Is it possible to get the value of iRSI in a timeframe (such as daily) when the chart's timeframe is weekly? Thanks
Hi, I've made an indicator which presents areas which are used to create ichimoku line. But I have a problem. I'm not a programist, so the indicator has a problem with refreshing shapes which are based on current price. Anyone could help improve it? Rdgs revera
Buonasera,volevo sapere se qualcuno può aiutarmi con questo indicatore,inserendolo su metatrader Markets mi da : Error,code = 4051. grazie per la collaborazione. Cosimo
I'm experimenting on indicators and I wrote a simple SMA using iMA function, it works well just for program fixed applied_price (PRICE_CLOSE). //+------------------------------------------------------------------+//| SMA_03.mq5 |//|...
[Deleted]
Hello forum, good day. I'm using a Custom Indicator in the Strategy Tester using visual mode to see the behaviour, and after several days pass, suddenly it stops showing the indicator buffers and the Expert Advisor stops working as well because I'm using the iCustom() function to get the data from...
Hi All! Why is the description of the arrow not shown? ObjectCreate(0,"Arrow",OBJ_ARROW_UP,0,Time[1],Low[1],0,0,0,0); ObjectSetText("Arrow","description",12,"Times New Roman",Green); F8 -> show objects description is activated. Greetings, Jan.