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
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
Hi experts. Your expert guidance requested. I am a newbie and recently learnt MQL5 . This is my 2nd code i have developed. The super trend indicator often does not load. It also vanishes when i change timeframes. It appears when i compile the it again from Meta Editor. Please help me to identify
Hello, does anyone have an indicator like the one on the image below for MT5? Thaks in Advice
Hi , I downloaded trend indicator and would like to find the best parameter for it. I saw screanshots for this in internet, and sure, that this indicator can be good to help to trade
Fibonacci / Harmonics, Gann & Geometrical analysis involving angles, Oscillators, Pivot based on Price Action, Other (please comment)
I opened my trading platform MT5 this morning and my indicator <Deleted>, which is part of my system, doesn't open. I already contacted the creator, but does anyone have the same problem
Hello to all I want to use a simple indicator in two time periods and cross the distance as a warning signal For example, show the adxvma indicator in two periods and cross-alert the two periods. How to write this indicator or similar
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.