Copy the sample strategy and trading sustem that turned a 4,800 REAL MONEY Forex account into $4xx,xxx with minimal loss. Only few review copies available: FindGlobalTrends.com
Hi guys,
I have a serious problem and I don't think I could handle it myself without any help :(. I would be very grateful if someone could give me even something to read because I don't know where to start...
I'm writing a MQL4 indicator and I stuck on one case. What I need to do, in the first...
Hi,
I have coded an indicator.. all looks great... but having issues with the alert.. once it triggers, the alert keep on popping up and sounding up... how do i set or code it in a way to make it just popup once and sound once for each time it triggers?
here's the code rules that trigger the alert...
I am not pro in MQL4.
Could someone say How to do it? Or maybe someone have indicator code.
thank for help.
I saw an indicator in mql that automatically calculated your position size based on risk percentage. Unfortunately I can't find it any more. Reason I need something like this is because my entries need to be quick and I don't want to have to do the math manually.
Regards
Hi,
This is my first try in programming a custom indicator, the indicator works, however, it wont refresh until I change the frame then come back to it.
I know it is a logic issue, but I would appreciate any help.
I want it to calculate every bar, however, it will display history bars only, not...
Please look at code below, I have a time based stop loss function below but it is not working properly as It only looping on on the first time only (TimeBasedSLperiodLoss1), and does not go to TimeBasedSLperiodLoss2. Any help would be highly appreciated.
extern string Percent_Close="% of...
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...
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.