Hello, I wanted to know if I need to use the IsTradingAllowed() function in any way, if I only run 1 EA per computer machine ? This is the way I have used the IsTradingAllowed() function, is this the right way to use it within an endless loop ?(see code below) ? Please note I have read the MQL4...
Anyway of setting up shortcut keys? Like a buy order would be Ctrl B? and Sell would be Ctrl S? etc...
excuse me ,how can i get more history data of 15 minute in MT4 i want to test my new trade system ,so i need more 15 minute but the data in mt4 is so limited thank you if someone could help me holp everyone can know me ,i'm not person speaking english
hello is anyone know tii indicator to "metatrad4" same like have in "vt trader" thanks for help
On the website of the Automated Trading Championship 2006, the new article named "Report: The Championship Started" has been published (http://championship.mql4.com/2006/news/36/). It summarizes the first results of the Championship: some traders were rejected to be registered for different reasons,...
Hi, Can someone please help me with an alert (up/down arrow and alert) for the above mentioned indicator. Here are the specifications: When MA1 (9) crosses the 'line' (buffer3), I need an arrow placed after the close of the current bar/time period. 1. Up arrow: when MA1 crosses below the...
Gee, it sure looked simple. My indicator just doesn't look at all like those nice smoothy lines in October 2006 TASC. Maybe someone can tell me whats wrong...
Hi, im a newbie in the currency market and i've aquired more losses in trying the system than actual profit. You really must know what your doing beforehand!
i've found that the list of mt4 server is stored in the "mt4/config/*.srv" then an idea blinked in my head .. why don't we exchange this kind of file instead of finding the IP address of those broker cos lots of broker never post their demo ip in pupblic and i cant find the way to get it easily...
[Deleted]
Here is a thought, The name of our forum is FXFisherman, baciscly this is a brand. Maybe we should like create an abriviation, and register a second domain. Somethin like https://www.mql5.com/go?link=http://www.fxf.com , it is easy to remember, fast to type in, and it looks more like a brand....
Hello All, I'm using Interbank FX demo account and just testing the OrderSend() function. I created a new Expert Advisors and under start() I have place the following code if(Bars != bars) { bars = Bars; int ticket; ticket=OrderSend("GBPUSD",OP_BUY,20,Ask,3,Ask-25*Point,Ask+2*Point,"My order#1"...
Dear Metaquotes Development Team,
I am in the process of building a dedicated server to run MT Client Terminal. Specifically, I was wondering if each expert when added to a chart runs as seperate thread within one MT4 Client executable? I would assume that the MT 4 Client terminal is written...
can I use more than one delimiter somehow when opening a csv file?
eg: InCsvHandle=FileOpen(RawCsv,FILE_CSV|FILE_READ, ';' | '-');
I have a CSV file where two data are separated with a "-", this way:
1.2333;1.2335;12-14;MOD
and it would be good to handle them as two different integer numbers...
Hi All, Somebody can help me: I'm looking for: Mt4 API integration with Currenex's API Thanks B.
for (int i = 0; i < OrdersTotal(); i++) {
OrderSelect(i, SELECT_BY_POS, MODE_TRADES);
.
.
.
}
Whenever I issue an OrderSelect function, does MT4-client query the server each time this is called or does MT4-client looks it up at the local machine's "Trade" and "Account...
Hi, I,am new here and I have read every one of "Codersguru" lessons. I have another type of charting software called SEISMO/ Sharechart. The data feed with 20 delay which I get at the moment costs an arm and a leg. It appears that the file for data download is a stc. file just as MQL 4 is for...
In your opinion, what is the most volatile currency pair? I'm trying to look at one thats not very trendy, if it is its very very choppy.. I'm looking for the market that is really ups and downs all day. I'm looking at USDJPY right now.. anyone else have any others that would like to share? they can...
How do you set an expiration date for an indicator; so that when that date is reached the indicator ceases to operate? I found this code; but all it does is create an alert. However, the indicator still works. if ((Day() >= 02) && (Month() >= 10) && (Year() >= 2006)) { Alert("Trial has ended. Please...
Is it possible to assign a hot key to the buy and sell button on the current active trade window?
(4)
It sure would be helpful if it was possible to assign a hot key on the keyboard to the active trade window one has open, instead of using the mouse. Instead of clicking buy or sell...hit a keyboard hot key. Is this possible? I sure hope so. If not, please make this a function in your upgrades....
On the website of the Automated Trading Championship 2006, the article "The Championship Started!" has been published. It officially declares the start of the Championship and describes changes made on the Championship website that are of effect since the 1st of October. Renat Fatkhullin, CEO of the...
Hey guys Which one of these designs do you like the most? I'm going to change the site's look and feel. You can also criticise, then i'll tell the designers to change if needed. #1 Home page: https://www.mql5.com/go?link=http://www.designcanada.net/mockups/forex/revision/ Sub page: https://www.mql5...
Free ebook by the original authors of "The Turtle System". Enjoy, roger
Hello, Can someone help to write a quote on Moving Average Convergence/Divergence (MACD) developed by Gerald Appel for Metatrader 4. Thank you
Yeah, I am entirely new to programming. I've been manual trading for a long time, and have been wanting to test out some ideas. If anyone can post links to good guides for writing code that'd be great. I don't even know what the code is called or anything, so any help would be great. Google has
Hey guys Steven had been with us for a year and been away more than a year now, so it's time he was dropped to normal registered user. He's dropped not only because he's been away too long, but also I think he doesn't like the forum and possibly us for some reason. Our community is going to live and...
Hi, I can do simple coding at best. I am trying to write an ea but I am getting "Invalid Lots" error. double LotsOptomised() { double prevMACD = iMACD(Symbol(), 0, 12, 26, 9, PRICE_CLOSE, MODE_MAIN, 2); double curMACD = iMACD(Symbol(), 0, 12, 26, 9, PRICE_CLOSE, MODE_MAIN, 1); double lots = 0; int...
I am new in using MT4 and I am currently backtesting some EAs. I have found something very interesting in which some of you might want to verify with your own EAs. I ran the same EA with the same presets on MT4 from metaquotes and MT4 from InterbankFX. Simulation dates etc all the same. I found that...
Hey Guys can somebody post the delta indicator here it's a great one i hope that i get some respond cheers
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.