General - page 1950

Hi, i am working in forex using meta trader my qoustion is how can i bring Saudi Arabia stocks data to meta trader or real trade or X-trade
Is there an indicator available to draw a vertical line at a given time throughout the chart e.g. input 0800 and a vertical line would appear at 0800 throughout the chart? Would be very helpful to identify the start/finish of different sessions, particularly backtesting breakouts etc. I do not...
Hi, After checking out all the attempts to write this code in the forum, I decided to do it myself. thanks for all the help from previous posts. Here is the code to insert the Pivot, S1/R1 & S2/R2. Any comments or improvements welcomed...
I have a script with some entry parameters ( ex 'extern string GridName = "Grid";') and would like to set these parameters before the script is run - like expert advisors - when u drag the expert advisor into a window, it pops up a dialogue allowing u to change settings. Is this possible? Is this
After I updated MT4 from build 166 to build 169, the DDE in my excel spreadsheet only works around 1-2 minutes after the spreadsheet is open, after that stop working, with no more updates. I installed again the build 166 and now is working properly as usual. Is this a bug, or something that I need
Hello My try to init few variables with the same type (int) at once failed. i.e.: int v1 = v2 = 0; Is there any why to do this? Will be good if this type of initiation is allowed. Ivo
Hello, Somebody does it know if it is possible to superimpose two curves of different pairs with MT4? If so, how to make? Thank you. Alexandre
Here is a FIRST version of a script to place buy orders every GridSize ticks for GridSteps/2 below and above current price. It will not put buy orders if there is already one or if there is a position open. Running it every 30 mins to 1 hour fills all the holes in the grid created by orders being...
Hello, Somebody could it help me please? I seek how to modify the indicator "Average True Range" of Metatrader 4 so that it indicates the difference between the open and the close and not between highest and low. I thank you for your answers. Alexandre How to make ???????...
Anyone have a method for returning the current color of the Awesome Oscillator within Meta-Trader? Both MT3 and MT4 have a function for returning the value of AO, but not the color. AtDhVaAnNkCsE G'Jim c):{-
Hi, Is it possible to copy MT4 onto a cd/dvd in order to be able to trade from computers in public places such as Libraries etc. The reason for this question is that I am on the move with my job all day but can find an hour or two during my work break to trade, providing I can gain access to my...
In MT3, there have a custom indicator:T3 Filter, I would like setup 2 t3 filter lines in my chart, of course different parameter, can anybody help me to setup an alert when a t3 filter line cross the other line? thanks.
Hy! I'd like to know if is it possible to query the pitchfork channel's values with MT4?! Thanks for the answer.
Hi MetaQuotes Guys, Someone on the Yahoo site was suggesting MT4 is scheduled to be released within the next month or so. I was wondering whether you can confirm or at least least on the current anticipated release date for MT4 ? Cheers Martin
  I need help  (1)
Can somebody supply me with the following programming: I use an hourly chart and I get to the point where mt4 send me an email when certain conditions are true, but how do I stop the emails until the next hour? thank you.
MetaTrader 4. Build 170. 1. In MQL4 updated string copy method; 2. Updated deinitialization of separate window custom indicator; 3. Updated charts drawing; 4. Updated data pumping; 5. Updated "As Term Currency" profit visualization for CFD and Futures; 6. Changed viewing closed positions,...
Bonjour, Quelqu'un pourrait-il m'aider s'il vous plaît? Je cherche comment modifier l'indicateur "Average True Range" de Metatrader 4 pour qu'il indique l'écart entre l'ouverture et la clôture et non pas entre le plus haut et plus bas. Je vous remercie pour vos...
in my init() function , i have a call to ArrayResize that works on intial call, but when the indicator is selected in the Indicator List and a input parameter changed, ArrayResize will fail. Is this expected behavior or a bug ? Thanks, Chris
I keep getting this error - symbol is in instant execution mode but not selected when trying to close an order, but I have no idea what it means or how to fix it. Could you shed some light please ? Thanks, Chris
Hi, I have seen a cople of threads and have asked myself for the possibility to use an offset local time instead of a server time. This is important when designing indicators that rely on the end of day pricing in particular markets. Having a server End-of-day as GMT-1h gives false results for...
  help!please!  (2)
how to put the 60min macd into 30min chart
Is there a special reason why the minimum trailing stop is 15 pips? Like a stop, a trailing stop is not garanteed.. so why limit the minimum? Some of my trading strategies use rather small trailing stops (4 pips!) so the ability to set it to this would be welcome. Certain currencies move very very
I have code that implements the following two statements from the example code supplied: If TotalTrades < 1 then (no outstanding positions or orders) ... for cnt=1 to TotalTrades (should drop in here if there are any open orders or positions) However, I'm never seeing 'TotalTrades' getting a...
I have a piece of good news everyone. Oanda recently changed the policy about their API. The change will benifit us with: Free API usage for the first two months. That is GREAT! I can spend that time to port the API for FXFisherman. Sample codes and documents about their API are now opened to...
Hello, Has someone developed an external program, expert advisor or script to trade a 'grid' or 'net' trading system? If so, I would be interested in the code and helping to develop it further. Thanks for any leads, Hdb
Hi Guys, Great work on Metatrader BTW. I'd like to see Metatrader with a multi-level 'Undo' feature. As has happened in the past, I've set up long term trendlines and the like and have forgotten to unclick them, for one reason or another. Selecting another to delete essentially blows them all...
I don't know what reason I got a huge GBs log file in my metatrader4 log folder. How can I fix this problem?
Hey, this is more directed to scorpion but i guess its to answer questions other people might have? Is this forum for the bot, where it connects to the forum and posts it? I'm wondering if since it makes so many trades will it make one thread pr day and then post every trade one by one? Thanks in...
  API
I see there are three API's available for download. Are any of these targeted for the client side or are all of them server side? I am not even sure if I am asking the right question here. I am interested in the client side API and developing my own stand-alone programs. Also, I know MQ does not...
Can anyone tell me how to get the current time? CurTime is pretty worthless as the server time is not updated consistantly. Not knocking anything here, but I need to know EXACTLY what time a price tick comes in. Thanks in advance,