Technical Indicators - page 60

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
Hi, Can some share us the Supply and Demand zone indicators MQL5 file
  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);
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
Guys, Is there any indicator can show value of std dev indicator but on candlestick? I draw picture like this
Please recommend a good indicator for trading
  MACD
Hi, I need help for MACD I would like to modify it and add apply to: previous indicator's data and first indicator's data How should I do please
Hi I trying make indicator to repaint previous results. I succeeded to change only future result but not the past. Every number is separately indicator value by time. When input_2 show result, every sequentialy by type value of input_1 should change. Is it possible? Where I can find info or example
Hi, I'm trying to create an indicator what will display some text in a watermark style: centered and with size and opacity configurable. I don't have much experience with objects in MT5; the only text kind of thing I did was with OBJ_LABEL, but I'm not sure this is the proper way to go this time;
Hi guys, My indicator create a lot of trend line (that are the same of Hline) and for every trend line create a EventChartCustom with the conditions their delete. But the code don't make your goal. Can you help me please. here there is my code: int OnCalculate(const int rates_total, const
As in the attached picture, this history show details about slippage, How can I get the slippage data from trading history
hi guys, a function in my indicator use an indicator that I declare as global. If I declare it as static array my indicator use it, but if declare it as dynamic array, when the function try to use it my indicator stop it without some warning. Tank you for all help
PivotPointUniversal indicator by vdv2001 stopped working for me today with the latest update of MetaTrader 5 ( update no. 362)? Is that indicator still working for you guys or is it happening only with me?