MQL4 and MetaTrader 4 - page 1645

[Deleted]
Hi all! I'm new to trading and have recently managed to get my head around the MetaTraderplatform.It's brilliant! One thing that's missing for me... is it possible to set an alert facility for theWilliams %R ? If anyone could advise or steer me in the right direction, that would be great! Thanks,...
-
Hello. I´m just curious. Both functions seems to have the same purpose. Both show the level on levels tab, etc. #property indicator_level1 30 or SetLevelValue(0, 30); Is there any difference and/or reference about when one´s must be used and when the other? There is no difference in what you...
Hello Help: MQL4 Reference - Standard constants - Error codes has names which are >31chars long. For example the compiler throws error: 'ERR_GLOBAL_VARIABLES_PROCESSING_ERROR' - too long variable name C:\Program Files\MetaTrader4\experts\... Is easy to work around this issue using inline hard coded...
  singel currency  (2)
can any one provide me hst files for singel currency exm. eurusd is one pair, but if i see usd only or eur this will help me to fine which currency is geting stronger. ...the chart should be average movment of all major currency thax
[Deleted]
Can we open up gold and silver charts in mql 4
[Deleted]
I make a expert adviser ,but at a long time ,it work fine ,but after a time point,it work worse. any one do can help me? before 2006-9-20 , it work fine ,and after 2006-9-20 , it work poor . why? somefactor affect it? I don't know . need help !!! any help welcome.
[Deleted]
Hi, I'm a newbie in making program. I tried to make simple EA using weighted moving average . We know that what ma_method 0 to 3 stand for. But What about Moving averages MA­_Method 4? Is it WMA? maybe more MA_Method in MQL4? Thanks in Advance
In previous builds there was an option to turn off the visual back testing. Thisoption now seems to be gone, and back testing takes FOREVER. Is there anyway toadd this back in or to speed up the back test process? Thanks Mark
[Deleted]
//---- input parameters extern int ReversPoint=50; extern double TakeProfit = 25; extern double Lots = 1; extern double InitialStop = 20; //---- buffers int Trend,InTrend,ttime; double Last_High, Last_Low; //+------------------------------------------------------------------+ //| Custom...
[Deleted]
  how makes EA  (2)
i ask for you all? please answer.... how makes EA
[Deleted]
i wrote this EA //+------------------------------------------------------------------+ //| This MQL is generated by Expert Advisor Builder | //| http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/ | //| | //| In no event will author be liable for any damages whatsoever. | //| Use at your own...
[Deleted]
Hello could any one please show me a way to read the contents of an Email file which isreceived by terminal. when ever a new email comes a file is saved by terminal butthe contents seems to br encrypted. I receive news by those emails and whant touse those news in my algorithms. regards
Hey I'm looking for three indicator: (1) Fourier Transforms http://mathworld.wolfram.com/FourierTransform.html http://en.wikipedia.org/wiki/Fourier_transforms (2) Laplace Transforms http://mathworld.wolfram.com/LaplaceTransform.html http://en.wikipedia.org/wiki/Laplace_transform (3) Z-Transforms...
When I use this string function, string local=TimeToStr(TimeLocal(),TIME_MINUTES);Comment("Local Time - ",local); and my local time is 07:21 EST, I get this output. 7:07:21. Instead of "hh:mm"format, I get "y:hh:mm". Is there a problem with this string functionor am I doing something wrong. I'm...
  Password reset  (1)
Please help me to reset my Password
[Deleted]
Can we get all these in the same window of stochastics oscillator. Please if youcan help me developing this it can be really good. I took this one from a forumbut it works really well. It has been developed in mql4 only. Please if u can help me develop this. stochastics: k:20 d:10 slowing:20...
[Deleted]
i want to add laguere,cci,disparity index and demarker in the same window pleasecan u help me how to do that
[Deleted]
  Tick charts  (1)
Hello Id be very grateful if someone would code tick charts for MT4(the tick charts onmt4 have too limited a time window) Regards
[Deleted]
How do I stop the Expert Advisor permanently from inside an EA?
[Deleted]
I am new to MQL and having a bit of difficulty understandig this. Lets asume i havesome code that does some calculations and tells me whether it is ok to place pendingorders and at what price. Something like this: if okToBuy=true { here i would like to have my long stop pending order } if...
Does anybody have a method of converting time charts into tick charts? - Since MetaTradercollects all ticks, there must be a way of charting them by number of ticks asopposed to by period of time. I know of (and use) the Period Converter found at'Period Converter Optimized' , which allows you to...
Hi, I'm newbie in making program. I try to make simple EA wich will open trade in time that we set before, for e.q I want to open trade at 21:00, but the problem with my EA is if I set the time at 21:00 and there is no tick at that time so it won't open the trade and I don't know how to make the EA
Dear together, i have new currency pairs in MetaTrader 4 in the HISTORY CENTER but i can´t get a view of these new ones inthe chart menu ... When i open TOOLS and then HISTORY CENTER i have more CURRENCY PAIRS as when iopen FILE and then NEW CHART !!! I don`t understand why - or let me better...
[Deleted]
  Vista  (1)
I was working normaly with Meta Trader on windows 2003 and XP, since I have Vistait gives a no connection message next to the connection bar? does anyone have anyidea if it should work on vista?
[Deleted]
QUESTION: check for the syntax and how to write the code if close_price -- open_price on bar1 >=3 if close _price -- open_price on bar2 >=3
[Deleted]
hey guys...........i need a solution to the this question: what is the syntax to write on : check if 3bars are above 13 period_EMA
[Deleted]
Hi, I want to know if anyone knows a way to place automated trades, that execute atthe same time and in the same way everyday. Example: If I want the eur/usd to be sold every day at 02:00 GMT with Take Profit of 10 pips,how can this be done in an automatically way?? I will appreciate if someone...
[Deleted]
I need a quick tutorial on magic numbers and their relevance. Here are some questions. 1. Are magic numbers needed in order to maintain separate "state" or"namespace" for each instance of an EA applied within the same terminalapplication? 2. I assume the answer to number 1 is "yes", but, then I'm...
Please check, there error at codebase in Russia site !!!!!!! 'FX-CHAOS' FX-CHAOS The two word doc files inside zip have special names, so can not extract them out. Please change those doc files' name to English characters!!!
I would like to limit the choice of possible values taken by an external parameter . I there a simple way to do than testing the allowed values and displaying an alert if it is different? For instance, let's say that I have extern int SL; and I want that the only authorized values for SL are 10, 20