How can I implement RSI and Alligator on the same chart? I am developing a robot in Python to automate trading operations. I saw that RSI works in a range from 0 to 100 while Alligator works around the maximum and minimum value of the candles. However, I saw that in MetaTrader 5 on the cell phone it
hi gyse. i want convert auto pivot sourse mq4 to auto mq5
I used two VWAP indicators for daily time frame but I couldn't understand why they are difference ? anybody can explain? they are working opposite each other :(
This is what I have so far: //+------------------------------------------------------------------+ //| SpikeCalculator.mq5 | //| Guilherme Cunha Rodrigues | //|
Hi! I just got an "array out of range" in the following code: int evalPos = 0 ; if (checkByTimer) evalPos = glAlertInfo.lastTickBarPos; else if (checkByNewTickIsOfNewBar) evalPos = glAlertInfo.lastTickBarPos; if (evalPos > 0 )
ADX values (DI+, DI- and ADX) on MT5 are different from those on other platforms. I compared "Exponential" moving average with 14 period. Can some one help with the right ADX indicator or EA code please. Thanks in advance
Please help me find Predicted_TP&SL_Labels_v1.3 - Indicator or converting it from mt4 to mt5
hi i want to add transparency to my rectangles in mql4 , which code should i use
Which is your opinion about Heikin-Ashi candlesticks representations and how to create a strategy for this kind of charts
Hello, I’ve developed a custom MQL5 indicator that opens a subwindow to display the RSI under the main chart. It works perfectly on live charts, but during a visual backtest in the MT5 Strategy Tester, the subwindow does not appear. Is there a specific limitation with subwindow indicators during
Good morning Without being the holy grail , I think it is still a step or two in its direction. Here is my opinion It is practically impossible to fit into a time frame even with a lot of information. Often it's trying to make a decision on 1 bar How to choose a bar among many others? I think the
Hello Guys, Hope you had a real nice weekend? I have a little problem trying to upload my custom indicator to the market but the system was telling me something about the file contained native code. I don;t real understand that, may be somebody who have come across such challenge can help me out...
Hi, I am working with an indicator that I am not able to solve a problem with the M1 timeframe. The example of the indicator is like this: #property description "PruebaM1" //--- indicator settings #property indicator_separate_window #property indicator_minimum 0 #property indicator_maximum 100
hi there i need a code that calculates a lines length ( t2 - t1 ) and if it is bigger that t1 then alert ( t1 = time of first candle , t2 = time of second candle ) my indicator draws it in every candle but it may fail due to some calculations and wont continue to next candle but next candle also
Hello. I have to caode indicator with 15 color lines on chart. In attachment screenshot and code. Why I can read data buffers in Data Window and can't see all line on chart? Is there any limitation for draw color lines or I'm coded something wrong. In Data window values for all 15 lines and on chart
hi copy rates function copy only a number of successive bars in a mqlrates array is there any way to save specific non successive bars rates in a array think you
Greets, Would appreciate any comment on where I might be going wrong here. Creating an indicator works as expected. However, I would like to parameterize the two horizontal levels (eg, 80% and 20%) instead of using the usual #property indicator_level1 lines which are hard coded). Here's the sample
Hello, community! I am developing a project to integrate my trading environment in MetaTrader 5 with Python, aiming to train a Machine Learning model that can optimize my trading strategy. I already have my trade history and a custom indicator in MQL5. I would like to collect this data and prepare
I'm trying to build an indicator using multiple fractals in order to spot support and resistance levels . The thing is I want multiple consecutive fractals to be close to each other in order to form a valid level, like if we draw a line linking them; it needs to appear nearly horizontal. But "close
I need to know the RSI value for a specific date, for example "2024.10.24 09:16". How could I do this from that information? What would be the most efficient way to get it
if (! ObjectCreate ( 0 , "Candle" + IntegerToString (i), OBJ_RECTANGLE , 0 ,candleStructure.mtime + multiplier,candleStructure.mopen,candleStructure.mtime + multiplier + 600 ,candleStructure.mclose)) Print ( __FUNCTION__ , ": failed to create candle body! Error code = "
OBJPROP_TOOLTIP is not working in visual strategy tester. Instead, the name is always used which is why I need to use different object names in the tester than I use in real operation. MT 5.00 build 4620
Friends, I made a custom indicator with a basket of symbols to make a signal bullish or bearish for a index. The indicator works fine and does not freeze during low volume trading hours. But for high volume trading hours the indicator gets too heavy with the calculations and freezes my entire
I have an indicator that displays account information along with details about trades made during the current day and previous days. The indicator shows information on both the right and left sides of the chart, reading from the trading history. With my limited programming knowledge, I've added
Hi everyone, I’m working on an MQL5 indicator where I need to check if any of the last 8 daily candles falls on a Sunday. I’m using the TimeDayOfWeek function to determine the day of the week, but I’m encountering the following errors: 'TimeDayOfWeek' - undeclared identifier time - some operator
In MT4, there are two types of text that can be written on the chart: "text" and "text label." The "text" option remains automatically anchored to the point where it was inserted, while the "text label," if placed at a specific point on the chart, will move away from that point when you scroll the
Hi , First of all sorry, I know there are a lot of topics with this issue, but couldn't find an answer to my problem. Here is piece of code : Dt[i] = ((alpha * MathAbs(Et[i] - Xt[i])) + (( 1 - alpha) * Dt[i+ 1 ])); CI[i] = ((High[i]+Low[i])/2) / ( 0.015 * Dt[i]]); where Dt[] is
Found this cropped image online. The line below or above candlesticks seems interesting. I don't think this is supertrend. Can anyone tell me what this indicator is
Hello guys, I am new trader please anybody can help me about these indicators for mt5 i will be so grateful
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.