General - page 1905

Hi guys, I am able to setup different indicators in the same window in MT4 PPC (pocketpc). But no luck in setting up CCI6 and CCI14 in the same window. Anyone know how to do this? Also, I would like to see custom indicators and EA's available to run on the PPC version of MT4. Thanks
Hello, Just getting started and having a hard time trying to code indicator when the histogram bars cross the zero line. i have the sendEmail() working but can not nail down the logic to check when histogram bars cross. If you could please provide a code snippet that would be awesome. Thanks in
I am just wondering that is there any functions or standard outputs that I can use for my EA optimization results? eg: Can I get Profit as an output of a function, so I can get all these factors in my programme, instead of using copy and paste in the Optimization Results tab. Pass Profit...
I want to officially report to MQ that the iMAOnArray function is broken, but before I do, can anyone verify that my test code isn't the problem? I believe this script when dropped on a chart should return three identical values, but the iMAOnArray method doesn't match....
Hello, Order update function does not allow to change "magic number" of an order, I need to define some stages for any kind od orders. Thanks
For any Expert Advisor that I test, I set my testing time period from 11/01/2001 to 10/31/2005. I carry out back tests on all currency pairs and on at least two different time scales (e.g. daily and 4h or 4h and 1h etc). In most of the tests, first trade seems to take place only in 2003 or later....
  ArraySetAsSeries  (1)
Hi Expert Guys, I need help. In my indicator I would like to store a value into both an indicator buffer and an array. Somehow I am unable to get expected results from setting an array as "ArraySetAsSeries". May be my assumption is wrong. Should I be able to do the following? double...
Im using metatrader4 build 186 Ive downloaded from alpari site M1 data - several files (each file represents 1 month of data) in hst format. I started importing them to mt4. After importing several files I checked the imported data and all was ok. But after a few more the data started being
  66-macd  (8)
MACDs indicators
Updated MetaTrader 4 Build 186 (14 Dec 2005) is released and can be downloaded at https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe?utm_campaign=MQL5.community What's new: 1. Improved operation through DataCenter; 2. Fixed tester error of partial order closing by...
The spreadsheet dos not work when i click updat my excel freezes. Jannik
Some time ago,when i start trade at forex i always used forecasts from different sites(like https://www.mql5.com/go?link=http://www.fx-charts.com , https://www.mql5.com/go?link=http://www.finrise.com , https://www.mql5.com/go?link=http://www.e-forex.ro) for control my own day strategy. IMHO it very...
Merry christmas and Happy New Year to you all , Keep up the excellent community tread , and all Star . Audio
  How...  (2)
Does anybody know what tool one needs to open TPL files? Thanx
I've noticed that in MT4, when I am attempting to place a pending order, that my target price will reset if I edit either the volume, stop loss, or take profit fields. I would propose that the target price only be reset if the Symbol has changed. Often, I put my target price in first, because I...
I'm having an interesting issue occurring with my chart indicators. When I scroll all the way to the end of the chart, the indicator is different then when I scroll to the end of the candle. Here are a couple of examples. Pay attention to the momentum indicator at the bottom. Chart at end of screen...
I'd like to request a new feature. It's probably already been requested, but, I'm thinking about so I thought I'd send it in. I'd like to see the ability to open multiple order screens at the same time. For instance, if I want to trade the EURUSD and USDCHF, I might want an order screen for each...
  Tough communication problems  (62   1 2 3 4 5 6 7)
MT4 is experiencing severe connectivity problems (dedicated + 100M LAN). When there is a dense stream of quotes, for example before the opening of the trading session in Europe or the States, as well as when passing key levels and closing of the hour connection is lost for 3 - 5 minutes, and then
  Tttt expert  (6)
Interesting expert. It has good backtest on eurusd. I found it on viac.ru forum and made few minor modifications. Forward testing required
  Help  (13   1 2)
Here's the VT code written by Taotra for a very nice oscillator. Any coders out there who can convert it for MT4? Chart attached. Thru
I have been using this function to try and close all my orders, both pending and open. However for some unknown reason, there's always unclosed orders remaining. How do I ensure that every single pending/open order closes? // close all open and pending ordersvoid closeAllOrders() { int total =...
Would there be a way to subscribe to a thread without having to post in it.... There are a few that I would like to be able to follow but have little to add at this point..... thanks dave
When I expand/enlarge a chart with Woodies indicator on it, the histogram bars go beserk yet the other indicator Fisher_Yur4ik which also has histograms on it does not. Here are 2 screenshots showing what I mean. Can someone look at the woodies code and see whats going wrong please. thanks
  Server speed  (4)
Hello, I'm a little worried about server speed. Any one of you have experienced slow access to website or problems with website, these days? Thank you in advance.
ASCTrend system for MT3.
  All lessons  (21   1 2 3)
https://www.mql5.com/en/forum Please update this thread when new lessons avaliable. Best regards.
Hello to you all. Is there any way to add the graph of the dollar index to my meta trader 4? In a way that works? Thank you very much Haim
Hi, There seems to be an intermittent problem with the CurTime() function. Most of the time, it appears to work fine - however occasionally it returns a 0. I discovered this because some of my orders were coming back with "order not placed - invalid trade parameters". I added in some code to...