I logged into my mql5 account inside mt4 and now under the market tab it is completely blank.. I bought an indy on the site and now cant get it into mt4
Below indicator displays up/ down arrows when MACD histogram changes direction. I am trying to get it to change the arrow to display on the current bar (0) as opposed to bar 1. i.e. when MACD changes direction and candle closes I would like arrow to be displayed on the following candle as opposed to
Hi traders! I was trying to code an alert that popup when an indicator in the separate indicator window crosses a level of an other indicator in the same window. In example...there are indicators like TSI (true Strength Index) that do not have fixed maximum and minimum: if you add in the same window
Maybe someone could help to make an indicator. In case where whole candle body fits inside the previous candle wick. Maybe its also possible to add an alert as soon as requirements met(during the candle).
I am trying to create indicator which displays up arrow when MACD histogram changes direction to go up, and down arrow when change to down. I run with no errors but it giving incorrect arrows on chart and missing out many changes... Any help much appreciated! :)
Hi Peoples; - I'm trying to locate and install the following indicator to MT4 (see attached). I believe it to be known as "Trend_Bars_BO" - I cannot find such in the idicator list. I would also like instruction as to how to install it into MT4. Thank you. Bebbspoke
Dear all, Last time, I 've seen on a topic to show the indicator to estimate the power of wave. But I have some job to go out & forget to bookmark this topic. I've try to find its again, but cant find extract this topic. So, could you show me the topic have relate with the power of wave, estimate...
Hi All, I think I have a drawing problem with my indicator. Works perfectly on my MT4 but doesnt on other peoples. cant suss it out any tips? Where as on other peoples it does this without the labels: My Code Draws these labels using this code: and the Show Stochlabels is fixed to True in...
Hello everybody, I need some help because I have trouble in getting the indicator short name within an EA. Here an example of a short indicator mql5 code (draws simply a horizontal line): #property copyright "Copyright 2015, Bobcat" #property strict #property indicator_chart_window...
Hello, I am new, and not know much scripting, I use eabuilder dot come but I can not get the result right, I am using MT4 platform. I have 2 oscillators on my chart, for 1 min, 5 min. 1- stochastic 13, 5, 5 with the level: 80/20 2- Relative Strength index, 14, level: 80/20 I want when the two...
I'm working on my own EA that performs a procedure on several Timeframes which can be selected by user. The common solution for choosing timeframe is to use input parameters and set their value to "true" or "false". Since there are many timeframes in MT5, it is not convenient to do so. I'm thinking
Hello, for those who have the indicator, we all know the last leg sometimes repaints.How do I confirm the pattern? Regards
Hi, I have written an indicator without taking care of the fact it could repaint. I've searched all around the forum but couldn't find how to make it non repainting. So below some code, the code supposed to be responsible of the repainting ( bar calculation ). How to make it non repainting ? //----
The Heikin-Ashi technique uses a modified formula: xClose = (Open+High+Low+Close)/4 o Average price of the current barxOpen = [xOpen(Previous Bar) + Close(Previous Bar)]/2 o Midpoint of the previous barxHigh = Max(High, xOpen, xClose) o Highest value in the setxLow = Min(Low, xOpen, xClose) o...
Hi guys, So here's what i want to do: I want to create an indicator which shows the bars of the higher timeframe in the current timeframe. those higher timeframe bars should be painted behind the current timeframe bars and they should be translucent. Now if i just draw rectangles with...
Hello all, I am facing strange "Array out of range" error. If any of you have experienced same issue, may I have some advice please? "array out of range in 'Indicator.mq5'(416, 32)" This is the error message shown in MT5 terminal. Do you suspect common stack overflow? No, it's not... Here are...
Anyone knows what's the name of the indicator showing current profit in the upper right corner? I will be very thankful for Your help :)
Are there any indicators that can change the color of the candles or bars in accordance of their placement of a high below a moving average , or a low above the moving average. e.g., the stick's low is above a moving average line -> stick's color is green stick's high is below a moving average ->
Hi world, I am doing an indicator an want to add an interface to it but have no clue how to do this. Can someone send me some .mq4 file of some indicator with an interface please? If you dont know what i mean, theres an example of an indicator with interface...i cant use this example cause i only...
Hey Folks Anybody who knows what this indicator is? I would like to find the mq4 file. See attached picture, it says it by MetaQuotes @2006. Thanks MasterT
Hello, I am writing an indicator which draws certain objects in the chart. Upon removing the indicator (or changing timeframes or input settings) an OnDeinit() procedure is therefore called to clean up resources by - among freeing arrays and nullifying variables etc. - also remove the drawn objects
Hello I have a question for mql5 language regarding overlapping Objects. If I make for example an indicator with with four graphical Object (for example rectangles) that are all overlapping in one or more points. How can bring a specific rectangle to the front (or make it second or third) during the...
[Deleted]
Hi, i've been trying to find a good indicator for labelling days on the charts. Out of the many i used, i never found one that actually works properly. Does anyone have one that would label the days on the top of the chart like so?
I'm writing an indicator that uses OrdersHistoryTotal() in the calculation. I'd like to test it in strategy tester but it's not working. I've attached the indicator to the chart window I am running the test on and the Print statement in the code below returns zero every time. The function works fine...
[Deleted]
Hello, does anyone have a Fibonacci tool for MT4 that allows a different colour to be set to each level like in TradingView?
I have read an artical about to get highest value of time series that transfrom mt4 to mt5 ,but i forgot the link and cannot seacher for it ,may someone tell me it ,thank you
I have a handy little indicator that puts days of the week on my chart. Since the last upgrade
it has stopped working. The problem is
'ANCHOR_BOTTOM' - cannot convert enum
the line of code is : input ENUM_ANCHOR_POINT InpAnchor=ANCHOR_BOTTOM; // Anchor type
I have fiddled around with...
Hi, Can anyone help me to code for the following please ? I need a code as in Text format for : EMA 100 Price (-) current market Price = Required Figure Ex : EMA 100 Price is 3050 (minus) Current Market Price is 3077 = Difference value i.e., 22 pips (or) points value
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.