General - page 1802

  High CCI  (10)
Hi all. I was recently experimenting with the highest function and the icci function. what i am intending to do is to find the highest point of the cci back about 6 bars, starting one bar back. it compiles perfectly, but the problem is that when i run it through the tester i get weird numbers, which...
Hi all, I was wondering does the Futures and Forex have some sort of relationship that could help with forex trading ?? I am a little new to forex, but I use this example to clarify what I mean: In the futures, if the USD goes up in value, is there a similar movement in the forex market with USD
  Parabolic SAR Modification  (47   1 2 3 4 5)
Hi all, I,m a newbie to forums - tried a few, but keep coming back to this one. Its got to be the best! I need help with a small problem. I use The Parabolic Sar as part of my trading system & I modified the usual method of presentation by altering the - Arrow - to a line. The Problem I need help
  Supertrend  (5)
I am wrting some code to move my stop loss to breakeven after certain number of x pips profits has been secured. BUT.. how can I turn my code off when and if I decide to start a trailing stop loss from the MT4 menu manually. Is there a function that recognises that a MT4 menu fired trailing stop is...
Hello Everyone! I'm trying to hobble together an EA from a template program and am running into a few problems with the code and was hoping that someone could help (it's probably riduculously easy but I'm still lost). The theory is simple: - enter and go short if the RSI crosses up over 50 - enter...
I have already posted about missing data problem on MT4, when you try and down load the 1min data back to 1999. And there has been another post regarding this matter. Will you be fixing this problem, and including the fix in the next version, or will you be doing something about before then ??
I try to explain. I am looking EA what would only open buy or sell position in every 60 minutes. It would open an new order every 60 minutes and I could get choose sl and tp. And I could choose would it open sell or buy. And it would double the lots with every lost.
If I'm running two different EA's on the same currency pair in the same account, how do I get the signals from the 1st EA from displaying on the 2nd EA's chart and vice versa?
  Hm ... ?  (1)
How could I make the indicator that could expried? And how I changed the format exe to Mt4 ?
I'm testing this now with a few of my scripts, but perhaps someone already knows the answer to this question. Are the variables defined at the beginning of the script global? Do they reside in the program memory attached to the currency and chart until MetaTrader is restarted?
[Deleted]
Hi all, I am in need of a money management EA that will perform the following tasks: 1. Breakeven after X pips in profit 2. Trail orders by X pip 3. Option to move SL by X pips 4. Take profit at X pips 5. Basket Profit option (profits on all open trade) 6. Basket Loss option 7. Magic Number option...
hallo can any one find or creat script in meta trader allow us to cange T/p & S/l by change line positions like visual treader...
will not buy and sell on date and time please help me. thank you. //+------------------------------------------------------------------+//| DATE & TIME .mq4 |//| Copyright © 2006, MetaQuotes Software Corp. |//| http://www.metaquotes.net...
  Help me on this  (2)
I need it to buy and sell on date and time. this is the error I get thank you. '\end_of_program' - ending bracket '}' expected C:\Program Files\WindsorDirect 4\experts\DATE & TIME .mq4 (97, 1) 1 error(s), 0...
Hi, I am on the lookout for an indicator that measures the distance in pips between 2 moving averages and that can signal an alert if it reaches a given level, has anyone came accross such a thing?? Much appreciated Mike
Hello the idea is this : only 1 trade per symbol allowed. i use to do it like this: int total = OrdersTotal(); if(total != 0 ) { return(0); // dont trade } else trade but the problem is that i have other open position from manual trades\other EA i need that the ea will open only 1 trade per symbol....
On the website of the Automated Trading Championship 2006, the "Championship Report: Tenth Week" has been published (http://championship.mql4.com/2006/news/96/). Only 10 trading days are left till the end of the Championship. Leaders are still rotating in the Top Ten. Anyway, Ldamiani and Hendrick...
I haven't been having any luck finding an MT4 broker that trades micro 0.01 lots on Demo and Live account. Help please.
  Day Bars  (2)
Hi, does anyone know if it is possible to change the start time of bars in metatrader,so for example, i could start a day bar at 7.00am gmt,thanks in advance jonmem
  Winning solution expert  (27   1 2 3)
hello do have any body winning solution ex? http://winning-solution.net/indo/eng-performance.php?id=forex8 thanks
Does anyone know where I can find economic news releases over the past year or more that is in a spreadsheet format? Thanks!
Does anyone have ZigZagFibs V2.0 for MT4? info here https://www.tradestation.com/Discussions/Topic.aspx?Topic_ID=44952&SearchTerm=ABC%20Waves&txtExactMatch=
Hello, does any of you know of this indicator repaints the past? Many thanks in advance, -25-
I know price/indicator divergence indicators are available on platforms such as TradeStation and Trade Navigator. However, I'm looking for a reliable price divergence indicator for Metatrader 4. Specifically, I'd like to track divergence between price and CCI. One scenario is represented in the...
Hi Guys, What can I add to an expert advisor which can close all the open orders ...when the time is 23:00 Thanks
Is there a way to change the data format of MT4 export file I am looking for the ASCII.csv but need the data to be in the following format; DATE TIME OPEN HIGH LOW CLOSE date and time format as; Date Format: MM/DD/YYYY Time Format: HHMM any help appreciated. Is this even possible? Thanks
The EA is for EUR/USD in the 1 Hour timeframe. Looks not bad in backtesting. But is the backtesting with MT4 reliable enough to start live trading? Is it possible to get backtesting with a quality higher than 90 %?