[Deleted]
I have not used meta editor of MT4 for compiling and making .mq4 file. I have a code which plots BB with deviation in decimal points. Pl. convert it to .mq4 file
Can you guys tell me what can be transferred to the DLL and what can't? Is it possible to use predefined variables in the DLL
Hi guys, do you have an indicator for this strategy? I would compare and study the relationships between two indexes or commodities. Many thanks, Stefano
[Deleted]
double HighValue,LowValue; HighValue=High[iHighest(NULL,0,MODE_HIGH,100,1)]; LowValue= Low[iLowest(NULL,0,MODE_HIGH,1,1)]; HighValue - LowValue = 0.00095 true; OrderSend (" EURUSD ",OP_BUY,0,01,Bid,3,Ask -5 * Point,Ask +10 * Point); HighValue - LowValue = 0.00225 true; OrderSend
[Deleted]
Hi everyone I used an online code genetor to generate some code with a long and short entry signal. Here's the scenario, it triggers long and a trade is opened with stops and targets set. Then the market reverses, stop is not hit but a short is triggered. I would like it to open a short (keeping...
Is there any Funtion that tell me when a candle close if it was bearish or bullish? Thank you in advance Aldo
Hi all, I've a problem with the follow code to get the trailing Stop to start after a minimum profit is reached. As it is when a profit of 5 pips is reached, the stop loss should get positioned at 3 pips after the order open price, but what is happening is that once we get a profit of 5 pips the...
Hello.. Can you tell me how to make a MA or EMA period with a minus value when the settings do not allow it... ? For example, how and where do I tweak the code so that the MA settings can put a minus period and have it triggered? Second option: need to mirror the MA somehow, with a positive period
New article LibMatrix: Library of Matrix Algebra (Part One) has been published: Application of various branches of mathematics is essential in writing complex automated trading systems. One of such branches is linear algebra. There are currently no extensive publicly available libraries in MQL4 that...
Hi! I am using MT4 with UpFX and recently I cant see the chart for EURUSD that is less than 1 hour(M30, M15, M5 & M1). I did not change any settings and other currency pair is working fine. Any ideas how i could fix this? Thank you,
Is there a way to programmatically change the number of bars on the screen -- shrink or grow the chart horizontally ?
Hello, So I am running an indicator on the chart, Live, but when i rerun the indicator on historical mode, meaning going back for like 200 bars, I notice that it fails to draw a histogram line for many opportunities. It draws for some but do not for others. The indicator works on price close from...
Hey All! I was hoping for some help on my code - Currently stuck on this one damn part! This is the process I am attempting to write into code below: 1) If all MA's are "fanned" out and crossed so that price is above all the moving averages and they are indicating a long potential. 2) I am then
ticket= OrderSend ( Symbol (),OP_BUY, 0.1 ,Ask, 3 , 0 ,Ask+ 0.01 , "BFS_Orders" , 0 , 0 ,Green); ticket= OrderSend ( Symbol (),OP_SELL, 0.1 ,Bid, 3 , 0 ,Bid- 0.01 , "Second_Orders" , 0 , 0 ,Green); Hi, I'm running strategy tester . I'm placing orders using above code in EURUSD. Here I am fixing
Wer ein Benutzerhandbuch für MQL4 in Deutsch sucht findet dies auf der Seite
Hello, Please,can I get a Code to insert in my program that can open and close 3 instruments (EURUSD, USDCHF ,AUDUSD) on MT4 when the conditions of the market are met? Thanks Daniel
New article Mechanical Trading System "Chuvashov's Triangle" has been published: Let me offer you an overview and the program code of the mechanical trading system based on ideas of Stanislav Chuvashov. Triangle's construction is based on the intersection of two trend lines built by the...
Hi, I want to ask did anyone know the fast trade. The initial deposit start $20-$50 , lot minimum 0.01. Does scalper really work for fast trade? I need a fast trade indicator or ea. i want to earn more than the initial deposit in 5 days. Anyone can teach or share something interesting with screen...
I seem to randomly get 130 errors when doing an OrderModify but the SL/TP levels are absolutely correct. Anybody have any ideas why? This is so frustrating and I can’t see what else I can do with my code to fix it? Here’s the snippet of code that is generating the error bool ModOrder( int ticket
[Deleted]
hello sir, SUB :- (PLS DEVELOP THIS INDICATOR FOR EVERY ONE ) I HAVE A FORMULA CODE FROM SOMEONE OTHER SOFTWARE AND IT'S AUTO GENRATED VERY-VERY 100% GOOD BUY AND SELL SIGNALS . BUT I DO NOT KNOW, HOW TO WRITE IN MTQ4, IF ANY ONE DO THIS,THAN PLS I REGARD . SEE THE FORMULA .............................
Hil, I am having problem with file written EA as it seems like only a single line is written. Is following code ok ? handle=FileOpen("TestFile.csv", FILE_CSV|FILE_WRITE, ';'); if(handle>0) { FileWrite(handle, Ask,Count1,Count2,X,TickCount); // Alert(" Write to File : ",...
any way to keep a constant crosshair on MT4? its virtually impossible to trade directly on the chart without a crosshair
Hi, on two brokers, I have the lines appearing wrongly. On the first one, the ask price is consistantly 1 points too low. The pink box is my indicator showing what the spread should be based on the Market Watch window figures and it SHOULD match up with the bid and ask lines on the chart. the...
Dears i want a code to add a new 5 order according to ask price, but the different between each order is 20 bibs note that the first value to compare is the first order ask price. if i tested on metatrader from date to date.......... sometimes it give me 5, and some times it give me 1 2 5...
[Deleted]
I EARN EVERYDAY 100$ PROFIT CLOSES ALL LOTS EVERYDAY NO OPEN ANY LOTS JEST 2000$ DEPOSIT I SHOW U PROF LIVE REAL ACCOUNT I AM NOT EARN 1 DAY I EARN EVERY DAY
Hi Folks, as a new user- i have following question: when i put an order in mt 4, i want the software to sell or buy a share of lots automatically. f.e.: when i buy usd for 1.30 (1 lot) and i want the software to sell 0,5 lots when the price increases to 1.31. so that i can hold the rest of lots and...
[Deleted]
Hi Everyone. I'm new here but have been writing and testing EA's. I have installed period converter and have managed to run some Ea's on it. I would like to back test and optimise on a 2 min chart but cant figure out how to do that as the available time period selections in the tester still only...
New MetaTrader 4 Platform Build 500: Trading from Chart and Company's Web Site in the Client Terminal
(139 1 2 3 4 5 ... 13 14)
New MetaTrader 4 platform build 500 has been released The build adds new features to MetaTrader 4 trading platform: Managing trading levels from chart using drag'n'dropAccess of MQL4 applications to Code Base from the terminal using drag'n'dropCompany's web site tab in the client terminalBesides,...
Hello, The simple question that I have to ask here is how does one log into MQL4 so that there is a connection and updates the charts for you. I have tried doing the demo, but it scans and will not let me type anything in to the login or password section of it. Any help would be great, thanks
[Deleted]
Where does a person with moderate knowledge of Forex mkt go to find out how to use platform? ie. pip values, adjusting stops\limits on open positions, setting them.....ect

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.