MQL4 and MetaTrader 4 - page 1338

[Deleted]
need a very good and reliable EA... pls tested and trusted. thanx
[Deleted]
All, I'm new to the world of MT and mql code writing. I've been using Amibroker for a while now and write AFL's to suit my trading requirements. I wanted to test the logic from one of my AFL's in the MT for the Dow chart. So I started to write an expert advisor after reading a bit about Mql4. My...
[Deleted]
Dear Mql4.com! I tried to mirror your webpage with winhttrack (nowadays i travel a lot, and I want to access your content in my pendrive). But after some page request the mql4.com blocked me. Site migration (only for personal offline use) is not allowed? (If not it's ok, i not see any restriction in...
I'm testing a EA and every time a run the test, with the same EA, the results change. I don't understans the situation. It should be a simulation with historics ticks and results should be the same every time. What is going on? Thanks
[Deleted]
Hi all, i am a newbie and i also have a big problem with my EA. Can everyone help me? When i create demo account for testing my EA. All things is good, notissue any error. But when i use this EA with live/real account. My EAissue the error 133 ERR_TRADE_DISABLED Trade is disabled. I don't know why...
[Deleted]
  Quick Questions  (1)
One of my most recent trades went bad to the tune of -89.00 $ US. In the comment section behind that trade is an entry that does not make sense to me. The entry is "so: 49.8% /67.7 /136.0". What does this mean to you, and to me? I keep ignoring the NEWS broadcast, and I assume it is still coming...
[Deleted]
I have two questions... 1. I have Apocalypse which apears to be dormant in the account, but who had traded well in Octdover. What should I check or change, or am I being overly concerned, what with this being a weekend and all? 2. With the FAP Turbo install, I am now receiving error messages,...
[Deleted]
Hello people in the MQL4 Forum: This is the first time I post any comment on the forum. You see, I have been trading for a while, of course manually up to this moment, but in the last weeks I have come up with strategy, that is really working out for me, since I have various arguments that support
If you want to follow the flow of your code or are having troubles with an EA, script etc and trying to track it down and find out where and what it is you can use an 'Alert' statement to display it in an Alert message box.
[Deleted]
So here's the deal. Today is 2-19-10. If I start the backtest from 1-1-10 to today, it trades well, no major losses, looks good. But then if I trade from 12-1-09 (or any date earlier than mid december) to today, it gives this huge loss on 1-10-10. I didn't change anything else except the dates it's...
[Deleted]
Hi, I wrote a simple script that is supposed to calculate a distance (in pips) between moving average and current price. int start() { Alert("++++++++++++++++++"); Alert("Digits: ", Digits); Alert("Bid: "+(Bid)); Alert("MA: ",+(iMA(NULL, 0, 3, 1, MODE_LWMA, PRICE_CLOSE, 0))); if (Bid > iMA(NULL, 0
[Deleted]
  Bars in period  (2)
Hi, i´m new in this world, sorry if the question is dumb... I´m writting a script. I´m try to fetch prices from period in a Mysql DB. When i execute my script in grahpic only fetch bars in graphic... What i do for return results since May 2007 to September 2007 in a 15 min period? Only i can do...
I work with MetaTrader 4 in Windows 7. The program DannRestart is located in the window EURUSD with M1. In certain cases I let start from my program from the MetaTrader again. With Windows XP everything ran error free. But with Windows 7 this error message comes: DannRestart: absolute file path...
[Deleted]
More than n(61?) number of characters and a label is truncated. Anybody have the definition for the limit??? Anyway to call FontMetrics call to start another label where the truncated one finished? Documentation that defined function parameter limits would be useful. Where do I find that? Thanks
Hi, I want to change the TakeProfit of an existing order. But I am getting always the "OrderModify error 1" Here is a part of my code:    for(int i=0;i<=OrdersTotal();i++)     {      if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES)==false) break;      if(OrderSymbol()...
[Deleted]
WHO CAN HELP ? I NEED A PROGRAMMER IS THERE ANYONE? FOR THE STEP MA v7 WITH 5 INDICATORS, I WILL PAY!!!! JUST FOR THIS SIMPLE INDICATOR....THANK YOU.....BEST REGARDS.......CONTACT:fukojuma@gmail.com
[Deleted]
I'm working on a trade management EA and it works fine on tester. However, when I put it on a demo account and place it on more than one chart, the various charts try to close each other resulting in pricing errors--these are the errors: 2009.07.09 09:38:02 3A Mgr v1.2 USDCHF,M30: TP Close of GBPUSD...
[Deleted]
Hi I m just sitting in front of my trading PC, My EA just detected a Buy signal and try to open a Long Position... Funny thing is it keeps on reporting IsConnected()= false error but the MT4 platform actually is connecting to my broker. My EA kept on retry to open trade with delay and refresh rate()...
[Deleted]
  Linking Charts  (2)
Is there a way to link charts within MT? so that if I drag a currency into one chart... the other 3 linked charts will change as well?
[Deleted]
I would like to ask you some question if I may. I'm now optimizing and backtesting some nice strategy. Already created a set file, and strated to optimize it from November 2009 to January 2010. When optimization was complete I took the best result (highest Profit) and set these settings as input...
Hello all! this is my first post in this forum : ) I need a simple alarm script for metatrader4 that accept two parameters (period and pips) and alert me with a sound when the number of pips I've set is reached in the period specified (in minutes) I've searched on google for all day but I've found
[Deleted]
Has anyone seen this type of indicator posted? I have changed the the MovingBuffer[i]=iMA(NULL,15,BandsPeriod,BandsShift,MODE_SMA,PRICE_CLOSE,i); to be based off the 15 min chart and the MA is fine, but I can't seem to get the indicator to work for the seperate time frame overall. I can get...
not have much experience in analyzing graphs, please let me indicate that EA has an excellent profit. thanks
The implementation will be quite simple, in a couple of dozen lines! I'm sure it won't take much time for experienced MQL programmers, I'm not, unfortunately. The basis of the idea is the Renko chart, the question is not of creating it, assume that it already exists and we will put the EA on it
hello I want to write an EA for the indicator i attached and I've already tried it(second attachment). I just don't know why the EA doesn't go in the loop where the OrderSend-function is, but why it does in the indicator. Is there anybody who can help me? Thank you... Maier
[Deleted]
Pls i need help on how to open Mq4 files that i downloaded from Code Base section. I already searched and dint see any clue. Also will appreciate if i can get where to see simple codes(not asking for ur money making script. And if u are willing to give that i will be ready to receive :) ) that i...
Would anyone be able to tell me if it is possible to code the display of any Object such that its 'handles' are on display, (i.e. it can be moved without double clicking? It can be a problem trying to do this if there are other objects in the vicinity or if you cannot find the correct spot. I would...
TS based on the remake levels and Fibo MACD .... The idea is this: minimum time frame 4h. Bot must itself vytstroitsy fibo levels (though from fibo was only the idea, and the levels are quite different).Buy order should be made when the price is touching this level and the MAKD detected a divergence
Infos zu MetaTrader in Deutsch findet man auf folgenden Seiten www.meta-trader.de www.forex-innovation.com und auf Englisch www.meta-trader.co.uk www.metatrader-robots.com http://www.metatrader-forexsystems.com/
[Deleted]
Hello . It may be so easy . But I would like to ask a question . I would like to draw a chart data quoted on MT4 on an another chart of the same MT4 like drawing an indicater . Each of the price is quoted on the same MT4 and similar because they are the price of a stock index and Index Futures...