Hello Guys,
I'm a beginner coder.
I need some help for create a indicator that can plug-in my blog at MT4.
Like the attachment are showing.
Please give me some help!!
Very appreciate !!!!
Hello everyone, I have two question and maybe someone could help me. First, I would like to ask, whether somebody know how to can I change a size of candle's shadow. I would like to make a wider shadow of candle? How can I do that? Second, is any trick to copy automatically resistance//support line
How does the zigzag indicator work?
It does not seem to paint the last candles.
See red circle in my attached image.
The thing is, there is many indicatorors which is not available to push notification but Alert message or email.
So could I transfer the alert message to mobile notification ?
I am not pro in MQL4.
Could someone say what is wrong with this code (I want to copy arr[] to candles[]):
class Pattern {
...
private:
Candle candles[];
...
void SetCandles(Candle &arr[]{
int newArrSize = ArraySize(arr);
ArrayResize(candles,...
Hi, I am looking for a MACD and also a Stochastic divergence indicator. Many of the ones I have tried don't work very well. The indicators need to show regular as well as hidden divergence. If anyone has some recommendations, I'd be happy to try them. Thanks
hi
Please help me in generator this indicator.
This indicator's idea is price action and engulf method.
Signal rules
when one or more candle with the same direction pass through open of 2 or more opposite candles whithe the same colors we should open a position.
Candels with opposite colors...
All paid indicators dissapeared after the windows update. Anyone know how to fix this? Will MQL5 offer a refund for all my paid indicators if this issue cannot be fixed?
I know theres a way to know by looking at the code if an indicator repaints. I can't remember but does anyone know that code section in the coding of how it looks like?
Hi, is that anyway can detect bb trend(iband)? ranging up/down or flat? please help. Thanks.
Is it possible to get the Bid/Ask price in the top left of the chart screen & use those prices as variables in calculations using an indicator, I have searched for days & it's sheer desperation I ask now. I'm not asking for the code just whether it can be done or not OR do I need to do this as an EA...
Hallo, guys!
I ordered an indicator mt4 that uses historical data. Generally the idea was
for each time frame to make some historical data analysis and then to draw several lines based on that analysis. Actually the indicator crashed my mt4 when I tried to use it on only 2 pairs. The delay was...
Hi.. This is my first post here so apologies if it's in the wrong place
I'm a reasonably competent self taught VBA coder & thought that as the syntax is sort of similar to VBA, that I'd have a go at MQL4.
I've written some code that places a label on the chart which is dependent on the chart...
Hi all
Recently I have been creating my own indicators and trying to look at markets in different ways, Pairs trading, or adding them together, basket trading.
In doing this I have been creating my own indicators to monitor the movements etc. I would like to place standard indicators on these,...
int start() { if((BUY==true)(iClose(Symbol(),0,0)<=Price_Target && Ask <= Price_Target) || if(SELL==true)(iClose(Symbol(),0,0)>=Price_Target && Bid >= Price_Target)) { for(i=OrdersTotal()-1;i>=0;i--) { OrderSelect(i,...
Is there any indicator which can mark weekly/monthly fibo pivot,support and resistance levels.
Please i need a good coder to just do me a favor and tweek this system a little bit to
1. To identify and signal all the price action candle pattern in this image
Attached Image (click to enlarge)
2. The system pop up window only show up or down without mentioning the currency pairs.
Please i...
Hello, Is there any chance too identify via the RSI a double bottom or double top IN the RSI? Does anybody have a clue on how to develop such a pattern recognition for the RSI? and weather this is even possible or not. Cheers saro2018
Is it possible to add multiple conditions to an IF...ELSE statement, I have searched for days with no luck. For example:
if(haOpen<haClose) ExtColorBuffer[i]=0.0; // set color DodgerBlue
else ExtColorBuffer[i]=1.0; // set color Red
}
//--- done...
Hello, I've been looking for Dynamic Momentum Index, developed by Tushar Chande and Stanley Kroll, but can't find anything, nor in the mt4 library, not in the internet, atleast not suitable for mt4. Does anyone have this indicator
Hi, I have a indicator that I want to install on my MT 4 platform from Meta editor. Does anyone know how I can do this. your help would be greatly appreciated. It's a Moving average crossover to price for a one hour chart. thanks oddball
Hello fellow MQL4 programmers,
I need your help please. The indicator stated below seems to work fine on first hand but I do have an issue - it doesn't refresh the last bar value - it simply ends and there delivers no signals.
I found the culprit: Question solved:
The position check of value...
Hi, there is a moving average indicator that display the value on the vertical scale (price)? Thanks
Hi Guys,
New to the forum, so i apologize if this isnt the rite place to post, im after an indicator that draws the monthly weekly daily ohlc lines and mid lines with the ability to set custom sound alerts not generic sounds in meta trader. Anyone come across anything like this?
Hi I searched for a simple way to calc the macd (iMACD) for the last bar (or for a given bar number) but couldn't find a clear solution for that. The documentation got me confused. Can someone show me one simple example please? thanks
Hello everybody, For those who are short term traders spread does matter a lot. But not only spread matters - an average range of a time period matters as well. To combine it together a ratio of ATR(of selected period)/Spread with the highest reading would provide the best pair for short time
https://www.mql5.com/en/code/491
can someone transfer the code into mt4 version? thanks
Well i cant figure thoose 4 warnings out that i have in my indicator
In the coding lines presented here there is 4 warnings - Possible loss of data due to type conversion that i cant figure out whats wrong
90 for (li_68 = ld_72; li_68 >= 0; li_68--) {
91 l_iatr_44 = iATR(NULL, 0,...
Have I found a bug?
I'm having difficulty using the CChartObjectTrendByAngle class as it is not doing what I expect it to do. Have I found a bug or am I doing something wrong?
My code is this
int i = 0; datetime t0 = iTime(NULL,0,i); datetime t1 = iTime(NULL,0,i+1); double...

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.