Technical Indicators - page 73

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 |
[Deleted]
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
Could anyone help how to plot the bollinger band through the other renko2 indicator? And SimpleMA by including only the value of i, the indicator works, however it runs through the candle chart and does not follow renko2. I'm trying this way, but an error is shown in the Diary. Thank you
Hello Im using weis wave indicator on my chart but i would like to use renk bars. So I downloaded a renko bar indicator which opens up as a second panel below the minute, however when i use the weis wave it only works on the minute chart...is there way to use the weis wave on the Renko bars? Thanks
what do the numbers overlay-ed on the chart represent
  Keep it simple  (61   1 2 3 4 5 6 7)
newbie needs help hey.. to me this is the best forum have been made...there's to many ind and other system can be found here.. sometimes i can get headache reading almost half of all the system.. lol .. so i choose only this 2 ind when i`m trading.. keep it simple.. 1. Heiken_Ashi_Smoothed - by...
Hello, By launching a custom indicator, the default period is M1. Even if I close all charts, it will still generate the M1 as default period. Can this be changed in oncalculate function? Many thanks.
Hi, I need help to find a script or alert for successive candlestick. The alert need to pop up when there are 2 or more candlesticks that have the same color formed. So if there are 2 bullish candles the alert will appear with sound and if there are 3 or 5 bearish candles appear the alert will sound
Hey mql5 community, i'm papX...There's a two lines cross indicator with a moving average i recently lost.I cannot remember the name but it has a blue buy line and an orange sell line while the moving average is white in default settings. Please guys if you know of such and indicator please guide me
  Wyatt's Pivots  (2)
Anyone here familiar with this indicator
Hello everyone, I'm currently developing several multitimeframe (MTF) indicators for MT5, and I have been dealing with the well-known problem of working with MTF when the market is closed, as I have recently posted here . I think I have successfully developed a new solution I haven't found in the
Is it possible to pass an array of doubles into an indicator instead of using time frames? Thanks
Hi , today i migrated from MQL4 to MQL5. And nothing is working anymore, atleast thats what i am experiencing. I tried to plot a simple MA and print its numbers out but the number remains static. Normally it should give me the value of the MA for example for US500 it should give me something like "
Indicator is working fine in OnCalculate,OnTick,OnTimer but why not in OnInit. Is there any other option to load indicator data on Initialization.? int OnInit () { double mabuff[]; ArraySetAsSeries (mabuff, true ); int ma= iMA ( _Symbol , _Period , 14 , 0 , MODE_SMA , PRICE_CLOSE ); if (
Hey guys, I've had access to a custom indicator called PIP-F ATR Stop for quite a few years now and use it a fair bit for my trading on MT4. The problem is, I don't have the source code for the MT4 version, and now I would like to use it on either MT5 or TradingView. Obviously I would need the
Need you gurus to give advices
  GetTickCount()  (4)
Hi guys, in my indicator there are these program line: uint Start=GetTickCount(); . . . . uint Fine =GetTickCount()-Start; but Start and Fine are always equal zero. Can you help me please? Tank you for all help
Hi all, Im looking for an indicator that compare various symbols that are correlated and tell me wich is the leading symbol that give impulse to the prices of others. ex : SP500, DJ and NASDAQ are mostly correlated. On the other day, SP500 was the leading symbol that drive prices down to all of the