Technical Indicators - page 79

Hello, I have been struggling with this problem for too long now. How do I properly get previous two values of an indicator? The code I came up with is below, but it goes out of range on the last candle, and I can't figure it out why....
  Momentum on M1?  (4)
What are the best indicators or methods to see the MOMENTUM for correct trending entry on m1? I think I'm doing quite fine understanding TREND direction, I'm using CCI-20 crossing -100 or 0 or 100 as a TRIGGER, but very often I end up catching end of the move. I'd appreciate any advice on how to
Hello all pro Coders, Im new to coding & just wondering that: IS IT POSSIBLE to code an Indicator that will open a  profile with selected name by clicking on a button created on current chart when the indi is attached ? so when I want to change to the other profile ... I just have to click on the...
Hi, I opened a new topic for the ccanvas clock. So voila, the updated version. please try it , tell me if it works. more improvement on the way (minute, hours,etc....:)) The code is a bit crapy , I need to clean it a bit.... but it works on my computer use: click LMB, realese the button, drag where...
Hello, I have a serious problem with ccanvas If I use mycanvas.Destroy() in OnDeinit() it will reset all my globals variables. If I don't use it I will keep all in same place but I loose all information about my canvas ofcourse. It must be created a new time by OnInit with a new object because it...
Hey, I have some calculations to do on a pre-determined number of M1 bars. (120, 240, 360 or 480 or... based on input) and I want to write my first indicator ever. from the new indicator wizard, I have created the source file. added my codes and functions to calculate my variables. but there's...
Hi! I'm trying to get some candle colors, if there is any gap higher or lower, the candle shows up as red or blue, but the chart are not coloring all the candle body, instead there are creating a new candle next to the original. The idea is just get differente between open/close values and color...
[Deleted]
I need some help. I did convert the most of codes from mql4 to mql5 but there are still some problems.  Errors: 'IndicatorBuffers' - function not defined test.mq5 33 5 'High' - undeclared identifier test.mq5 113 18 'Low' - undeclared identifier test.mq5 113 50 'High' - undeclared identifier test...
  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