I've got some code that only refeshes when I compile in the MetaEditor. #property strict #property indicator_separate_window #property indicator_buffers 1 //---- plot TickVolume #property indicator_label1 "Percent of Control" #property indicator_type1 DRAW_HISTOGRAM #property indicator_color1
I did that 3 scripts and that's working! But my CPU usage is going to 99%! Even i remove the EA! This scripts are working ontick! I will show here one! void OnTick () { int h= FileOpen ( "ind/bol.csv" , FILE_WRITE | FILE_CSV , ";" ); double high[]; double mid[]; double low[];
i have mt4 indicator. how to convert it to use on mt5
Hey everyone. Could someone direct me to the function or snipet that draws past buffer signals when the indicator is first loaded onto a chart? Think how Bill Williams fractals paint all previous fractals quite a ways back. I have looked at other indicator code that does paint old signals but I
Hi everyone, I wrote an indicator to display arrows & alert me whenever the closed candlestick is above 50, 100 and 150 EMA lines. That worked and I'm happy with the code. But there's an issue occurred: https://i.ibb.co/5YfBRw8/090.jpg When I run the indicator, it draw many extra arrows as soon as
Hi Experts, I have traded for 4 years, but I'm still a novice at programming. I started learning how to write code a couple of days ago so that I can create my indicator for trading purposes. You can see the indicator (look at the image) which I am trying to create. Utilities of the indicator: At a
Please, this MT5 indicator contains errors. Can someone please fix it for me. I will be very glad
#property indicator_chart_window //--- input parameters input int Depth = 12; input int Deviation = 5; input int Backstep = 3; //----------- int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const double &open[]
Hi I am looking for an indicator in mql5 that plots colored rectangles for the 4 main forex sessions. Something like https://www.mql5.com/en/code/10513 (4 sessions by Andrew) but for mt5 instead of mt4, hopefully well written in OOP. Any suggestions? Thanks
I have been scouring the web looking for a basic (free) RSI indicator that can alert on oversold/overbought crossing for MT5, but I cannot seem to find one. Has anyone found anything for this? Thanks
I've developed an Expert Advisor and calling a custom indicator using the iCustom function. The indicator name is: (ROC) https://www.mql5.com/en/code/46 When I start the Tester it just keep repeating itself and I don't know why. Here where I call it: double Roc() { double RocArray[]; int RocDef
Hi, I want predict the below Trent line as soon as possible, meanwhile if there is any option to fix, if its loss its support
Dear experienced coders, I'm new in MQL and I need some guidance. And sorry for my English it's not my language. The thing is I'm making a line of on-chart buttons that will launch specific indicators. So far so good the button loads an indicator 'X' when pressed and deletes it when the button is
Hi, is there a simple way to show a text following this condition on a chart: condition 1 (ema crossing for example) : green text or condition 2 : red text else : black text Regards Mathieu
Hello everyone, i am looking for an italian programmer to build an indicator to plot planetray lines on MT5 based on Gann tecniques. I need you to be from Italy and Milano. We ll meet face to face. Not interested in any indicator of those in the market because they are bulls..t..... I am not giving
Hi, I want to use the AO and BWMFI indicators algorithmically but an important part of these indicators is the colour of the bar in the histogram and the indicator only returns the value of the bar. Is it possible to retrieve the colour of the bar as well through a function or the indicator function
With the code below, sometimes on some special values for 'mySymbol ' which the operator inserts, it took a long time for indicator to respond and then it returned a very huge (more than 20 digits) value for RSI which is expected to be in 0~100 range. Therefore, as you can see, I added
Difference between indicator price values and self calculated price values using the same formula
(4)
Hello Community, I observed a difference in the price values (OHLC) coming from the native Heiken Ashi indicator and the Heiken Ashi values I calculated myself using the exact same formula as used in the native MT5 Heiken Ashi indicator. I found two forum postings describing the same issue
Hello I have an indicator that draws several rectangle objects across the chart as part of support/resistance lines. These objects are drawn in the OnChartEvent when id = CHARTEVENT_CHART_CHANGE. The indicator has been recompiled for the latest MetaTrader build - 2485. Before the update there was no
If anyone is able to help me with this calculator. I want the indicator to work only when a candle changes direction at the minimum number of pips. The code I have at the moment works >= the min pips set in both directions. How would I fix to say only when the new close is a bullish close from last
I adapted this code, but this is not working...I appreciate some tips. cheers //+------------------------------------------------------------------+ //| cand_color.mq5 | //| ProF | //|
Hi guys, I researched every single topic i could find on the issue, and only when i checked everything i found im writing. I am experiencing a massive headache as a result of getting the unresolvable "for me" error 4806. Now i have an MQL5 indicator to put a number of different TF BB on a single
Hello, I'm trying the harmonic pattern indicator that I am attaching: I would like to ask you a question gently: when the last leg of the pattern is being formed, draw a D; for example for the short, if the following candle makes a new minimum, the indicator updates the D: when is the last D
Dear Forum Members, I am trying to code regular version of HAO into MTF one, but without solid programming background, I am not successful in that. Sorry guys... Could someone update the code of regular HAO (attached) to get its Higher timeframe capability please? To make that simpler, can use
Do you know why I always lose my watchlist in MT5 every time I go to browse another app and comes back to MT5 app; when you lose your saved watchlist I have re-enter all the instruments again and again; this happens three to four times a day; is there a way to have it saved permanently
Can any gurus help, I dont know why these buffer arrows show when placed on a chart but wont show under test or any forward pricing
hi firends . i have a picture from mq5 and i need to know whats indicator on this image ? i have attached indicator image here. i have only image file. please let me know what indicator is this? if anyone has please post here. thanks
Hello, When trying to migrate files to vps, I get this message: ' migration to virtual hosting failed: old ex4 version" "Please recompile and migrate again" So what do I need to do? Is this due to an incompatible version of MT4? (it works on my coinexx mt4) How do I update it to work with latest
Hi All, I wonder if someone can help, I'd be so grateful. Currently using this free indi which sends emails when the MA colour changes. Sadly not a programmer, I just wanted the EA to send a push notifcation same time as the email goes out. It's probably so simple, but the coding side is all

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.