Technical Indicators - page 36

Hi Everyone , Has anyone seen indicator shown in the image below ? If someone has an idea about the name of this indicator I will highly appreciate if you could share the name. Thank you
Please can someone set an alert on this indictor to alert when all the MACD mini symbols mtf turn the same colour, an optional alert would be better. Thanks
Hi, I am newbie here and saw this article https://www.mql5.com/en/articles/101 Candlestick patterns made me more interesting to see how the chart behaves when these patterns forms. If you see this indicator
Hello, I would like to ask if it is possible to use the Bid/Ask price in OnCalculate ... if not, how do we get the current price and not only the high and the low of the previous candle? Thanks in advance
Hello, I have no source code indicator in MQL5 from author, but only with 3 values from buffer. Is it possible to translate it anyway as function in MultiCharts programming language EasyLanguage ? Is that possible here on Freelancer market to translate mql5 into EasyLanguage, or is it only for mql
  Macd and adx  (1)
If you use these do you think they are more useful in stocks or forex and why
hi, some indicators like ADX have variant maximum level in their subwindow,does anyone knows a way to get maximum level of subwindow of an indicator for the last bar
Mt Indicator that normally shows Data in a a tabular form, as attached. Now, its stopped working. Instead of showing me numeric values as you see in the Image, now it shows " -NAN" and "-INF" in the cells. Any suggestiojs how to fx this
Hi i Want calculate my Indicator only Once Per each new candle. I use the code in the Image Blow but the code run on each tick. how can fix this? please help
I need to read dates and values from a CSV file but when I print the values in console it is as if they were not assigned or read. This is the file to read: 1971 / 01 / 01 ;- 18.8551 1971 / 01 / 02 ;- 18.8966 1971 / 01 / 03 ;- 18.9375 1971 / 01 / 04 ;- 18.9780 1971 / 01 / 05 ;- 19.179 1971 / 01 / 06
I need logarithmic scale indicator. may everybody help me
Hello, Is there any Indicator or a script that multiplies ZIG ZAG magnitude by 1.87 on its own
Hi, I looking indicator or soft which open any daily bar in new 5 min chart.anyone know something like this
Hello, I have a renko chart and I'm looking for a bar duration indicator that displays a histogram for each renko bar. Best regards, Matt
Good evening, I'm in the process of converting my MT4 indicators to MT5. In MT4 I have an indicator that draws 5 lines in M5 en 3 lines in H1. The code I use is: if ( Period () == PERIOD_H1 ) {Show_InnerEnv = false ;} //---- drawing settings MainLines SetIndexStyle( 0 ,Show_OuterEnv
[Deleted]
Custom Indicator showing ZERO level, though not defined anywhere in the code #property description "Bollinger %b Indicator" //+----------------------------------------------------------------------------------------------------------+ //| Define Input Parameters
Hi Can anyone recommend any simple Indicator for any currency pair moving Sideways
Hello, have the problem that a button bitmap is not changed, even i changed the bitmap #resource "\\Images\\ expert1 \\bt.bmp" ... #define bmp_bt "::Images\\expert1\\bt.bmp" ... CBmpButton bt; // create button... bt.BmpNames( bmp_bt , bmp_bt ); I have 2 machines. One machine is the developer
Example handle_fr=iFractals(NULL ,PERIOD_CURRENT ); It means you can write your own indicator and apply it in the same way as other indicators ( iFractals, iVolumes, iMACD iVolumes iBWMFI,...) in the code of a new indicator or it is only for indicators in the reference book? iBWMFI
Hello How can I change the display type of a simple indicator from linear to cloud or cross-period mode? For example, how can I? Turn this indicator from linear to two different periods https://www.mql5.com/en/forum/244744
Indicator not showing on the charts. What is wrong in the code? Thank You! // +------------------------------------------------------------------+ //| UpWorkArshak.mq5 | //| SchelasCorp | //|
Hello I would like an indictaor that can show or mark candle sticks that are at the same price levels(Candlesticks that stop at the same price). Is there anybody who can help me get one
Hello everyone, As we know that buffer value is calculated from price series such as moving average,rsi. which these indicators have continuous value. What if the calculated value is not continuous like following image (blue line). What data type should the buffer store in the gap range? Thank you
hi, could you help me how to get maximum and minimum, from daily timeframe, using mqlrates does not work. //--- indicator settings #property indicator_chart_window #property indicator_buffers 5 #property indicator_plots 5 #property indicator_type1 DRAW_LINE #property indicator_type2 DRAW_LINE
Please can some one help me convert those two indicators from mt4 into mt5 ?? i would appreciate it thanks in advance
Hi, This is my first time dabbling with Mql5 code. I wanted to modify a commonly used Mql5 Supertrend Indicator and make it MTF with separate the bars when changing direction. I did some research and this is what I can come up. From what I've read, iBarShift is required but I'm not sure about
This little test indicator stores the OHLC values of the last 14 bars inside a matrix of four rows. There are also two vectors declared and initialised for later operations. One gets filled with the matrix row containing the close values, the other one is all zeros, then they are both printed out
  RSI WITH SL TP  (1)
HI I need an indicator based on rsi with tp and sl for example...if rsi level is 70 and 30 rsi will give buy signal above 70 value candle closing and give sl and tp rsi will give sell signal below 30 value and candle closing and give sl and tp and also need to buy sell arrow above or below closed
Hi! I am from Miami and I am new to this forum so hello! My question is basically what should I look for in double cross indicators? I have yet to find one that would deem the most useful. If anyone has any resources I can look into that would be great! Thank you! Nina
Hello everyone, Is there a way to put text labels on horizontal lines that you draw? Do I need an EA for this or can you do it with the basic lines that come with MT5? I see "Name" and "Description" but nothing for label. I have a pivot point EA that has labels so I know it's possible. I just don't