New article Creating Expert Advisors Using Expert Advisor Visual Wizard is published at mql5.com: Expert Advisor Visual Wizard for MetaTrader 5 provides a highly intuitive graphical environment with a comprehensive set of predefined trading blocks that let you design Expert Advisors in minutes. The...
[Deleted]
Hello I wrote a custom indi to draw a horizontal lines by value input. I want to used as S and R lines. But if I move the line by dragging manually, the line value didnt change with new line value. if (Resistance > 0) { ObjectCreate("resis", OBJ_HLINE, 0,0, Resistance, 0,...
[Deleted]
I have a demo account with FXCM. I built a simple script with the code: int start() {//---- double One_Lot=MarketInfo(Symbol(),MODE_MARGINREQUIRED);//!-lot cost double Min_Lot=MarketInfo(Symbol(),MODE_MINLOT);// Min. amount of lots double Step =MarketInfo(Symbol()...
Is it possible to programmatically work with the Data Center data that you can see when you click on the bottom right corner of the terminal window? Some data centers may be more reliable than others, possibly depending on the physical location of the client. It would be good to be able to retrieve...
[Deleted]
How to compare str and str in the string array ?
Hello ! I gooogled this question without much luck. I have an indicator that places text below SL & TP lines that when dragged modify the relevant values. Sometimes the text is accidentally clicked and dragged instead of the line. I am look for a means to disable the text from responding to...
Hi, I want to use " kernel32 .dll" to read and write files. (from http://www.m-t-a-w.com/indicatorsandea/File%20Read%20Write.mq4) from other than the MT4-default-folders. So far so good. But now I want to define the path to the files to be read or written: #define PATH
So I was able to make a DLL just fine to work in MT. Then I expanded it to use some MySQL code so I can write some info to a database. Now the DLL doesn't seem to load. I have the MySQL dll's that it requires in the experts/library folder. Is there an issue to use a DLL that users other DLL's inside...
When backtesting, open chart, and hovering the cursor over the SL or TP symbols the little datawindow shows different data almost every time the cursor touches the symbol. See these screencaptures.
[Deleted]
hi any budy can do heiken exspert is one candle red anader candle sell auto if one candle white anader candle auto buy if the stop profit the change colour or 10pip
[Deleted]
Hi, I'm currently experimenting using the Chikou Span from the Ichimoku indicator and adding it to my Synergy template. I was hoping someone could advise me on how i could be notified with an arrow or something like on my chart every time Chikou Span falls below the close of the bar 26 periods
[Deleted]
greeting! I am trade several symbols and want to creat an funtion to count how many symbols through my trading orders . And now, I just know OrderSelect() and have no idea how to code funther .. waiting .... thanks . is it double CountSymbol(){double iSymbol=1;for(int i=OrdersTotal()-1; i>=0;...
[Deleted]
Check This Out . A Super Fantastic Friday . Caught The Entry @ Perfect Entry http://www.mt4i.com/users/savvycool Now My A/c's Tripled "Biggest Friday" .. What Awesome Day
[Deleted]
Hi everyone and thank you for this great forum. I have been into forex since November 2011 and still struggling to make a profit. Recently I have started to use a simple no-indicators-strategy and it seems to work pretty well with my m5 chart for spread betting - which is tax free in my country. I
[Deleted]
if ( OrderSelect (sticket, SELECT_BY_TICKET)==true ){ order_type=OrderType(); Alert ( "ticket : " ,sticket, " order : " ,order_type, " bticket : " , bticket); if (order_type == 1 ){ OrderDelete(bticket); Alert (
Would the popular Advanced IDE's allow highlighting of User Defined Functions and Importing mql documentations? Could a seasoned programmer recommend a good one.
Hi, I have a EA that I only want to trade once per day..... It puts a BuyStop in at a particluar level and if it doesnt get trigged by the end of a 24 hour period it expiires. If it does get triggered though, i want to ensure that my code wont put the trade on again. Normally i would just use a...
Hello! I've heard (read) that some of the forum participants manage to earn, and they write that they have to study (trade forex) for 4-5 years to do that. What is the question, on what TF do you trade? How often do you make transactions? What is the lifetime of these deals? What indicators do you
[Deleted]
greetings need EA /indicator coding help from someone familiar with ichimoku indicator very very simple system but very reliable - only 2 indicators involved my trading system is used in live account by full time trader leave your email to my message box if keen to help serious coder only
Hi, can anybody recommend me a program for post-analysis of MT4's Statement? Interesting in diagrams, charts, tables and sortings of orders. Don't like to do it in Excel. The programs I found - only couple is cool.
[Deleted]
good day if i opened two symbol orders,how to sum up a certain symbol orders' profit,now mmatter it is 0- or 0+ . waiting .... kindly regard .
[Deleted]
I wanted to write an expert which sends an email signal when the body of the last candle is more than 50 pips. How can I do it? Is this a correct code? static int prevtime = 0; int start() { if (Time[0] == prevtime) { return(0); } if ((High[1] - Low[1]) > (50.0 *...
[Deleted]
Hi, I have traded the market for 17 years and have taught TA for5 years. I have developed previous systems and sold the on the net. This is my first EA – It is a system, and when the system is correctly set up viathe variables of the set up menu, There must be a field in the set up menu which...
-
Hello, I would know how to make to post an EA on the experts code base of the community site, how do? And I wonder why people are posting its, for sharing theirs losses or just for pleasure...?
[Deleted]
Hello, i have a short question. Whats the differents between the OrderClosePrice()-function and Ask/Bid operator ? For example when i use it in the OrderClose-function: OrderClose(order_id,1,Ask,3,Red); or OrderClose(order_id,1,OrderClosePrice(),3,Red);
[Deleted]
Is it possible If I do Quantitative calculations as an indicator and make the indicator create a spread sheet should the data be reflected the same if the idea was put into an EA. I ask because my EA results are 40% off the spreadsheet results for the same time period 2006- 2012
Help coders, my EA has no trouble opening trades but doesn't close any. I suspect the trouble is in my OrderSelect loop but i can't figure out what's wrong. HELP!!!! //+------------------------------------------------------------------+ //| Signal Begin(Exit...
[Deleted]
If you have a strategy for 1HR timeframe does it matter which broker you are using. Even though server times are different, 1 hour strategies should be able to execute on any server time correct
What code do you use to 1) find out what the chart's current time frame is (M1,M5,M15,M30,H1,H4,D1 or MN1) 2) go 1 time frame higher: so if the chart right now is M30, use H1 in the code? This could work for every indicator, but for example with RSI, if you put it on a M30 chart, it becomes...
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.