General - page 1921

I just play arround with MACD-Simple. May somebody can help adding stoploss command and increasing lot in trade? i'm poor in programming. regard, PluT0
  SMARSI  (11   1 2)
It is something about RSI and SMA created by Igor. See explanation here.
  Msroc
Moving Slope Rate of Change indicator created by Fxtraderusa. See this thread on how to use it.
If would be nice (like the horizontal line) to be able to select from the tool bar, an alarm line and be able to slide it around on the chart. This would make for easier modification (just slide to a new position), and visually to see it in place. You could add an alarm line properties to make...
I am hoping someone can help me with this. I am using MT4, build 186. I am trying to have an email sent to my cell phone when an alert is triggered on my chart. I have custom indicators on my chart and they trigger an audible alert in little alert window. That part is good. Under...
  Divergence  (10)
Articles on Divergence
Hello, I'm just wondering if there are any program like FishermanZeroCode thats not generating .mql but .mt4 insted? I'm reading and learning about coding myself but that will take some time. And i really like ZeroCode exept for that it doesnt generate .mt4, and there is a little more thats is...
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 =...