Is there a way to paint candles in an indicator instead of just straight lines so we could get high, low, open, closes of the indicator value?
I have long wanted to make a separate topic, but I have never been able to concentrate. There's a lot to say. I'll just give you an outline for now. I'll fill you in later. For now, please speak up
[Deleted]
Sometimes my EA ignores my advices and opens an order, allthough the conditions I had made are not fullfilled. Could it be that the system has too much to do ? I have 15 different currencies in my window and the same EA running 15 times . How much currencies can MT4 handle at the same time ? I
[Deleted]
I have following codes when i execute it on the chart it stars to placing one pending order continuesly what should i add to it for place only one single order /-------------------------------------------------------------------- // simpleopen.mq4 // The code should be used for educational purpose...
[Deleted]
Hello. I am new to MQL4. I have several questions. I can you say as it indicates which price is the line? As he said when opening a new wing in order to create a moment of opening the new wing? thanks
[Deleted]
if(condition==true) { //Opposite as the OP_BUY Stop Loss scenario. RefreshRates(); while( OrderClose(t,OrderLots(),Ask,Slippage, Green)!=true){Sleep(500);} } This works fine with the backtester but with live trading I get no result not even a log entry. The EA button is...
Does anyone know how I can code an EA to draw lines on a chart? Thank you!
[Deleted]
"Reliable and constant forex profits"- That's what the authors of the system claim.
(107 1 2 3 4 5 ... 10 11)
Here you will be presented with a trading system with reliable and constant profit. Although the system is 100% reliable, we do not use it personally and we only give you the proof, As proof that it is possible to have a constant profit on the Forex market. Naturally, you can use it. In fact, the
[Deleted]
I have been given FTP details to download an xml feed (Trading Central feed) onto MT4. How is the procedure to add this information onto the MT4 platform?
[Deleted]
Hi everyone, I have an issue with ibarshift. I have the following code int init() { int time = Time[0]; } int start() { price = High[iHighest(Symbol(), 0, MODE_HIGH, fPeriod(), 0)]; } fPeriod(){ if(Time[0] == time) return(0); if(Time[0] != time) return(iBarShift(Symbol(), 0, time, true)); }...
hi i have had some indicators after subscribing to a monthly abonnement to the most known trader in my country ad all arabic world, and also beterthan many in the us, i made a comparaison, i live in new york, brooklyn . as yo see it works for all of them . it is easy to make a sonor ALert for MACD...
Hi, I want to understand how a simple indicator like a 2 MA cross works and draws arrows in the main chart because I want to make a simple indicator myself. The indicator I want to make must do some very simple calculations with the values of every bar and it's previous one and based on the outcome...
Hi Guys, I was mind blowing after finding a simple yet genius indicator posted on Forex Factory forum. This indicator opens an independent floating dialogue window within the chart window, using dll, for fast Orders management. I storngly reccomnad you try using i for your trading, but the main...
[Deleted]
Since I am new to MQL4. and I've tried the below translation but failed. AA:=MA(C,10); BB:=MA(C,50); CC:=MA(AA-BB,10); ABC:(2*REF(CC,1)+3*REF(AA,1)+4*REF(BB,1))/7,COLORRED; PARTLINE(ABC>CLOSE,ABC),COLORBLUE; I am most appreciated someone can help me to translate this to MQL4. Thanks in advance.
I compiled and tested an expert (EURUSD). The problem is that, even after attaching it to the chart, enabling live trading (smiley face is on the chart), the expert does not make any trades. MT4 options are consistent with expert settings, too. I am working with an ALPARI demo account. Any...
[Deleted]
Hi, Please tell me what time zone I'm looking at on the Meta Trader charts? Can it be changed to my time zone? and Please tell me who runs this page, is it users of meta trader? meta trader company/developers? or both? Thanks, Larry............
Hi, I have calculated my lotposition and if the result is f.e. 0.047 Lot, I want to round it of to 0.04. This systematic should work on a micro- and a minilot account.
double NormalizeLots(double lots, string pair=""){ if (pair == "") pair = Symbol(); double lotStep = MarketInfo(pair, MODE_LOTSTEP), minLot = MarketInfo(pair, MODE_MINLOT); lots = MathRound(lots/lotStep) * lotStep; if (lots < minLot) lots = 0; // or minLot...
[Deleted]
Hi, Please tell me what time zone I'm looking at on the Meta Trader charts? Can it be changed to my time zone? and Please tell me who runs this page, is it users of meta trader? meta trader company/developers? or both? Thanks, Larry............
I have an expert that I am running in tester that takes data and saves it to a text file. The EA simply takes various variables and saves them as string variables in a text file. It does this through the use of the FileAppend function. Attached is the code. What I have noted is that when the...
Hi When I try and remove a profile it just keeps coming back this is annoying because I have too many there and only want 3 so I can scroll thru them quickly. The same is true for saved templates I remove them but they just keep coming back. Thanks
[Deleted]
Hi, I am using an idicator that draws line of dots on main window of the chart. What changes need to be done to indicator so that there is only the current line of dots and remove the previous lines of dots ? Please see attached file of the indicator.
[Deleted]
Hi good people. i have an ea that works on meta trader. now my problem is that when i installed it i refused to work and i say that the spread is to wide for meta robot to trade. i do know of the the added figures that have been added on to the currency. now can any one tell me as to how i eliminate...
Hi MT4 Community, do you guys know an exception that the AccountNumber is not part of Title please? I am trying to determine the accountnumber without using mql from external and wonder if i can trust the title. Does someone know any broker which does have different title then account number...
Is there any way I can copy the account history in MT4 to Excel or a file system? At the moment all I see is a "Save Report" function that produces an HTML file that I cannot manipulate. I need to do some analysis on the account history. Can anybody give some advice?
Hey Fellow Traders, I developed a semi automated trading system, based on a weekly chart, 10 points of entry for shorts, and longs(identified by the user on the chart).5 points for short orders, 5 points for long orders System rules: The system trades on a weekly chart(static chart).First: the...
[Deleted]
Set up my first meta trader account last week.I have been sent a zip file of some templates to use in accordance with a trix strategy.Please could someone advise me of the process of getting these onto my platform. Many thanks in advance for any help that people can give.
[Deleted]
Hi everyone ! Please forgive my bad english...I am french...nobody is perfect... ^^ Well, I would like to know if you could help me because i'm completely a noob in MQL4. I am trying to make an easy EA wich will place pending BUYSTOP and SELLSTOP orders on the highest and lowest price of the last 3...
Is there a command in MQL4 that will display all available symbols offered by the broker?
[Deleted]
As you read in subject, I need to proportioning 2 buffers with different homogenous size,i n the same subwindow. ex. BufferOne[0] = 1.10 ;BufferOne[1] = 1.15 ;BufferOne[2] = 1.22 ;BufferOne[3] = 1.50 ;BufferOne[4] = 1.30 ;BufferTwo[0] = 100 ;BufferTwo[1] = 150 ; BufferTwo[2] = 350 ;BufferTwo[3] =...

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.