Hi, Can some share us the Supply and Demand zone indicators MQL5 file
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
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
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
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
Hi guys, My custom indicator draw a lot of hline. How can I see if at pricex a hline id drawed? Tanks for all help
Hello, I have coded an EA for automatic trailing stop loss. When a trade triggers a minimum profit value based on a percentage of my balance the EA compute the new stop loss based on the ATR indicator and if the new SL > current SL then the new SL is applied. The computed SL is always greater or
Hello i have an EMA indicator that changes color to green for BUY and red for sell so..i need help to include alerts when changing the colors...if your are willing to help you can have it for helping...it works only with 4H time frame for gold and Nasdaq 90% accurate... <Deleted>
hello, first of all thank you for read my post. I wrote custom indicator at mql4. But now i need to write that custom indicator at mql5. But there is a problem that is: in mql4 iMA(NULL,0,10,0,MODE_SMA,PRICE_CLOSE,i) this format is available but in mql5 iMA(_Symbol,_Period,10,0,MODE_SMA,PRICE_CLOSE)
I need an alert for when the second candle breaks the bollinger
Hi, I have 4 MT4 platform opened and when I want to install the indicator. The system install it to the MT4 that I don't want to install in it. How to force it to install in te MT4 platform that I want? Regards M.S
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.