I would like to have something like this in the screenshot. It's obviously a mock-up I made in an image editor. I don't need candles. Just the moving averages would be fine. The code repository is so large no one can possibly ever see everything in a lifetime. Does anybody here know if such an
Firstly hello to everyone, my first post after much reading of what seems a great community! I'm trying to put a price marker 'gauge' with two halves after the end of the chart (I use candles). I want it to illustrate the necessary price movement to cover my spread (on the left half) and on the
I am attempting to create an mql5 heiken ashi indicator smoothed and corrected using the attached mq4 version. It seems it is calculating the values correctly as it prints out reasonable numbers, but the values are not painting on the chart. Is there anything obvious I'm missing wrong with the
I'm attempting to convert this WAE (Waddah Attar Explosion) to MT5. I ran it through the fxdreema converter and it looks run and paint new candles, but it isn't painting previous candles and it runs extremely slow. Am I missing something obvious? I'm new to mql5
I am using Haiken Ashi indicator with metatrader4, when I try to use Haiken Ashi indicator on metatrader5 it does not follow the candlesticks buts standing still in the background on scaled fix chart window. Is there problem with my installation or should it working like that on metatrader5? Is the
I tested these sample codes for delete indicator on the chart: mql4: https://docs.mql4.com/chart_operations/chartindicatordelete mql5: https://www.mql5.com/en/docs/chart_operations/chartindicatordelete The "ChartIndicatorDelete" function works for delete self indicator. But can not delete another
I know this must be really simple or obvious to others but I am still kind of new to MQL5 and am only partially successful at converting my MT4 indicators (my EA is going to be a nightmare, I'm sure). The data shows when I use the print function but no lines are displayed. Also nothing shows for
Am I allowed to release paid indicator that requires additional software/executable to be installed?
(1)
I'm new to the community, so please move this topic into more appropriate sub-forum, if I picked wrong one. I'm planning to release a set of Bitcoin indicators (it will be one product, though), which, to my surprise, I haven't found neither on the web, nor as MT5 extension. Basically, it's going to
I am trying to get the first lower point of the ZigZag indicator which it shouldn't be the current candle may somebody help me please and tell me what is wrong with my code I think I'm doing it right and I didn't get the point Thank's in advance int zigzag,xs; double zigzagDown[]; int OnInit () {
Hi, i'm working on custom indicator but when i added ChartIndicatorAdd that doesn't work on strategy tester, but that's work fine on the main MT5 program.
Here is a sample code...
Hello ! This is my first post here, so first of all I would like to say a big HELLO to all of you ! I wish profitable trades to everyone !!! So what brings me here today ? – a problem :) Every day I have 20 different charts open. On each chart I have around 4 alerts set. It gives us minimum of 80
Hello dear traders, I am looking for a very particular candle indicator for Mt5 - Something, that would transform my candles, including the wicks inside the candle body (the wicks should disappear and create instead a full candle body (something like renko candles, but displaying the actual candle
Hi there! So ADR is a mean of a range of days... say that 5ADR is the mean of how much the price has moved for the last 5 days... say that it's 100 pips, just to humor ourselves... the indicators that I enjoy the most, also plot this range on the chart... my question is: what decides where the price
ZigZag indicator is defined as custom indicator, so it is little bit different from other indicators. Can anyone give sample code how to read data from ZigZag indicator? Thanks!
Hi everyone, I would like to add a level filter to an indicator for mt5. It is a RVI alert and I just want to add a simple level filter (send alert when rvi cross above/below certain levels). Here the code: //Check if it is a trade Signla 0 - Neutral, 1 - Buy, -1 - Sell ENUM_TRADE_SIGNAL IsSignal(
I need a RSI Multi currency strength meter for MT4. That includes the Bit coin, XRP, Dash, BCH, ETH, LTC, XRP. You know just the one's that are able to be traded on MT4. Need this to be able to work on all time frames. Can you help? Or point me in the direction of such an indicator. It should look &
Hi, tried this today, it compiles without problems but it doesn't show any graph... I just took the Volumes indicator from Examples and chaged the calculation method and the names of the functions and variables that I saw fit. Properties are still the same except colors, I figured it would work the
I have a quick question about TMA indicators for MT4/MT5. I have two images attached of TMA Bands indicators. The "TMA_Version1" has outer bands that are not as uniform in width. The "TMA_Version2" has very uniform outer bands in width. I am looking for a TMA MTF for either MT4 or MT5 (I like MT5
Hello, So am trying to get the text description of an object created at a particular spot like in the image below, but the desired result is providing somewhat difficult to achieve, I don't know if there is a function for such or a special way to write the code to do such. The "OBJ_TEXT" moves with
What the hell is that? Never saw before, but since today, it comes up when compiling an indicator, no further information, nothing. Thx
I have coded a multi symbols expert and a loop for checking the conditions which one of them is dt cross. The problem is it's working most of the time but sometimes sends an error array out of range would somebody please kindly look at my code and let me know what I'm doing wrong, I also break the
Hello, I am looking for a stochastic alert that will signal when the 80 (OB) level and the 20 (OS) level is reached. I would have thought this alert would be pretty common and therefore easy to find. Guess I am wrong. If anyone has an alert like this or can code one if it isn't too much trouble I
Dear Experts and Developers, I'm trying to find a good solution to get the values of HH and LL parameters on any chart, ( Only f rom monthly chart datas (all history data). I need their Time and Value; unfortunatelly I did not find any useful information on the internet yet. Also important to keep
Please, I am trying to access the "time" constant in a class. The idea was or is to create a function in the class that accepts the const, then pass it to a class variable "m_time" , which I would be able to use in the class for member functions that would require the time Array to run. class Run
Dear experienced traders Do you know what cause OnCalculate: Pair not ready? Thank you in advance and all the best
Dear experienced traders Why indicator sometimes works good but sometimes works not good? The log looks good and I tried refresh. Do you have any idea? Thank you in advance and best regards
Hi.. I want a function to run only once at the beginning of each candle. One told me that the following code will do it in MQL4. if(IsNewCandle()) { //---Here comes the function which needs to run only at the beginning of each candle---// } bool IsNewCandle() { static datetime
Taking a look on the above picture We have a normal SMA with period 20 as the blue line and the predicted SMA as red line...Predictions are made for future. We estimate the value of the sma. I want to know if there is a method for smoothing as possible the values of the predicted sma

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.