Intermittently in the strategy tester (FXDD- MetaTrader Version: 4.00 Build 201, 10 Jan 2007), many closing arrows, apparently from an OrderClose() function call, do not appear superimposed on the "Open-High-Low-Close" Bar Chart. They are present, but shifted above the Bar Chart. I have seen a...
Hi, I have a EA (attached) which i want to add a take profit function to I have tried to add one myself but it either doesnt work or wont compile, i think it may be more complex than i think as i still want the other functions to work. can anyone assist with this? Regards console
I know this may be a swear word, but does anybody know where I can find some martingale EAs?
Hey guys, I've a small request if someone can help me to code this: Support and Resistance special indicator of Yesterday Daily Candle. My request on previous daily candle: If the close is above open, then draw horizontal line on the high of the day (resistance) and draw horizontal line on the open...
I am looking for a simple EA that will open a trade both ways with tp 15 and sl 100. When tp has been taken, it needs to open a new trade in opposite direction. Has anyone seen an ea like this?
In an EA, I am comparing prices to the three most recent peaks/valleys in price charts. I defined static variables because I want to maintain these values.
Whenever I identify a new peak or valley, i need to adjust the three most recent variables. I tried to to add this new value to my three...
I have tried too many time, but never with success. After many tries i have finaly connected and logged to some server. But again many tries to get some price tick. Is it posible to use MT3 api or not? Did any one use it? Did MetaQuotes want this api to be used by some one or no?
Without any...
Hello,
any questions to the Strategy Tester:
Is there any possibility to work with Ask price?
Is there any possibility to change the default spread in Symbol -> Properties?
Stan
Hi, I think Metatrader is really one of the best chart and analysistool around but the ordermask is poor compared to other "one-click-platforms". Therefore I want to know if anyone has an external ordertool for Metatrader. I need something where I can open more than one order window and just use one
GMT/ how to change times so i can have the market closing at 1200 GMT
I need to modify an order.
I insert 3 target value, when the ask price (o bid price, i'ts depend il i'm long or short) reach one target i've to change the STOP LOSS of the position.
With a program i'm not able because the program was executed only 1 time.
I need an experts?
Note that i enter the...
When you use strategy tester do you use control points (which seem to give best results) every tick or open prices also I just opened an account with oanda. How do I use the ea with this broker? Thanks all There is a wealth of information on this site
IS it possible to insert Arrows & other Drawing shapes in EA I mean just EA`s not Indicators because SetIndexStyle() does not work in my EA`s please help me
[Deleted]
I am very proud to annouce, and I invite friends here in this forum to test and try my newly developed metatrader 4 facility software for training,manual trading,customizable signal and automated trading system. It is called pkTrader or pkTrader2. You can find them at www.wsforex.com or in the...
Updated MetaTrader 4 Client Terminal Build 201 (10 Jan 2007):
1. Fixed drawing of Andrews' Pitchfork when anchoring points are close to each other.
2. Fixed the previous build error of exact search in the iBarShift function if the corresponding bar is not available.
3. Fixed hanging of the...
Hi I have see the following error in to DDE function The problem is: I have the international settings in my pc with "," as decimal separator and "." as thousand separator and all cells in excel as numeric format. In this mode some cells are correct and some cells is wrong If I change the...
Hello, Sirs Does any expert know how to close the current position when the price hits a moving average ? Thank you
Anyone else has the problem of MT4 freezing up the PC and not responding until a reboot? Seems to happen about once per day to me and only when I have MT4 open and maximized. I have build 201 Anyone else experiencing this?
[Deleted]
I want to ask for assistance to see if something can be done to this EA to make it worthy of actually trading and profitable. I have made several versions of it thus far with slight variations in each on the basic principle which is a macd crossover. I see amazing things on small timeframes with
I am using the following to track the last 100 ticks in an internal buffer of the EA and calculate the averages: if( Ask != TickAsk[0] || Bid != TickBid[0] ) { for(int f=100-1;f>0;f--) { TickAsk[f] = TickAsk[f-1]; TickBid[f] = TickBid[f-1]; } TickAsk[0]=Ask; TickBid[0]=Bid; } int b=0; while( TickAsk...
[Deleted]
Hi - could anyone tell me if there is code which calculates drawdown which could be put into an EA ? Thanks :-)
Hey, everyone. Just wondering if anybody is having problems with mt4 build 201 like mine. I installed internet explorer 7 with a few other windows updates a couple months ago. No problems w/ mt4. Around the 1st of Jan. '07, live update updated my mt4 to build 201. Ever since, I have approx. 2 to 3...
I want to plot the 21 ema for 5 minute, 1 hour, 4 hour and daily on one chart. Is this possible. If it is does anyone know how to code it. Thanks. Kevin
Can anyone tell me if Fractals repaint the past? It seems that it needs a candlestick on the right side of the indicator in order to confirm, so that means that fractals will be placed on bars in the past that have already closed. Is this correct? If so, how many bars back are they placed on? Just
'You know that you're obsessed with Technical Analysis when.....' 1) Your 6-year-old pleads with you to take him to MACD's, and you ask him what the parameters are. 2) A social worker is telling you about a patient who has RSI, and you interrupt to ask her if she's read Wilder's book. (Then...
I need help with programing of 3 MA with the ability to change the # on the MA like 200, 100, 50 can some one help from ddoc
can anyone direct me to an RSI alert (ie crossing of the 50 line)? Lots of ma alerts but nothing for this.
my vision of the future motion <> current = 626.50 On Friday 12th I setup sell limit at 628.20, take profit at 600.00
[Deleted]
Since mql4 doesn't support point, I didn't find any way to read the result of a select sentence. Maybe someone already created some dlls to do that which I don't know. Here is my way, use concat_ws to put all the returned columns into one string. Map the returned row structure to a string in mql4....

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.