Greetings,
This is a single Bulls vs Bears alert that I´m working on.
Hope could be usefull !
Cheers.
Amaury
I know that market volatility is primarily driven by news, however, i am just curious if any one could share any indicator to predict how volatile currency can be within a particular time say 30 minutes. I have an EA that works perfectly with grid system. the only thing is that one cannot predict...
Hello, I am new to the MQL4 programming and am working on an Alert indicator that alerts me prices or set Symbols at set times during the day. I have this part figured out. :o) What I would like to do but cannot figure it out, is how to have it only tell me prices that are opposite of the chart set...
Hello, I am new to MT4 and MQL5 and have been looking for half the day and cannot find an indicator I know hows to exist, but since I really do not know all the terminology yet cannot find it. I have seen it in pictures (but of course could not find any of them today :o) This indicator looks like...
Why can't chart indicator fits in?
This is a miss, it should offer an option to automatic scaling on chart indicator data in order to draw proper non-time based charts, for instance.
Vertical scaling is not automatic and looses symetrie.
Hello,
I 'm trying to figure out how to pass struct MqlRates members to a function as arrays but the compiler refuses stubbornly coding like open, rt.open and rt[].open, maybe some sort of a pointer?
here is the relevant part of the code...
So this is what I have:
a custom indicator displaying on a chart the values of two standard indicators ATR and MA.
MA on the current chart time frame, no problems, but the ATR is supposed to be for the higher timeframe i got it this far:
for(int i=startIndex; i<rates_total && !IsStopped();...
Hello everyone, I looked into the Clock Indicator in Metatrader 5 https://www.mql5.com/en/code/1364 and I put the files at their proper Folders but I still don't see the Indicator showing up in my MetaTrader 5 I even looked at the Main Indicators Folder and it only has the Source File but it didn't
Hello,
I fall in a problem where the following code directly uses iCustom works
if(iCustom(NULL,0,"indiname",7,10,199,0,i)==-3 ) sell[i]=1;
But the below using a middle variable doesn't work.
double medium1=iCustom(NULL,0,"indiname",7,10,199,0,i);if(medium1==-3 ) double good=1;sell[i]=good;...
Chart window indicator don't fit in chart when indicator prices outpace chart prices. It seems to lack an option to let it fits in, automatically like in a separate window indicator.
The vertical scale can be adjusted, although at loss of indicator centering with a poor display as there is no turn...
Hi,
As I newbie with programming I need some help with indicator.
It is very simple and I do this manually on daily basis.
I check current price of a pair and compare it with SMA and then score currency. i.e.
I have eigth currencies: USD, EUR, GBP, JPY, AUD, NZD, CHF, CAD
and every day I check...
Hi -:D I use such an amazing function iBarShift made by Alain (Thank you Alain!) I've got a little problem. iBarShift(Symbol(),PERIOD_H1,D'2014.10.13 00:00'); This returns an accurate bar shift in most of symbols. But at the beginning of week with some symbols such as S&P500, it returns Friday...
I have the attached really neat indicator which gives me the daily average range & actual range of an instrument,
and I have amended so I also have the weekly average range, however I have been unable to put them
both on my chart at the same time.
Can anyone point me in the right direction...
Hi all,
I have developed various indicators in various platforms, this is my first time in MQL, hence my question will be ..elementary.
Let's say I've got 1000 bars of prices. My indicator needs 200 bars for initialization but my first indicator result comes at current bar (1000) instead of 201....
Hello, Want to see your indicator works ? Хотите увидеть свои индикаторные торговые работ? Run EAIndiTester with Visual mode for any period and time frame you want, then simply apply your indicator on the chart as usual. You can also use template "clean-chart.tpl" to clean up the visual chart....
does anyone know how set up alerts using indicators ? Want to be alerted when the market reaches certain conditions using indicators not just price. Any help would be great
hey happy people !
i'm looking for an indiator that show on a 5 minute (or esle) chart , the candle of another time lenght (1h or 4h).
something a bit like this (watch pic)
thank you very much
I have been wondering if there is any technical difference between "Currency Strength" and "Heat Map" it seem to me they both have the same characteristics. Because they all display the relative market condition of each currency within a period.
What do you think...?
how is the formula to calculate divergenze ?
i want to add to custom indicator the function to found divergenze
but i no found the formula to calculate it
How to update a paid Indicator from the Market?
Please advice/help me - thanks.
CHART_COLOR_VOLUME - color of volumes and position opening levels
How can I set different colors for volume and opening level?
Thx, Sven
On the occasion of posting the indicator on the marketplace, tried to put myself in the customer's shoes. It was a terrible shock :)). I understood that there is no chance for him to find the most useful and necessary (i.e. my indicator :) ) indicator. It's not that I did not understand before that
The MACD is best used as a confirmation indicator. What this means by that is that it should be used together with other indicators to realise more its potential. The MACD has 3 major features or parameters as the case, 12 (which represents the previous 12 bars of the faster moving average) 26...
Hi guys, I´m building one EA based on MA crosses. This EA uses trailing stops. I want to find out values that would cause profit in majority of cases. I was wondering if we can calculate somehow "max achievable profit" If I open a trade just after 2 MA crosses, what is the max profit I can reach. I...
My indicator alert shows the price with 4 digits but i want to show 5 digits how can i make this?
(2)
Hello i have an indicator thats have a put or buy alert, it also shows the price. Only its always .0000 or less but i want to see 5 digits.
This is the alert ................ ",Symbol()," 3-5 MIN "," METATRADER PRICE@", Bid); the bid price needs to be 5 digits and not 4
how can i change that?...
Hey guys, probably I am asking for a lot, but can anyone plase write me a program that makes an order, that i can control through the time (for example order for 6.00 p.m.)
Hello,
can some one help me with this source. I got this indicator from here, and I'm trying to edit it so it can calculate standard deviation from the COT data.
But the indicator result is like this
source code:
//+------------------------------------------------------------------+//|...
How to show a long description on the chart (more then 256 chars)?
I am switching from MT4 to MT5 and have very little experience with the new way of coding. In MT4 I used Hull Moving average to smooth other indicators (for example Stochastic). What I did in MT4 I modified the code from moving averages.mq4 to calculate HMA on an array instead of Price. I was...

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.