MQL4 and MetaTrader 4 - page 1687

[Deleted]
The code below is my attempt to delete all arrow objects on the chart which do nottouch a price bar. When I comment out ..., the script accurately Printsall objects which do and do not match the criteria as expected. However, when Iuncomment ObjectDelete, the arrow objects which should get deleted...
[Deleted]
Is there any documentation on which function calls are able to be handled from yourlocal machine and which require a round trip to the server. Recently, in a veryfast moving (gaping also) market, on one platform the spread widened dramatically.My calculations used the original spread and thus were...
-
Hi, I have a question about using the control points method and Every Tick method duringtesting my MQL4 coding. When I use the control points method, then the results is every good. But whenI used the Every Tick method, then the result is very bad. I assume that Every Tick method is closest...
request 1. So, on Monday on August, 20th 2001 in 9:00 mornings across Moscow quotationEUR/USD was 0,9175. Which time is that for MetaTrader 4 Alpari? 2. So, on Monday on July, 31th 2006 in 9:00 mornings across Moscow quotation EUR/USDwas ? Which time and quotation is that for MetaTrader 4...
I am new to this trading thing and would like some help I have been using another pieceof software but keep having various issues. So here I am. Any way I have beensearching for the above indicator but no success is there anyone out therethat has coded this. I am looking to use this in the same was...
[Deleted]
Hello I encountered this problem, could any one please help? I'm working on MAs of m30 or H1 or H4. As we all know, the value of last bar isobtained online from current bid price before the bar is closed. so before thisbar is closed, the value of indicator(here MA) is changed many times. What...
I'M TRYING TO USE "DAY TRADER" AND "STARTER" EA AND IM NOT GETTINGANY ENTRIES. I HAVE THE HAPPY FACE ON BOTH. AM I MISSING SOMETHING? THNX
[Deleted]
Does anyone know exactly what happens with a call to function like OrdersTotal(). If I need to know how many open orders I have, it appears that I would haveto make this call every tick. If it is a very fast moving market and I make anextra round trip to the server with each tick, this seems like it...
[Deleted]
string name1; double normprice; for(int i=0;i<ObjectsTotal();i++) { name1=ObjectName(i); normprice=ObjectGet(ObjectName(i),NormalizeDouble(OBJPROP_PRICE1,4)); Print("Object #"+i+" name is "+"\""+name1+"\" and price is "+normprice); What's wrong with the code above? It's not...
[Deleted]
Hello,all. I am build an auto system, In the strategy tester, in m30, the system is very well.But in m1 m15 h1,the system is very badly. I don'tunderstand why? Everyone who can help me? Now I am very worry my system is not well. Thanks.
[Deleted]
double var1=0.123456789; Print(NormalizeDouble(var1,5)); // output: 0.12346 The example above is taken from the description of NormalizeDouble in the docs.Two problems with this. 1. The output is NOT 0.12346 as indicated but rather 0.1235. 2. Changing the precision value does NOT work on...
[Deleted]
does it work i cant get it to make anything but ski slopes and every now and thena avalanche will roll down but every test regaurdless of the setings i get thesame results.
Dear Fellow traders & advisors I am relitively new to the trading environment and would like some advise on something. I played around with the Expert advisors provided in MetaEditor. The ones for MA& MACD seems "fine". I managed to load that onto the chart and runsome tests with it using the...
[Deleted]
hi i need a charity programmer who is willing to work in conjunction with me. ihave some very specific ideas and would like to create a profit winning expertadvisor that every one would like to use. please provide your details includingyour email address so i can get in touch with you. this will...
[Deleted]
Is there a keyboard shortcut to comment a selected block of code in MetaEditor?
  Blockbuster EA  (42   1 2 3 4 5)
hi all, i found this ea on yahoo metatrader group. The backtest is amazing ! i started forward testing it on H1 TF. Hope some one can evaluate as well
[Deleted]
hello: how to add the following indicat lines on "MarketProfile" indicator? TOPLine[i]=High[Highest(NULL,0,MODE_HIGH,Period, i)]; BOTLine[i]=Low[Lowest(NULL,0,MODE_LOW,Period,i)]; Period is equate to value since (extern datetime StartDate = D'2006. 06.23 00:00')to current    
[Deleted]
Is it possible to customize the chart style that is outputted by the strategy testerwhen selecting Open Chart? Being able to customize this chart output to match what I have on manually markedup charts would help tremendously.
[Deleted]
I have downloaded one of the expert advisor, back tested it with historic data andlaunched it onto my chart live trading. Although it shows expert advisor initialized,it does not show any buys, sell alerts. what can I do need help...........
[Deleted]
First time poster with a first time question. I have an indicator set up to calculatea moving average and then two shifts of 33% and 99% away from the center, and thispart functions flawlessly. The only concern is how do I set it so that it onlydisplays a total of five digits on the graph output; IE...
Does anyone have a method for quickly copying & pasting backtest results into another application to showwhen an EA was in & out of the market? If there is a method for doing it in Excel, that would be good. Iwant to end up with a horizontal bar for several EA’s, showing on & off times for several...
what is with this error in my metaeditor.log? 2006.06.28 13:53:37 Dictionary: invalid attribute '</text>'
[Deleted]
Is there a way to construct a stop limit order. I want to buy on a stop using apending order but limit the price I will pay in case of a spike. I thought of usingslippage but since with a OP_BUY I am issuing a market order I will pay whateverthe Ask price is with no limit (or so it seems). Any help...
[Deleted]
Does anyone knows whether (and how) an expert advisor can remove itself from the chart after it accomplishes its task
  microseconds..  (1)
is there any way to get a time period less than one second within mql4? (microtime in php and vb, and perl I think)
[Deleted]
How would I go about putting a line (or arrow) on a chart at a certain value withinan expert advisor? Thanks!
[Deleted]
hello all.. Need a programmer, please email rates, your location, and experience. Also we willneed you to sign a non-disclosure agreement. Thanks! Josh jross@integrityfx.com
[Deleted]
I'm a nooby who is basically trying to learn a few things. I used a program builderfrom http://translate.google.com/translate?hl=en&sl=zh-CN&u=http://www.wsforex.com/&sa=X&oi=translate&resnum=1&ct=result&prev=/search%3Fq%3Dwsforex.com%26hl%3Den%26lr%3D which is a site i found on this forum. I need...
[Deleted]
Is there a way to get the total positons held besides looping with OrderSelect looking for OP_BUY and OP_SELL and counting with OrderLots() and if not,does anyone know how fast this, especially in a rapidly moving market such as arounda report?
[Deleted]
I'm playing around with scripts and realize that they don't have the ability toset external variables. Is there a way to pass a variable into a script eithermanually or via another indicator on the chart? Here's what I'd like to do. I want to identify an upper and lower channel on thechart. I'd...