Technical Indicators - page 78

Hi all, I hope this is the right Sub Forum to post my question! If not please dont pin me at the floor since I am old, new to MT5 and english is not my mother language! I´ve learnt that nobody can look into an *.ex4 extension, so I am sorry that I only have one *.mq4 file out of the 3 indis I am...
is there an indicator that can plot vertical lines every new day open and close? every 24 hour? if not, any one able to help me code it? :) 
Hi! The attached indicator draws 1 line at one time of the day, I want 3 very thin dotted lines with different colors. Can anyone please add 2 more lines to the current indicator? Thanks in advance!
For MQL5 I can see there is standard script for how to check the RSI if it above or below certain levels but that works on 1 time frame and set value. I would like assistance in checking the RSI on the follwing 5 charts and their specific RSI values before sending out an alert RSI on 5m chart
I try make this extremely simple: On www.tradingview.com they have free stockchart, they have 2 indicators that I want to use in MT4/5. They are: And their settings I need is like this: Stoch RSI... William %R: I can't find these two indicator in MT4/5. PLEASE help me.
Hi I do not want to work with matlab in conjuction with mt4. I need to build an mt4 technical indicator based on the solution of this equation. https://fr.mathworks.com/help/symbolic/examples/physics-damped-harmonic-oscillator.html Do I need any specific librairy? Thank you for your help
Maybe there's an indicator showing both: bottoms and tops
The indicator which mentioned above I can't add to the chart. Also it doesn't display anything on the expert tab even. This happened on last week. Machine runs with windows 10 and it's all up to date
Hey guys, Is it possible to download purchased indicators on a second metatrader platform being used on the same computer? I know most indicators offer 5 activations, and unless I'm misunderstanding I would think that as long as I'm using the same computer I should be able to download said purchased...
Hi. I have implemented an AI algorithm and exposed it as a HTTP Service. Now I want to call it to draw the line in MetaTrader 5. This is my code: https://gist.github.com/Industrial/73e1c7dbf3b009b04c7476a2bb251c47 When I test it from MetaEditor or add it to a chart then I get: 2018.12.24 15:27:58...
What indicators do you guys use to determine if the volume was a buying volume or selling volume? I'm trading 1 min chart.
Okay, I've used google and cannot find anything. Is there an indicator that displays the pip difference between 2 correlated assets over X periods? Merry Christmas to one and all!
Hi, I'm looking for an indicator which shows how many times the price shown on chart repeated today/this week/ this month . For example if I look at the present price on the chart before I decide to enter a position, I would know how likely the present price would repeat ( as repeated before ) . Any...
Dear folks, I need to have a table of the different currencies CCI values to be presented in a table as below. Any help? So, if I want to know to see how CCI of all pairs that EUR is a currency of the pair, I can see it VS each of the other currencies. And so on.   EUR USD GBP JPY...
Is there any way to set the Object_ Arrow of one indicatorBuffer to be drawn at the center of a candle? I noticed that I cant set a Wingdings Object_Arrow of a indicatorBuffer to be drawn at the center of a candle by using SetIndex...Functions. But I found that if I create a Wingdings...
A lot can be read from RSI. Even trend. When trend is strong, RSI keeps beyond overbought/oversold areas or at least near them. Sometimes reaching lower for a dip. But when the trend gets exhausted, RSI moves significantly to the other side. Is there any indicator using this logic to show direction...
I have an indicator made in Pine Editor, for Trading View. and i want to make the same for MQL5 MT5. and i have a question and see if someone can aid me... This is how it looks like in Pine Editor in the attachment, as you can see when a strong movement appears and gets over level 70, it turns RED....
[Deleted]
This indicator uses some of the most powerful indicators such as the RSI as well as other types of calculations to determine the trend and momentum of the pairs. In a blink, this indicator gives you the current situation of the pair you put it on and let you know whether we are in a bull or bear
I am running mt4 on a VPS. It is set to send push notifications for all kind of things, but the journal often shows the message wasn't sent and gives this code -12030.Does anyone know what it means and how to fix it? Thanks
Hi, I am testing a new strategy and should have 2 different MACD together with stochastic indicator. The numbers on the MACD should be the 9,20,1 and 12,26,1. My problem is that I can not put the numbers 12,26,1, just 12,26,2. Other members can do it with the instructions I have got, but not on my...
hello i have searched a lot in google but i could not find a good "table like multiple timeframe correlation indicator" that can show all 28 pairs in the chart on all timeframes.from m1 to mn do you know anyone ? send that mq4 file here. thank you
Hello everyone I'm trying to put a password on a indicator, can anyone explain to me what base code to use and how to do it? Can you write the example of the base code please?
Hello everyone! How can I set a specific server for the indicator? What is the code to add in the compiler?
Hi: I am looking for some help: I have the stochastic with RSI indicator but I don´t know program. I want if some body can help me to program this indicator but with Alert. I apreciatte all your help
Hello Everyone, If in mt4, to get the value of BearsPower and BullsPower indicator is like:  - double val=iBearsPower(Pair01,PERIOD_H1,13,PRICE_CLOSE,0); - double val=iBullsPower(Pair01,PERIOD_H1,13,PRICE_CLOSE,0); And at the same EA I need to get the value of that indicator for 4 currency pairs at...
Why is it that when my Expert Advisor tries to calculate:    iWPR(S,PERIOD_M1,3000,0);    iStdDev(S,PERIOD_M1,3000,0,MODE_SMA,PRICE_WEIGHTED,0); It gives zero? Periods below 3000 seem to be fine. Is it possible to extend the period above 3000?
Hi. From your experience. What tools are the most useful since developed by John Ehlers? Regards.
Obviously length and offset can me changed, but I was thinking about changing the curve "on-the-go". Is that even possible? Why? When a fast trend reaches its peak, linear regression curve will cut it nicely, but if an opposite trend goes fast too (and right after previous peak), linear curve will...
Guys, what is the best indicator showing trend? I tried many and either they are too delayed or too vulnerable to pullbacks. I've have best experience building my own trendiness using - ADX 15x higher timeframe - CCI 15x higher timeframe I'm working with 1m timeframe. A trick which also works great...
Hi there guys, Does anyone have this indicator to share? Where you can choose the type of MAs? I wanted one with VWMA (volume weighted moving average) crossing over SMA. Something similar to the indicator attached to this post. thanks