General - page 1916

  Metatrade API 4  (1)
Hi, I just like to know where I can download Metatrade API 4, and what are the new features of this version. Cheers
Ok, I imported the Alpari data using history center and all went well. Only problem I ran into was when restarted MT4 I had to reimport the data all over again. Tried on a few symbols and same thing occurs. After restart the history center shows the original data that existed prior to import. Is
If my computer reboots due to power failure, I need my MetaQuotes script to restart automatically. This is a script, not an expert. What command can I add to my Windows->Start folder so that my .ex4 script starts on system start? Does Terminal.exe have a parameter I can pass to specify a script to
  Sweatspot (tm)  (17   1 2)
I am posting this EA for forward testing. I am not very good at coding but i think this has some good potential Attach to GBP/USD and EUR/USD Daily charts lets test and suggest some changes the structure is based on Starter EA. This EA gets trend from 15m chart (Like True Scalper) with a 30min CCI...
  Questions about MQL4  (130   1 2 3 4 5 ... 12 13)
Experience has shown that the OrderSelect ( index, SELECT_BY_POS); index operator starts the countdown from zero. I.e., the order that comes first in the order list of the terminal is considered to have a zero index, the next order following it has an index of 1, etc. Is it really so
  Fractal indicator  (34   1 2 3 4)
There is an (Ind- Fractal ) indicator for the metatrader v4.0 platform, the feature of this indicator is different fractal colors per different candles .... seems to have something to do with price .... a friend of my was telling me about it, but he can't remember where he seen it all he remembers
Is there a way to keep experts on when moving through profiles? I have various windows on different screens (profiles) and when I navigate through them using F5 my expert keeps turning off. Thanks, Jon
Dear, I am using dde connection between matlab and mt4.exe. The dde connection is ok, but the value of EURUSD is "0" (zero). I am using : canal=ddeinit('MT4','BID') eurusd=(ddereq(canal,'eurusd')) TKY, Paulo MB
MQ, In this post: "importing tick data to history center" You stated that you would provide an article on how to build .fxt files out of tick data. I guess I'm missing a few things in between. Do you have any other explanation for generating .fxt files out of tick data?? Thanks, Tony
Well, I think I made a PDF indicator with was described in Jurik, Mark. Computerized Trading book. That should show support and resistance lvls - but when I added it into a chart it looks strange - and i dont know how to make use of it. Mabye i done something wrong? Could someone check it and give
Slawa when the market is closed, the publisher sends out as the last signal january 1970 see http://www.invertrust.com/statement.htm
  Stochastic v1  (17   1 2)
I present Stochastic v1: 1. It is very simple 2. Not badly works on GBP/USD H4 3. But requires improvement To whom it is interesting to all, I shall be grateful
It would be great if one could customize the toolbars above the charts to include the 'Refresh Chart' button. At the moment, this does not seem to be possible. Minor detail but would come in handy when screens have to be refreshed often.
Hello everyone, I just sold a house in europe and knwoing the foreign exchange rates I know that a different of a penny will make a huge difference in how much money I actually make. So the sale is for 500,000 Euros. The question is, when to exchange it? I want to exchange the money within the month...
There's a another forum that has a "post and compare" section. Bob 'the grumpyone" is posting every week his results there: http://www.metatrader.org/cgi-bin/yabb2/YaBB.pl?board=Results4
It seems like the functions Highest() and Lowest() are only working for the same chart, but not for other time scales, even if they are specified in the function. Is this correct?
  Gamma v122b  (9)
Hi everybody, Anyone have Lore Languague v2.60 file for running this EA? Need this file to compile Gamma EA Regards MFX
Hello ! Could someone explain why it isn't allowed to modify the lots of a pending order ? Thanks, and happy new year...
Hi, I'm new to trading and have been spending the last few weeks reading up on technical analysis, FOREX, spread betting etc. I'm a software engineer and am interested in seeing what I can do with some form of automated trading. However, it's quite difficult to guage the current situation regarding...
  Debugging EA?  (3)
When you are working with an EA, is it possible to put the values of a created variable in a graph/log or do you need to create the same variable in an indicator in order to see the values? Any tips on how to develop/debug EA are appreciated. Thanks
Hi, I need J_TPO indicator with sound alert, the level i use is = (0.65) and (- 0.65), Thanks
Hi everybody, I was wondering is there a possibility to control in how many windows the expert code is loaded/activated. Or are all of them working independetly and there is no way to collect that kind of information. It could be useful by money management . Thanks
Hello, I am working on this Meta 4 Expert that sets Limt Orders befor 4Levels of Resistance and 4 levels of support. The problem I am facing that it keeps on adding some of the orders befor they get excuted or opened. ...................... Can some one tell me what and where to add instructions for...
I know, there has been a very informative thread of Shimodax and sub on this topic, but I guess, I'm at a much lower level of expertise than these folks! :) Here is my problem. I have a daily pivot point calculating and plotting indicator (downloaded from the web). I want to use the...
I am getting the above error when trying to log in. Initially I thought the server is down, but I have been getting this for 3 days now. and I verified with a friend that he is able to connect. Does anyone know any thing about this? I simply can't log in to even create a new account. I have...
Ok, I've read a bunch of posts in this forum about how the strategy tester uses the spread from your broker. Looks to be true as my backtests this weekend showed 9/10 pip spreads on the GBPUSD/EURUSD which matched what was in my Market Watch window. Will we be allowed to specify the spread...
Hi, does anyone know how to translate the following MQL code into MQ4? var: OrderText(""); if TotalTrades == 0 and ((Ask >= Close[1] + M*Point and Open[1] < Close[1]) or (Ask >= Open[1] + M*Point and Open[1] >...
Is it possible to patent Expert or Indicator code? Are there any restrictions imposed by MQ to do so? Is it possible to disassemble Expert or Indicator code? Are there any back doors for anyone to upload the code? Hypothetically, if I would have a code which can produce about 280 pips per 24...
  Function request  (10)
function request after 2 lose trades (one behind the other) change Lots -i will change Lots after 2 lose trades(one behind the other) can help me please ? --