Technical Indicators - page 50

Hello every one; I'm rather new to indicator writing and trying to write a cross over indicator to use with ichimoku. It is supposed to shows the condition of Kijunsen and Tenkansen relative to each other if Kijunsen<Tenkan the color will be Red .. if Kijunsen>Tenkan the color will be Blue and if
I heard someone in Vienna made an indicator taking the Stochastic 108 for the SELL signal on and 65 to end the signal. It's quite popular among the journalists despite of the price of 10,000€ for the real indicator. Some Goethe Institute students in Argentine learned the quick way of getting the
Any recommendations for Overbought / oversold indicator? apart from the obvious, RSI, MACD etc
When we use Chart Shift, there will be a space in right part of a chart. It seems that many tool display info here. Most of the functions are developed by Objects. But, to deal with objects in MQL4, there are so many functions and some of them has the same results. E.g, shiould I use...
Hello , i have created a simple program on MQL5 but i keep getting array out of range . Could you tell me how i can fix it please? int OnCalculate ( const int rates_total, const int prev_calculated, const datetime &time[], const double &open[]
Hi everyone, When we creat Fibonacci Retracement manually on chart, we can get its level value(50%, 100% etc) as below. Then how is it possilbe to get the actual price of each level value ? Thank you X :-) void OnChartEvent(const int id, const long&amp; lparam,...
And if you learned to code indicators, where did u learn
I am curious, for a coder, what is easier, to create an indicator from scratch, or to convert an mt4 to an mt5? What costs more, building from scratch or converting mt4 to mt5
I see one for mt4 but that isn't helpful, basically this plots a horizontal line on the 00 and 50 levels. A bonus would be one that plots the 20 and 80 as well
Hello, for custom indicator i need some help coding i need to catch few candles move, each need to open upper level from the previous open, and close upper than his opening level. thank you
Looking for this indicator for mt5, would anyone be able to make it? https://www.mql5.com/en/code/9313
This indicator shows 3 bars at the right part of the chart: D1 BAR and other 2 ( which shows current) +1( previous ) TF choosen by user at inputs section of the codes. I want to publish the codes at CodeBase but many trials could not reach the publication phase so I decided to give codes at FORUM
I have arrows that pop up on my charts. There are so many that they cover my candles, especially on higher time frames. see photo
As you can see in the picture attached, there are lines (red/blue) at the bottom of ICT's charts indicating a time, sessions. does anyone know what this indicator is called, where it can be procured? And it if it available for both MT4 & MT5
Hello, I want to use this multicurrency indicator in my MT5 terminal. https://www.mql5.com/en/code/27950 The problem is that the graphs of the indicator are not loading (I switched the chart timeframe many times as advised by the indicator publisher but with no result). Do you have any idea on how
Hi everybody, I'm taking my first steps in MQL5, in particular I'm testing the moving average indicator. I wrote the following lines of code to print the moving average value as soon as I receive a new H1 candle (with period "14", calculated on H1 timeframe, with mode EMA and on PRICE_CLOSE). static
Good day, does anyone know how to bring an Exponential Moving Average from H1 timeframe to M5 timeframe without using the data from H1, since you can read the opening price in the H1 chart on the M5 chart. Thanks in advance
Hi all I need to send emails to multiple recipients, how I do it in MQL5? thanks
Hi everyone, anyboby has the Better Volume Indicator v1.5 / v1.4 for MT5 ? ... please share the .mq5 file im new to mq5 ... try to convert a volume indi from mt4 to mt5 ... but find it hard kk :) thanks & happy new year all! regards
Hi, I have an indicator DRAW_ARROW which plots symbols over the chart. Their default size is configured normally in the initial indicator parameters and can be updated in the loaded indicator's configuration panel. Until here, 100% fine. The problem is that I'ld like to give an extra signaling to
Does anyone know what this indicator is? It is for metatrader 5
  Candles  (333   1 2 3 4 5 ... 33 34)
Very interesting indicator. D1 timeframe. Candles. See image
Hi everyone I have a little problem with some code I want : if two ma crossing && if in the next 30 candle in future there was not any crossing give me a alert. anybody can help me? any idea
I'm practicing coding MQL5. Below is a simple RSI indicator. I added a logic to change color but the line won't change. Below are the buffers initialization code SetIndexBuffer ( 0 ,ExtRSIBuffer, INDICATOR_DATA ); SetIndexBuffer ( 1 ,colorBuffer, INDICATOR_COLOR_INDEX ); SetIndexBuffer ( 2
Hi,I have looked at how to add a mobile push notification to the below bit of code but after reading how to guides i am still unsure. If a kind person could provide me with some assistance on how to do this it would be much appreciated. It is a candle size indicator with an alert function as below
Hi, in the following code i fail to see why im getting an array out of range error? //--- indicator settings #property indicator_separate_window #property indicator_buffers 1 #property indicator_plots 1 // Buffers double MAOsc[]; // Global variables int fastMA;
  super-signals  (34   1 2 3 4)
Hi. I'm loking for some modifikations of super-signals indikatores. I know, that some are calling them ,,joke'', but they are build on a good idea and some of tham have to be good working with grid sell/buy using. Please, if u have some modification of them, poste tham here. I have only base one,...
Hey guys, I have been using a really nice RSI divergence indicator which helps me mostly to avoid reversals. The problem is it doesn't have alerts or notification function which could have been really useful. Can anyone help me add those two functions to the indicator
It should be easy to reach this, but i need help on the way. I wonna just draw a moving average line on a Chart likes this. (Orange Line)   My result is just like this. The lines going are endless to the bottom instead connecting each point to a line. (Red)  ObjectCreate( "movav" +...
Hello, Does anyone have an MACD indicator that alerts, preferrably with email and sound, when the MACD line crosses 0? Thanks in advance