General - page 1823

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...
Is it possible to open new position by email???
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
  Arrows in EA?  (4)
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
  Metatrader 4 freezing up?  (15   1 2)
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]
  Mcarty EA  (7)
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
  Funny  (8)
'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...
  3xMAs#2 indicator  (28   1 2 3)
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
  Rsi  (6)
can anyone direct me to an RSI alert (ie crossing of the 50 line)? Lots of ma alerts but nothing for this.
  Gold  (4)
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....
I googled for "mql4 tutorial". Found https://www.mql5.com/en/forum Found Lesson 16, welcome.pdf, and I think I found a Lesson2 (with no Lesson 1). I even ended up registering here. I also found a poll for having all lessons in 1 pdf (but I did not find that 1 consolidated pdf). The reason I googled...
  AutoChartist  (5)
this software identifies patterns and trends. it may be worth keeping an eye on to see how good it is. http://www.fxstreet.com/rates-charts/chart-patterns/
[Deleted]
Could someone please post the newest version of this indicator SDX-TzPivots and or if they is any documentation or thread link thank you
  Anyone knows VX.v2 EA?  (51   1 2 3 4 5 6)
Hi all, I noticed some forex investment companies use VX.v2 EA to trade their clients' accounts. Anyone knows where to find this EA? It seems it is a very profitable system. Thank you
  Larry Williams  (4)
An American futures trading guru and promotional speaker who promises to show people how to "beat the share market'' has been arrested in Sydney for alleged tax evasion. Larry Richard Williams, 64, had just arrived on a Qantas flight from South Africa on Saturday when he was escorted from Sydney...
[Deleted]
I know this can be done, because I have seen it done before but cannot find the function to do this. How do you call a function from another indicator or somehow pass data from one indicator to another?
Spending endless hours with the brilliant MQL debugger, coding an new idea. Watching endless visual backtests to see that everything is working ok. Finally, I think I have a winner (I'm sure you all know this feeling), only to find out that my history data has once again become 'corrupted' and that...
HI I am new to metatrader 4 and have downloaded and tried to backtest heaps of EA's on the EUR/USD ... all produce negative results so I am assuming it is me and not the systems. What am I doing wrong! I have time period set to 1 day, model to open price, and using default timeframe. I have fiddled...