Technical Indicators - page 86

  fibonacci tools  (1)
Hello, does anyone know away to save and load settings for mt4 or mt5 fib tools (ret, fan, channels, timezone and arcs), please regards,
What are some well-known RSI modifications or adaptations? What could be added to this list? * Laguerre RSI * Apirine Slow RSI * RSI within Bollinger Bands.
hi any body help me to calculation about correlation in the code. for example EURUSD, USDCHF How much percentage correlated to each other. Regards Muhammad Mudasir
hey all.. i am new to trading and since i do not have a back ground in programming can anyone help in converting the below linked indicator from MT4 to MT5? https://www.mql5.com/en/code/7786 thank in advance.
Does anyone have an Awesome Oscillator scanner, which could scan all symbols from the market watch and alert in case of zero line cross or signal line cross. Any scanner or dashboard will be great.
Does anyone know any gool for mearusing maket sentiment? I have the tool on smart trader from pepperstone, but i would like to know what the profesionals use, even if it's paid for. (like a blomberg terminal) Or is there anything else that whould give me an accurate picture as to who's buying what...
  PPO  (2)
Hello Does anyone know if it is possible to conver this indicator in a no-repaint arrow indicator with push alerts? Just asking before I perhaps put in on the freelance section. It's really the repainting I'm concerned with as I'm more than happy to pay a coder to realise it, if it is possible....
can anyone tell me which indicator is this? there is a pattern of red and green square dots. 
Hello @all, is it possible to check parameter for multiple timeframes in one chart window? For example: I have opened EURUSD in M1, but the indicator should check in the timeframes (M1, M5, M15, H1, H4) if the price is outside of the BBs. Is this possible or do I have to open a window for each
Hi everyone! Im new in code writing and i need your help please. I wrote an indicator which drawing arrows as seen in attached pics. The problem is, that sometimes the indicator giving false signals and i dont understand why. Please help and thanks alot. ***The indicator is also sending notification...
Hi there, is iMAOnArray working with MODE_SMMA? Regardless my settings it always returns the values with MODE_SMA. void OnStart()  {//---   double buffer[3];   int shift = 1;   for(int i = 0; i < 3; i++){        buffer[i] = iStdDev(Symbol(),Period(),10,0,MODE_SMA,PRICE_CLOSE...
Hello, Has anyone seen an indicator that changes the color of the candles depending on the current level of the Stoch? Something like Green Oversold Under 20 Black between 20 and 80 Red Overbought A dot over the first candle to close out of OB or OS would be amazing. I think there may...
I read articles https://www.mql5.com/en/articles/1380 about EAs. But the the indicators.zip files in all articles are broken. Can anyone give me "2Moving Avereges.mq4" indicator or indicators.zip file? Thank you in advance. Plamen
  RSI  (4)
I want to build a website with RSI table. Something like that: Problem is that I don't know from where grab rsi data. Or how can I grab it from metatrader. Can anyone help me?
I am having an indicator which displays a couple of price action patterns and it's working 100% perfectly in MT5 build 1940, but as soon as i make even a slightest change in displaying one of the pattern, then i am getting this "Access violation" error in Experts tab. I am simply making a change...
e.g. plots the calculated moving average of choice on the D1 (or higher) timeframe, and can be transposed onto any lower time frame e.g. M5. Cheers
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...