MQL4 and MetaTrader 4 - page 1623

[Deleted]
I tried trading on the contest account and my account balance changed. I hope it'snot a problem isn't it? Hopefully the accounts will be reset when the championshipstarts. And can I use the contest account to test my EA on it? Thank you in advance
[Deleted]
  Hedge trade  (6)
Does anyone know how I can set up a hedge trade funtion that can query my currenttrades and if the trade is say -15 it will put in a hedge trade to close at thesame stop loss as the current negative trade? Example: Trade 1 -5 pips. Trade 2 -8 pips. Trade 3 -15 pips. Experts spots that trade three is...
  Very Profitable EA  (18   1 2)
Hi, I am very new in this forum, this is my 2nd month in Elite section. I am currently forward testing TrendStrenthExpert V2 & trendenvelopeexpert V2.4 with encouraging results. My main reason in starting this thread is to get help of experience coders in this exclusive forum to look into the...
Practical Application of Cluster Indicators in FOREX Cluster indicators are sets of indicators that divide currency pairs into separatecurrencies. Indicators allow to trace the relative currency fluctuation, determinethe potential of forming new currency trends, receive trade signals and...
  help me  (2)
I have read many books . and I am very interested in stochastic RSI oscillator.but unfortunately,I do not find this indicator in custom indicator in MT4. I hopesome body will help me to create this indicator and put the code in mql4. com ,in the section CODE BASE . i have the formula of this...
In my search for indicators i purchased "Easy indicator System MT4 TradingFOREX Profit per Day" from an eBay seller. It turns out it is the Meta Quotes own "Daily Pivot Points" indicator After discovering that he had ripped this script directly from the mql4.com codebase, i asked for a full refund...
[Deleted]
Hi all, Can anyone tell me what is the meaning of the followings error. My EA can run onReal Time Trading and Strategy Tester in my machine, but error in the Championshiptesting? 2007.09.02 19:57 loading compilation 'indicators\macd_2line.mq4' compilation 'indicators\jma.mq4' myrhtc3ov2 on USDCHF...
[Deleted]
When an order is placed with a stop order and a take profit order we are placinga stop loss order as an order type of 'ON STOP', and the take profit order is a'LIMIT' order. As LIMIT and STOP orders can been seen by the broker, the broker can push priceup to take out your orders for there own quick...
[Deleted]
can any one help? i am using a Demo account . every time i place an order and buy, the message "TRADE IS DISABLED!"pop up and also the Market Watch seem to be offline. from rodee
Is there any Limition for TrailingStop ? ModifyOrder is used for TrailingStop. Does TrailingStop must large than 15 points ? or other value?
[Deleted]
The only Expert Advisor that showed profit in the Strategy Tester, with quotes downloaded from the Center's Hitory, immediately plunged the deposit into the floor
New MetaTrader 4 Client Terminal Build 208 has been published: Fixed error of terminal deadlock when drawing a large number of vertical lines.MQL4: fixed error of last_error variable formation when calling a non-existing globalvariable.MQL4: fixed error of MessageBox function, leading to crash in...
[Deleted]
Dear all I have using 4H MACD Strategy; I Attached the files about it. could any one help me in creating an EA for this.. or an indicator that can display Buy at price and sell at price with SL and TP Ex. Trend (Up/Down) Sell/Buy at xxx.xxxx SL xxx.xxxx TP xxx.xxxx TS xx Thanks
[Deleted]
Help with dots on the chart I am trying to place dots on the charts whenever there is condition. eg if close[0] > High[1] { ObjectSet("ArrowB",OBJPROP_COLOR, Green); ObjectSet("ArrowB", OBJPROP_ARROWCODE, 159); ObjectSet("ArrowB", OBJPROP_TIME1, Time[0]); ObjectCreate ("ArrowB",OBJ_ARROW,0...
On the website of the Automated Trading Championship 2007, the article 2 Months of Registration has been published. The results of two-month registration are given in the article. Over 1100 people have appliedfor participation in the Championship. The amount of those submitted their Expert Advisors...
Hey I want to see CFD in MT4 a specail the index , please advise me how i can do it.
  EA from scratch - Part 1  (50   1 2 3 4 5)
Hi there, I hope I may start this thread here under expert analysis. First of all, excuse my English. It's my second language, but I'll try to correctly express myself. I've been trading live (part-time) for about a year now, and lost a lot of money. Not just on trading, but on books, systems, EA's,...
Following rule under trading terms atc2006 - The minimum trade size is 0.1 of a lot, the maximum one is 5 lots withthe step of 0.1 of a lot. is modified as atc2007 - The minimum trade size is 0.1 lot, the maximum one is 5 lots with thestep of 0.1 lot for each order. Does it mean that we can place...
[Deleted]
What are the benefits of the Multi-Terminal MT4? Can I open a chart on one currencyand trade multiple accounts using an EA? Why should anybody use it?
[Deleted]
Hi, I have experience with very basic programing like, html, actionscript, javascript,etc.. I am trying to figure out MetaEditor, I could spend a few months on it andhave it figured out, but I would like to do it sooner than that. I am interestedin making some complex EAs, more complex than the...
Him payment to a programmer who passes the code to me of EA MACD so that he buys several crossings simultaneously. The payment I make it through PayPal. Please, to write to ronco71@yahoo.com.ar
[Deleted]
Hello my friend is looking for a VERY GOOD EA/Script Programmer to do his project so if you are a VERY GOOD programmer please contact to my friend at soetanto@mail.com with your profile and your experience don't worry he will pay you :) thank you
[Deleted]
Why does my expert run fine sometimes and then others specifically when there are mutiple charts open or the market starts to move fast is starts to miss orders being placed? Is this normal? Is MQL not capable of placing orders in fast moving markets
[Deleted]
I am trying to run my expert on the strategy tester and it does nothing. I have checked the history file and it has data in it. Why does the MA expert andthe MACD expert show visual movment when you press test but mine does not. I konw the code works, for I have forward tested on my practice account...
Non-standard Automated Trading Successful and comfortable trading using MT4 platform without detailed market analysis- is it possible? Can such trading be implemented in practice? I suppose, yes.Especially in terms of the automated trading! Author: Leonid Borsky
  Completed Bar  (15   1 2)
Hello. I'm trying to get my EA to run only when a bar is completed. I've been trying onthe Day TimeFrame. I've tried this code: if(Time[0] == prevtime) return(0); I've also tried this: if (TimeHour(TimeCurrent())!= 0 && TimeMinute(TimeCurrent())!=0) return(0); And neither of them work. They should...
I read this posting in the Russian mql4 forum. This is a AltaVista Bagel Fish (Russianto English) translation of that posting. Why not simultaneously post English version of this important ACT 2007 information? If before September 21, some results are published and some are not, will this notgive...
Published article :Helpful tips for Championships participants
[Deleted]
Hello to All, Does anyone know where I can find a Full Stochastic indicator . Thanks
Dear fellow traders, I have been using Finex broker to trade with my EA but they are not reliable recently,can anyone recommend me on any good broker to trade with EA? Many thanks in advance. Regards, Jeremy