Technical Indicators - page 59

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?
hello please i want to convert this code to mq4 Hld = IIf(C > Ref(MA(H, 3), -1), 1, IIf(C < Ref(MA(L, 3), -1), -1, 0));Hlv = ValueWhen(Hld != 0, Hld, 1);Hilo = IIf(Hlv == -1, MA(H, 3), MA(L, 3));Trigger = IIf(C>Hilo, colorGreen, colorRed);Plot(Hilo,"HiLo",Trigger,styleStaircase); thanks in advance
Dear All, Can anyone here know where to get Pring's Special K indicator for MT5 and how to use it on mq5 ? Thank you
Hello boys, Can someone help me with a script for the next issue: I want to know how many red candles there are in the last 27 minutes. In the example below you can see that there are 9 red candles out of a total of 27. Let's assume that the next candle ends in red. That means we have 10 red candles
I was wondering if it is possible to add indicators to the mini charts that are available in MT5. I Googled it and came up blank. Pic below. http://i.imgur.com/V8nKd5r.png
  RSI MA And ATR  (2)
I am trying to Put together an indicator for MQL5 with RSI, Moving average and ATR combined, The Atr line must be invisible... and i have been failing so far because of my limited programming skill..Can someone give me direction.... Thank yOu in Advance