MQL4 and MetaTrader 4 - page 1252

I have been practicing using the Fibonacci pacing as a target for price movement for a long time. The idea is not complicated and is taken from the physical laws of motion of a body: if a body with a certain mass is given some acceleration, it is possible to predict the way and speed of such
  MT4 keeps crashing  (11   1 2)
I have a problem. My MT4 keeps crashing. I am hoping someone can help as I am pulling my hair out. I have attached the dump below. 1. It does it on my PC at home, and my PC at work. 2. Both my PC at home and PC at work are Windows 7. I have tried it on two XP boxes and it crashes as well. 3. It only...
What can i use to have a balance of 5 forex pairs in one simple line? Thank you very much
Does any one know the best way to get order history for one symbol for the previous or current month with a total profit/loss by pips and currency? Much thanks in advance!!
Dear all, I am using the MT4-ECN platform, when one opening order is hitted by stoploss/takeprofit price, the real closed price is not equal to the setted stoploss/takeprofit price due to the slippage. In the mql APIs, anyone know which API can judge whether the history order is stoploss or...
Hi, Is this possible with either MT4 or MT5? Example. I want to run an EA for 12 months, before each month is ran, specified variables are used to get optimum (highest in optimization) setting, and is used on the upcoming month's trade. And after that month, optimization is again done, and applied...
[Deleted]
hello again, i trying touse the goldminer 1 and 2 indicators, as EA, WELL i got the EA runningjust fine but the problem is that when i get the signal from the GM1AND GM2 to buy or sell it does it on the next bar not on the bar thatthe signal was trigger, and stay open unitl the EA closed it.... what...
[Deleted]
i got the Ninja program ex: 1. Low[10] < Open[BarsSinceEntry()] - ATR(Close, 20)[BarsSinceEntry()] * stopLossATR MQL4:??2. stopvalue = Math.Max(stopvalue, Position.AvgPrice + 10.8 * (Close[0] - Position.AvgPrice)); MQL4:?? 3. does  SMA(200)[0]  is same MT4( double ima1= iMA(NULL,PERIOD_D1,200,0...
Can I access with using any computer or moblie computer (latop), so I can do it at any time and at any place?
My EA is very simple one that just print the minute value when a new minute coming. in the log file, just print logs from 2010.10.27 00.00 to 2010.10.27 00.59. Any web resources or answers are very appreciated.
[Deleted]
hi i want to know amount of 3 last up and down in zigzag? i could comment them in indicator but i comment them in zigzag as an EA my program show 0 what is wrong in my program that zigzag function does not work now? Comment(curlow," ",curhigh," ",lastlow," ",lasthigh);
[Deleted]
I am testing MessageBox function in MT4 using a demo account. To use MessageBox, I understand we need to include WinUser32.mgh file in a program (EA). The following program(EA) is from the MT4 Book. #include <WinUser32.mgh> // needed for messagebox function extern double Time_News=07.05;...
hi !! thanks for the reply. lets take an example cos that how i understand better. suppose i have a smal loop to find out all the HIGH values of the candle sticks for a portion of the graph say starting from 3rd nov 12.00 Pm to 4 PM the same day, how wud i incorporate that in offline testing ? code...
Hello! I hope this is not a spam and it is allowed. If anyone need any kind of indicator I can code it. Alerts, crosses,... Same to EAs...
How do you calculate profit in pips on a closed order considering the spread? Thanks in advance!!
The type size in the terminal help section has suddenly gone to something enormous - 24 points or more. How to restore it to something readable?
Hi! I have one script for each time: 1, 5, 15, 60 minutes and 1 day and 1 week. For each time, I put or drag my script for over. How Can I to create a script that start all this scripts in the same time in each windows that each script belongs? Thanks
  System Apeiron  (3)
System Apeiron
So many times out there new folks come along and want to have someone build an EA for them or an indicator. You can pay top dollar for good coding or for bad coding. You can also pay cheap dollar for good coding or bad coding. The difference is going to be in you and how well you pay attention to...
[Deleted]
  Bar by bar trailing stop  (19   1 2)
I'm looking for a bar by bar trailing stop (EA I guess). Once the bar closes I would like the stop moved under it by so many pips (I can set how many 2, 5, etc). I searched and couldnt find anything. Thanks I'm new to site... hello!
I have been getting a lot of help in the past, so I would like to give some back. I am going to post a series of tools that may help you with your coding as you have helped me. This one uses the snapshot feature to help you troubleshoot trade opening and closures. There are a few samples around here...
Dear all, Please tell me what a full structure of an EA should be. I've read the"Documentation" and "Book" section of MQL4 community, and complete reading the examples of EA provided by the latter section. However, when I ran the tradingexpert.ex4 in terminal for testing, it only gave me error...
I have this indicator //+------------------------------------------------------------------+//|                                    Instantaneous Trendline Filter|//|                         Copyright © 2006, Luis Guilherme Damiani |//|                                      http://www.damianifx.com.br...
Probably each of us has at least once wondered what values of protective orders should be chosen for the reliable operation of a trading strategy (TS). Some of them say it is better to use TP=SL and not less than 100 pips, and others advise to use a TP much larger than SL - thus adhering to the
[Deleted]
hello again, i trying to use the goldminer 1 and 2 indicators, as EA, WELL i got the EA running just fine but the problem is that when i get the signal from the GM1 AND GM2 to buy or sell it does it on the next bar not on the bar that the signal was trigger, and stay open unitl the EA closed it.......
[Deleted]
Hi, I have an expert advisor which trades quite well but when i try to modify expert advisor,nothing happens.I think its protected or some think similar which only an expert programmer or some having the knowledge of programming language might be knowing and unfortunately,i am not one of them...
What are the differences between the version of the Meta Trader 4 Build 226 and Build 228 version? I ask because I do not know whether to update the program.
Well, I think I've finished the test management programme, so I'd like to present it to you now. I hope you like it. Purpose The program is intended for facilitating routine work of a trader in testing and optimizing Expert Advisors, sequential multi-currency, multiperiod and other types of tests
[Deleted]
/*----------------------------------------------------------------| // Indicator Export Expert v1, by juanchoc & neo | //----------------------------------------------------------------| // | //...
[Deleted]
I've got an EA that runs on multiple currency pairs and I want to display on the chart the total net profit for that respective pair that the EA has made or lost. How would I calculate this?