lea 18.04.2010 12:14 SProgrammer wrote >> then ten bars ahead of the redraw boundary it can be 99% accurate. It's a beautiful fact, but useless. =========== grell 18.04.2010 12:17 SProgrammer wrote (a) >>. No - you're not quite right - if you for example take a MA with a period of 3000, then five or
How to force MT4 to download lower timeframe data (eg. M1) when on a higher timeframe chart (eg. H1)
(3)
The iTime() function seems to be returning valid dates for some currency pairs (eg. "EURUSDpro", "GBPUSDpro") but not others (eg. "USDJPYpro"). I am using it as follows: datetime result = iTime(NULL, PERIOD_M1, 0); I've already checked that M1 data is available in the History Center, so that's not...
void Test_Run() // Program { double CurrBid=SymbolInfoDouble("GOLD",SYMBOL_BID); double CurrAsk=SymbolInfoDouble("GOLD",SYMBOL_ASK); if(CurrAsk==BuyAt) buy(); if(CurrBid==SellAt) sell(); else Test_Run(); } Hello everyone, I quickly put this code together to run on my demo account, but I...
I am trying to send a notification when an RSI crosses a trendline on the indicator window, how can I do this? I am trying to test a strategy for a month from now. I want to draw a trend line manually on RSI Indicator window, then add a script or EA to alert me when RSI crosses/ touches that...
Comments that do not relate to the "Drawing lines - Max and min -", have been moved into this topic.
I want a code to automatically set the zoom state of my chart to minimum. this is to be included in a EA that depends on this minimum zoom state to work.
Hi All, Title says it all, I would like to have a way of populate the order box and display it. so all I have to do is press "OK" to place the order Steve
Hello guys in the following code " for ( int i= 0 ; i<limit; i++) { //---- ma_shift set to 0 because SetIndexShift called abowe MediaVeloceBuffer[i]= iMA ( NULL , 0 ,MediaVeloceTf5Period, 0 , MODE_EMA , 0 ,i);
[Deleted]
I am trying to have manual confirmation for the EA by having it open the order window(f9) but it seems like there is no such function call. From what i have found online it seems that manual confirmation has also been removed for quite awhile... So is there any other possibilities of changing the...
[Deleted]
Hello all, This question has been asked a number of times in a number of ways by various people, with a conspicuous absence of answers. So I'll put it clearly in the hopes of getting an answer myself. Consider: In order to set the width of histogram bars in a custom indicator in a separate window,...
Hello forum, I was looking at the standard MACD.mql4 code using the MetaEditor, as I try to learn to code by example. It all seemed straight forward for the calculation of the ExtMacdBuffer, but I am confused as to how "double ExtSignalBuffer[];" is calculated or is populated by...
Does anyu one have a correlation matrix indicator! Tried coding mine, and its just way offl Thanks so much
Hi folks, Searched but couldn't find the answer ...on my question: Is it possible to extract the RSI data per tick to get all RSI values during a candle period? My goal is e.g. to receive the lowest daily value of the RSI on M5. I can identify the highest/lowest candle itself by PRICE_CLOSE ....but...
[Deleted]
Hey guys, Ive come up empty handed after searching the correct way to write my code so that it places pending orders a certain pip distance above the previous bars H n L. Ive seen similar questions but they weren't resolved and i can't find any documentation in the book about this specifically. I...
On my Pc W7 pro this code runs without problem. On a VPS W2008R2 it causes a "zero divide". Even broker, account different. How would it be possible that "iClose (pair [i], FastUnit, FastNumb-1" return zero? #property copyright "Copyright 2015, JLF"#property link "https://www.rototo...
does it matter if i use High[0] or iHigh(NULL,0, 0) in EA ? why iHigh is widely-used way?
How i can stop Duplicate Transactions in EA Please help me bool OrderIsActive(int ordertype) { for(int i=0;i<OrdersTotal();i++) { OrderSelect(i, SELECT_BY_POS, MODE_TRADES); if (OrderMagicNumber()==MagicNumber && Symbol()==OrderSymbol() && OrderType()==ordertype)...
I've created an EA that works very well in backtesting. However, I have a different program that I use altogether which I use to signal GREEN/RED. Green is when I consider the market conditions favourable to go long stocks. Red is when I go to cash. I would like to incorporate the two systems...
Hi all, I have been trading for a while but programming is still very new to me. I have created an excel sheet with mt4's dde sample. I now want to display the excel sheet that i have created on my website, but i need the live updates to run as well. Any suggestions how to do this?
I have created a EA that sends tick data to a custom calculation module in my server and receives the calculation's result. I want to plot this result into the graph from this same EA. How should I approach it? All charting and plotting examples point me to write an indicator but it is not...
hi friends i have a problem im using MetaQuotes demo account and i dont how add oil and some of stocks i need ur help
Hello to everyone, I have a small problem using this code: //--------NewBar------------bool NewBar() { static datetime lastbar; datetime curbar=Time[0]; if(lastbar!=curbar) { lastbar=curbar; return (true); } else{return(false);}}//--------NewBar------------ that helps me...
When open a file, get the error "5002". Use "Print()" the file name, got "C:\Users\900077605\AppData\Roaming\MetaQuotes\Terminal\3222703EF955C10T7523LJHO8922D2\Info.csv" Could you please help tell what is the name problem? Thanks!
Hello, I'm writing an EA and i have a problem here: This is my Send Order: OrderSend(Tien,ÓP_SELL,Lots[y],NormalizeDouble(GiaS[y],Sothapphan),3,z,NormalizeDouble(GiaTPS[y],Sothapphan),NULL,0,0,clrNONE); And this is my SellStop Order OrderSend(Tien,OP_SELLSTOP,LotSs,NormalizeDouble(GiaSs,Sothapphan)...
//+------------------------------------------------------------------+ //| SwingMan HiLo Activator2.mq4 | //| SwingMan | //| soc607@t-online.de |...
This little script: void OnStart() {//--- int waitMinutes = 60, waitSec = waitMinutes*60, waitMSec = waitSec*1000; while ( Minute() < 48 ) { Sleep(30000); Comment("Starting Eieruhr.. ",TimeToString(TimeCurrent(),TIME_SECONDS)," m: ",(string)Minute()," => "...
Does anyone know how mt4 calculates CHART_PRICE_MAX and CHART_PRICE_MIN ?
Hello friends, I want to create a login form in an EA, what is the right form to do that? Thanks for your help
Hi friends, I am doing an EA for my personal use and I don't know why when I put an order instantly this order is quit.... I am using a demo account. Code: //+------------------------------------------------------------------+ //| Script program start function |...
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.