[Deleted]
Hello everybody, This is my new post, I'm really new at this community. I'm still learning but well, this is my problem: I recently discovered the Comment() function that was and is really helpful for me. I've been using it since I discovered it without any problems. On the one hand, I'm a fan of...
https://www.mql5.com/en/articles/219
[Deleted]
hi, maybe some one can help me to set icustom correctly fot this indicator? so it could do for example --> if(iCustom..........)<ask Print ("price is above")..... thank You indi: #property indicator_chart_window#property indicator_buffers 4#property indicator_color1 Black#property indicator_color2...
Hi. I'm looking for a programmer who can make me this price ladder tool. https://www.youtube.com/watch?v=t805EwD-IiQ Please send me a private message if interested.
Dear Guys, I am using a EA that use to download news calendar. this EA work on my friends computer but it is not work on my computer. I try several time but i didn't get solution. I any one know good solution for this.
I know there lot of question out there. But can't fine good answer. So now i am asking again how to improve modelling quality data 99%. I am using MT4 Beta version. I test my EA but not to show 99% modelling quality data.
Please help with one question. From 1st of January, in my mobile phone doesnt work MetaTrader4 platform. Firstly, it doesnt loaded, the I have deleted MetaTrader4. then sent newly. Now I see the information that there are only 1 server available. How I can solve this situation? Thank you in advance...
[Deleted]
Hi.. I have tried used Sleep() function on my expert to suspend my EA for some period. But, its look the Sleep function not working ?... Could somebody help me ?.... or is there any alternative solution to replace the Sleep function ? Thank you
[Deleted]
Hi, This is a rookie question - I'm just looking at some indicators and what I would need to convert them into EAs to automate trading - my first attempt. What is the basic technical difference between an EA and an indicator? I understand the difference in their use, and also the different folders...
Hello community, I programmed an Expert Advisor that sets the SL to 2 Points for only ONE order at a time. When the order goes into profit it takes the SL to +2 Points and trails every +1 Point to 2.8 Points, 3.6 Points and so on. That's the logic behind this program. But it only works for one order...
is this mean that my ea results are all of wrong ? how can i fix this problem ? how can i search it ?
[Deleted]
Happy holidays. What kind of coding might be termed as violating metaquotes copyright?
Hi I'm coding up some trailing stop loss functionality for my EA. I was wondering what people's thoughts/opinions are with regards to using Moving averages as basis for stop loss, or something like ATR? But my main question is, assuming I use a moving average, would it be better to recalculate and...
Hi there, What is the different between Expert Advisor in MQL5 and Expert Advisor in MQL4? Thanks.
Hello I am thinking on making compare current price with greater or less than fixed points to enter transaction one time. Example: int Difference= (( OrderOpenPrice()-OrderClosePrice())/(Point));if(Difference== 20) { OrderSend(Symbol(),OP_SELL,LotSize,Bid,3,(Bid+SL*Point),Bid-TP*Point,"MyEA",0,0...
[Deleted]
hello, i would like to have a EA that makes a screenshot of the pair once i open a trade / or close the trade (manual, SL,TP) i was trying out this one here but didnt work for me: https://www.mql5.com/en/code/10232 the email function works fine, but the screenshot does not work, i also changed the...
Hello i want to make EA that depends on magic number for closing a group of orders but, i want the first order to take its ticket as magic number and that order will be the master of 3 orders and the 3 orders will take the first magic number of the first order. Example: int TicTic=OrderSend(Symbol()...
[Deleted]
Hi. Im Apex, and I want to learn how to program my methods.. Sorry if my questions sound noobish, but Id appreciate some help. I have a few questions.. 1) Any tips on becomming a good programmer? I learnt C++ in my own time a few years back, but I havent mastered it, I also learnt VB.NET in school....
Hello, I need to back test a strategy involving Range Bars. I already have the mq4 Range Bars code, for MetaTrader 4. Still, I'm having trouble to back test any strategy, since to use Range bars, i must use Offline graphics. Does anyone know how to back test strategies with offline charts, or...
Hey guys, I have a problem with deleting all the pending orders when there are opened orders in the order pool. I am checking if there are any opened orders with this function int CheckActive(){ int Active = 0; for(int z = OrdersTotal()-1; z >0; z--) { OrderSelect(z,...
hi all, I know there is a way to view the "available" leverage of the account Is there a way to view the "set" margin call notification or warning level ? (can be 125% ) (the level at which new trades cannot be placed) also, is there a way to view the "set" margin call liquidation level ? (can...
A strange thought, but maybe it has a value: A candle stick shows the Low, the Hight, the Open and the Close rate during a period (let's say: a day).If one single Weirdo trades way to high with with small volume, the High is set, but in fact means nothing.Another Fool can set the Low on a strange...
Hello Can someone help. Is there a code for enabling and disabling the expert advisor button on the trading platform via an expert advisor using MQL4 programming language, and if so, what is this? Raptor??
hi, I hope this is possible I just want to know if it is. I would like to add details about the ea I'm running on my computer to let me keep a track of what has happened on my terminal. I would like to add something in the OrderSend() Comment feature. More Details!!! I would like the EA name to be...
[Deleted]
i am looking for EA that close my trade with hitting xpips and hitting Ypips stop loss. if any one have such ea then please help me.
I have installed MT4 on my phone. For the first run, it requires me to do some connection settings: Host: Port: Password: I don;t know how to add these 3 items.
I've tested my EA on multiple currencies with spread current and all I can see is that I cannot use Spread Current in tester with the EA that I wrote. No errors occur if using a spread of 2 or 5, etc. I haven't seen this kind of problem come up on the web (or on google) so I'm worried my coding...
Are there any MT4 or MT5 programmers living on the Sunshine Coast, Queensland who are interested in collaborating on the development of a profitable EA?

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.