[Deleted]
Hi Need some help on coding a statement that will calculate all future statemenys based on the current candel close or the next candel open value - apposed to calulating values on a tic. L
New article Creating Tick Indicators in MQL5 is published at mql5.com: In this article, we will consider the creation of two indicators: the tick indicator, which plots the tick chart of the price and tick candle indicator, which plot candles with the specified number of ticks. Each of the...
I am getting an common error message on execution of trades saying plese verify operational parameters can someone assist in fixing this problem please
Hello again to all Ok. This is a real problem. Not that I have not had advise to correct this problem, but nothing seems to help. There is no smiley face on the chart? I have clicked Live Trading in the Toools > Options > Experts advisors and have Enabled Expert Advisors. I have powered off the Meta...
[Deleted]
I would like to create my own EA! I would like to make the feature, that only desirable people can use. For instance, some email addresses are stored in MySQL database. A trader execute the EA, it asks for a email address and a password, then if he entered the wrong email, password, or the email...
[Deleted]
Hello all, is there a MQL function to programatically get a list of all tradeable symbols of the current provider? My provider changes the symbols a lot, so I would like to parse them regularly ... Cheers, McM
[Deleted]
Hello! The AC indicator needs to be upgraded , so that in its settings (in periudes) it is possible to enter a non-whole number .... for example 2.7, 5.96..... is it even possible? ICQ 472942007 I posted the indicator for example
[Deleted]
Trading system "Martingale by candlestick" A profitable trading system for EURUSD 1H, using candlestick lengths and the "swing" martingale technique. The TS requires a 4-step deposit at an initial lot size of 0.2. Rarely does the TS reach 4 steps. The TS has a small drawdown. Algorithm of TS by
Are there any known issues with calling iCustom from an indicator? I am making a signal generator indicator that checks multiple other custom indicators my system uses. I have an order management EA running on the chart hence why I have gone this route. I have the function below to check against the...
Has anyone noticed if you pull two trendlines which converge at a given price level in a 30 minute chart or 1hr chart and mark that convergence with a horizontal line to signify the price level they converge at, then look at it on a 4hr chart or daily chart they converge at a totaly different level...
I had to reinstall all my software after my PC crashed and now MT4 does not display custom indicators, will not run EA's or execute scripts. Does any one know where I got it wrong?
I have non standard BROKER with 5 decimal places after point. When I open order I have to do something like following :extern bool FractionalPips = false; int start() { double ticket0, ticket1; if(FractionalPips==true) {pip=10;} else pip =1; ticket0=OrderSend(Symbol(),OP_SELL,0.35,Bid...
[Deleted]
Hi there, I would like to transform an indicator using a buffer in EA. I read the MQL4 documentation but i still can't do what i want I would like to pratice by transforming the MACD indicator in Expert adviser I don't need that the EA takes some order but just that it shows by the function Comment...
[Deleted]
I'm trying to make an indicator that checks the value of an LWMA against itself to see if it is higher or lower than any of its values in the past 20 sessions. I did write some code but I have no experience with MQL or programming, in general, and this code is definitely not the right way to do it
I'm trying to find the syntax to determine the highest high in the last 5 bars... or the max high in the last 5 bars. In tradestation it would be highest(high,5). Can anyone tell me what the syntax would be in MQL4?
[Deleted]
I'm running a system, I went to events and enabled them, then I enabled expert advisor and entered an executable file that runs an alert that notifies me when a trade has taken place. It works when I close a position but it does not work when a position is open. Is there anyway to run the...
Hi all, I've been having this odd problem using mt4. When using metaeditor I get an "access denied" pop up window when i try to make a change to my EA code. I'm using windows vista. Thanks for any help.
[Deleted]
Please makes the indicator max-min band with fibonacci or 5 to 7 part dividing such as pivot support and resistance line. It could be very useful the indicator to difine the present price in the specific section . When it creat, please send me the file or add here- codebase . And let me know your...
[Deleted]
I cannot seem to get this counter to function. Tried several different methods as described in the help files as well as used in other EA’s i’ve looked at but with no success. I need to count the number of bars from a certain event and reset the counter to zero when it occurs again. I refer to...
I'm trying how to figure out how to completely disable an EA from trading unless it is using both the correct currency pair AND a 'licensing number' together at the same time and have them both be true or the EA will not function? Then have it resume operation only when the settings are acceptable...
[Deleted]
My programmer has made an EA and we are using 4 digit data from FXCM. We are backtesting from 1/1-2007 up to date. The EA generates est. 400 trades and the first 125 trades works fine and uses 4 digits but suddenly after 125 trades (27/3-2008) it starts using 5 digits when it makes the buy. For...
[Deleted]
I have forex starategy called pivot point and I need to program it in Meta trader Could you help me please ??? http://www.fxpivot-points.com/pivot_points_strategy/04/ above site explain this strategy and I have attached flowchart file to show steps of program thank you
[Deleted]
Hi guys ... I'm stuck in problems by programming trading criteria for my EA. Criteria is only checked as a new bar is formed .So my start() function (after variable declaration) begins with : if( Volume[0] == 1 ){ .... in this if-block i set a for-loop to check if there is already a position...
[Deleted]
I am still trying to convert this downloaded Book to readable and print format. On Google it comes up with many CHM to HTML download programs. Some are not freeware also. Any suggestions on this? A particular name to download, safe etc. I want to print out this e-book soon if possible. Thanks, Jim...
[Deleted]
New Indicator To Determine Statistical Median, Statistical Median IS NOT Median Price = (H + L)/2
(5)
Hello out there! I want to build a new indicator in MQL4 that gives me the statistical MEDIAN as the output result (describing the central tendency of a range of price data similar to the Moving Average function). In order to do so, I need to implement the following steps. Below you find a coded...
Can I open a few positions with the same OrderMagicNumber() for each ticket?
Intro: As I have been reading through this forum for some time now, I feel I owe a great many of you thanks for the help and effort you have afforded to so many before me here. I plan to be stay around for the long haul so I do feel the need to introduce myself to the board here. I‘ll keep it short
Hi,I know what I need to change the code of this Exper Advisor to reversethe order signal, such as whether the EA sends a command that I SELL market has placed an order to BUY and the same thing to the contrary ... what must I change? Thank you in advance for the answers.
[Deleted]
Hello, Im looking for a developer that can create a simple HTML page with 2 fields and a button. When the user hits generate it takes mql code, plugs in 2 variables based on the html form and then compiles the file into an ex4. If anyone can do this, willing to pay, please message me trader88888 at...
hello I am considering Metaquote as my new trading/charting application and cannot seem to be able to draw a trendline with an arrow at one end as per the image enclosed (not using mql4). I went through the code base and could not find any object with that property, any thought? I am not looking...

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.