Hi, does anyone have a good copy of a Stochastic -RSI-Oszillator out there?? Thanks! Best regards erdenmensch
Hello:
I found this code for a Mt4 StocRSI Indicator, but I don't know how to put it all together to make the indicator. Could someone take a look and see if they can help. Here's the code along with the Website URL where I found the code:
(http://www.xeatrade.com/trading/8/S/109...
First of all, I believe this code is very handy, many ppl will love it. So please help me improve it.
In fact , this code already works great. But I'm just tired of the simple Alert popup, with NO Symbol shown. So I changed/added some lines to try , which is the %%%%%%%%% part.
I don't know why,...
Happy Holidays, (give us a time frame) I have gone through 19 of your lessons and recently found your web site of MT4 EA programing. (which there was object programming) but be that as it may the next best thing would be to be able to define my own libraries, Is there the concept of #include so...
[Deleted]
Hello, 1. HOW TO GET INFORMATION FROM TRADES GENERATED BY EA TEST ? Let's test an EA and then "OPEN CHART". On this chart we can see all orders made by the EA. To get custom information for this test, I would write a script to get the sum of all lots' order? EXAMPLE: 2 trades at 1.0 lot, 2 trades at...
hi can anyone help me how i generaly can switch MT4-experts from buy to sell or backwards?? look on this url to understand what i mean : http://www.iexpertadvisor.com/ib39.asp i often have seen very bad results of experts with strategietester but i think very good if we can reverse buy to sell and...
Does anyone have an EA based on the RoundPriceNE_PIPS indicator or can someone create one.
[Deleted]
Hi Everyone, Great Forum ! If I have an EA which performs well on say the EUR/USD is there a way in the metatrader code using Symbol() that I can make it trade a different pair also say GBP/USD while the Expert is only attached to EUR/USD ? Eg: set the symbol to GBP/USD in the code ? Any help would
there is great info on brokers in this forum http://nondealingdesk.com/ there is an interesting discussion on metatrader. here is a recap of one of the posts http://nondealingdesk.com/showthread.php?t=181 1. MT was designed for the dealing desk brokers. You can ask the company itself.2. Metaquotes...
Need help buy & sell but not buy when 1 lot is sold need help ordersTotal thank you extern double TakeProfit = 500; extern double Lots = 10; extern double TrailingStop =13; extern double StopLoss = 10; int start() { int cnt, ticket, total; // initial data checks // it is important to make sure that
Hi, I want to contribute to this forum by giving you my EA - it's based on the Muddbuddha strategy - http://www.muddbuddha.com/forum/viewtopic.php?t=16 I've attached the mq4 file and the backtest results from the Alpari and the Metaquotes databanks (a good way to see how different results the system...
[Deleted]
Could soneone please explain the Demark arrow what it is for and how it relates to the fractals photo attached
To save having to re-invent the wheel, does anyone have an EA that is coded to: 1) Open two orders simultaneously and place a stop (15 pips) for both positions 2) Close one of the positions at +20 pips 3) Apply trailing stop of 20 pips to the second position as soon as 2) is executed. That would be...
My EA sends me an email..
My code looks like this..
Symbol() + " OP_SELL @ " + DoubleToStr(OrderOpenPrice(),4) +" New stop loss @ " + DoubleToStr(NormalizeDouble(SellStop,digit),4) +" Pip Allowance @ " + DoubleToStr(PipAll,0) +
" MT4 Time: " + TimeToStr(TimeCurrent(),TIME_DATE|TIME_MINUTES) +...
Is it possible to create a slideshow of multiple forex charts? It would be greate if MetaTrader could automatically bring different chart windows to the front one at a time every a few seconds so that I am able to monitor many forex pairs without the need to keep clicking mouse. An alternative way...
I would like to know if it is possible to link the bar position of the crosshairs to a function. I am trying to write a function that will display the converted time of the bar in the upper right hand postion as I move the cursor to each bar. Thanks,
extern double TakeProfit = 500; extern double Lots = 10; extern double TrailingStop =13; extern double StopLoss = 10; int start() { int cnt, ticket, total; // initial data checks // it is important to make sure that the expert works with a normal // chart and the user did not make any mistakes
[Deleted]
this connects IB to metastock http://www.traderssoft.com/ can we do something like this for metatrader? at least for the charting? that would be great
Hi.. I have been working with an indicator and was able to create an EA that opens an order based on the indicator which says "Buy" or "Sell". I am not a programmer and was quite happy to see the EA place the order. I can not however figure out how to close the order.. The EA is set for 25pip...
We have written extensive code for Version 3.83 build 6231 but seem to be having problems with the system ignoring some of the conditions listed in our if then conditional statements. Seems to be hit and miss, performing function (modify, delete, setorder etc) without meeting all of the listed...
On the website of the Automated Trading Championship 2006, the article "Organizer's Note" has been published (http://championship.mql4.com/2006/news/108/). The first annual Automated Trading Championship 2006 comes to the end. Now we can give some preliminary results of the Championship. A great...
"MT4 trailing stop from menu, how does code know its on ???"
If I cant get a response here, then where, I need help !!
hello everyone. I am new is forex trading. I found a great relationship currency price with harmonic numbers. I don't know mql programming. If any one can give me a harmonic indicator than it will be great finding for me. Thanks fxanalyzer
I would like to be able to see BOTH "profit in pips" and "profit as deposit currency" at the same time. In other word in seperate colums next to each other. Thank you fro impleneting this ASAP
Gideon
Does anyone know if there is a such thing as a TRAILING EQUITY STOP FEATURE? For example if you are using an ea and the starting equity in your account is 10,000 You might want a (TRAILING EQUITY STOP OF 10%) therfore if you trade your account equity up to 11,000 then 10% of your equity would be 1...
Hello,
This is vanessa system.I want to try it on EA.Can somebody help me code it.here is the system.
Vanessa FX 4hr system
________________________________________
This is a basic system I use to identify medium term trade 1-5 days, it uses 4 hour charts and only GBP/USD I have tried it with...
simple question but i can't figure it out. what math function in mql is used to round out a double value? say, for example, i've got 0.69 and i want the result to be .70. or if the value is .63 and the result would be .60. the mathceiling() and mathfloor() do not do the trick.
What is Decema? I know it is a moving average but how is it calculated? What is the best way to use this indicator
I am not even close to a programmer, code to me is an unatainable foreign language! So I am asking for help from this forum. I would like to have an EA with the following: one hour chart 5 period sma set to the close 12 perio ema set to the close rmi with period set to 5 and shift set to 5 buy when...

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.