Technical Indicators - page 58

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
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 | //|
  Heiken Ashi Idea  (371   1 2 3 4 5 ... 37 38)
Can anyone create a modified Heiken Ashi indicator that is based on a moving average instead of raw price data? Basing the Heiken Ashi on a JMA, T3 or Hull Moving average filters out whipsaws and makes the indicator extremely effective at pinpointing turning points. Almost too good to be true. The
  MultiTF indicator error 4806  (11   1 2)
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
  Buffer Arrows Disappear  (11   1 2)
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
I'm writing a tool that will display whether the current MACD EMA histogram is less than or greater than 0, for TF other than the current TF. I know I need to download history for the other TF. MACD MA is calculated correctly. Given I have the history, why does this code not calculate the signal
Hello, Please, I am finding it difficult to repeat the box drawn on "x" amount of days, then also change the time to the current time in my plot, Using print function it is showing my time is 1970.01.01. Am still learning and this is the first code am writing with mql 5. int OnCalculate ( const int
  adding price tag  (2)
hi how can i add price tag to a custom indicator
Hello is it possible to create an indicator that sends an email with a screenshot of the graph when the price touches a rectangle that I have drawn manually? Thanks for the replies
//+------------------------------------------------------------------+ //| Mcgee's indicator.mq4 | //| McNilly Goshomi | //| mcnillygoshomi@gmail.com |
Hi, Does anyone know the precise indicator name of the SD indicator/s in the image attached? If you do please let me know. Thanks
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
Hi Folks, I'm trying to figure out how to create an alert for when the CRSI goes above 70 and below 30. Can someone point me in the right direction? I can only figure out how to create alerts based on bids and asks. Thanks in advance and apologies if this was answered in another thread
how to put two indicators in the same window
I'm looking for a simple code/indicator just for those functions described in the image I sent, that while the EA is active, this information appears in the corner of the screen. it doesn't have to be weekly, just the information for the day. Thank you in advance
I made a very rough indicator with ObjectCreate/OBJ_TEXT that floats next to the current bar and I have these problems with it: - How do I position it? It is not just too close to the bar, it actually writes text over the bar and looks bad. I "fixed" that by padding the text it is supposed to print
Are the SymbolInfoDouble(_Symbol, SYMBOL_ASKHIGH) and SymbolInfoDouble(_Symbol, SYMBOL_ASKLOW) values correct? I feel that the value range of SymbolInfoDouble(_Symbol, SYMBOL_ASKHIGH) and SymbolInfoDouble(_Symbol, SYMBOL_ASKLOW) is too narrow compared to the value range of SymbolInfoDouble(_Symbol
Does anybody know how to work with iCustom when the mt5 indicator only has one buffer but it plots multiple colors ? like the braintrend indicator , it only has one buffer but it plots candles with two different colors
Hi everyone. I've really tried to solve this myself but after 3 full days I don't think I will. I just want to pass a single variable to an EA and I can't even do it with these simple scripts Indicator "DELETEind" : #property indicator_chart_window #property indicator_buffers 1 #property