[Deleted]
Hello there. My 'New Order' tab is not functioning. As in cannot click. Anyone out there knows what is wrong with it? Regards Noor
I downloaded the book file but there is not text concerning the lesson ; there just some titles in big characters . Please I need some help to read properly this file .
hii.. surely i'm a beginner...... can anyone please help me how to use these indicators....cuz i'v been trying to understand it for the past 4 hours... i'v used some indiactors and i actually dnt understand....when to buy/sell...exit and entry....??.....and which indicator is precise and easy to...
Search is down ...and I'm trying to change (Overwrite) elements in array in an EA. I've tried as many ways as I can think... I'm setting Lot sizes to an array...and I want to use larger values as the account grows... I've simplified it here for demonstration...
[Deleted]
Just after I have made my custom ind. I start working on EA to check it. the EA run and made 0 orders... After debug I saw that iCustom always return the EMPTY_VALUE, except of the first tick. for conclusion iCustom return the value it should only once at the beginning, then it returns EMPTY_VALUE...
Hi. I am looking for pip maker but did not find it in Download section. I want to test/manage/operate Scalping EA, I am happy with 5-10 pips per trade for now. Where Can i Find it ? Witch is better according your experience? Requested by other way, wich indicators are better for scalping? Thanks in...
[Deleted]
Hi all I'm trying to download the Book as one file from the link in this website... after I finish to download it it opens empty on my PC. any idea what am I doing wrong ? please help. Thanks in advance
[Deleted]
Need help optimizing EA. I followed all the instructions for optimizing an expert, but each pass produces the following results: 1 0.00 0 0.00 0.00 0.00 0.00% No matter how many passes, the results show zero actual trades occurred. There is in excess of five years of...
Ok I guess this is a stupid question but I'm still new to coding and want to know if it is possible to combine more than one indicator to set up an ea? ie I use one indicator for primary signal and 2 other ones for confirmation.
[Deleted]
How to return UsePeriod_5==false? if((UsePeriod_5==true)&&(ContinueNext==true)) { //////////////////// double OPEN_5=iCCI(NULL,0,5,PRICE_OPEN,0); double CLOSE_5=iCCI(NULL,0,5,PRICE_CLOSE,0); double HIGH_5=iCCI(NULL,0,5,PRICE_HIGH,0); double LOW_5=iCCI(NULL,0,5,PRICE_LOW,0);...
As you may know, our company develops not only the MetaTrader 5 trading platform, but also the TeamWox company management system. This is an actively developing project, and recently we started to distribute the system free of charge for for the small business. The only limitation of the free...
[Deleted]
I have managed to program my first EA looks ugly but works great.I have too problems 1 I want to have my lots set by percentage of equity and 2 I can set an overall maxlot but I want to have separate ones for long and short trades. any help would be greatly appreciated.
I am currently reviewing a few brokers and I have noticed that with one of them the upper triangle at the bottom right hand side is green but the lower one is permanently red. This is the first time I encountered this. I asked the broker and the reply was that this is normal. Unfortunately I got the...
As we know, markets are non-stationary. It is very easy to prove this: we take a market model for some financial instrument and fit it to a certain section of historical data, approximate it as closely as possible (approximate it). We obtain an extremum of a difference between the historical data
I want to insert script to EA that working on hedge. The script for close all position when total BUY and SELL position is the same and above 4 position each. Lets say 5 BUY and 5 SELL then close all position whatever condition it is. Just to how to write the logic and script then I will try to fix...
[Deleted]
I was doing a strategy test and it came up with the following: 2009.12.25 11:33:48 TestGenerator:unmatched data error (volume limit 120 at 2009.12.24 20:00 exceeded) What does this mean?
[Deleted]
I have been demo trading on MT4 until now, i tried entring a trade but it keeps saying "Trade is disabled" and nothing seems moving....the price is at a stall. I close the MT4 platform and open again, it connects but no movement..everything's just stalled. Please someone should help me. Thank you...
We are happy to announce the launch of our new partnership program. It has undergone revolutionary changes, and almost all its aspects have been improved. This new program will be even more attractive and beneficial to our partners! Now our partnership relations will become even closer. Not only we...
I have seen metatrader with a line across the screen at the current price that moves up and down with the price. Unfortunately I cannot find how to add that line to my metatrader. Can someone help me please? MJ
As always, one is good, the other you know. 1. The good news: Dub's theorem, is a special case. It could even be called a tautology, because: "A martingale cannot in any way be made non-martingale if it cannot in any way be made non-martingale". 2. The bad news. The financial markets fall under a
Dear all, Thank you for always help at this forum. I am trying to show Bigger font size RSI Value on chart like picture I attached . Pls see Green value in picture. (Top one is RSI, bottom is Ask value) but there is so many zero's .... I would like to show only 3 degits like code I wrote. So, I...
Hi, it is my first message and I first would like to congratulate you guys for his fantastic forum. I am trying to introduce the following condition into my EA but I have got confused. I would like to enter long if: RSI of Current Bar is > of RSI of previous Period (x). Let's say the last 14 days....
We can apply expert advisor in any chart. But the problem is when tick changed then only the EA is executed. If there is any way to execute the EA in desired time. For example i would like to monitor a file which holds new order information and if new order information is added in the file then the...
[Deleted]
Hi Everyone.. Does anyone know how to fix a problem I'm having with my MT4...I have loaded an indicator which produces arrows on the price chart but as the price bars move the arrows stay where they first formed. I hope I explained this well. Thanks
[Deleted]
In preparing to write my first EA (which includes code to calculate lot purchase size based on risk), I wrote a script to pull various pieces of data from the broker's server, in this case Alpari-US, to make sure the data was being pulled as I expected it to be. I noticed the following in regards to...
[Deleted]
Is their a Math function that calculates the Normal Inverse for a series of numbers? In Excel I'm using NORMINV. Thanks,
[Deleted]
looking for a simple indicator to show a vertical line at yesterday open candle. tried search but did not find one. thanks
[Deleted]
Hello, I'm very beginer in mql4 and I know nothing in C or C++. Anybody can help me to create function to get pip value each time to increase or decrease. Example: Entry price is 0 if (price go up for 1 pip) Pips=1 if (price go down for 1 pip) Pips=-1 In my code I have: extern int TakeProfit=30;...
[Deleted]
if (TimeBar==Time[0]) return(0); if (TimeBar==0) {TimeBar=Time[0];return(0);}//first program run double EMA0 = iMA(NULL,0,period_EMA,0,MODE_EMA, PRICE_OPEN,0) What is Time[0]? I think it is time of the first bar. here Time[0] is 0, if it is 0 it retuns(0).it means it shops execution, when...
[Deleted]
Dear Forum, I was thinking lately how helpful it would be if I can create composites that are not offered by my broker. For example I'd like to create chart of AUDGBP by dividing AUDUSD with GBPUSD, and then if I see some technical setup at that composite it would be much easier to bring decision...

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.