MQL4 and MetaTrader 4 - page 1337

[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...
[Deleted]
  MT4 ---> MySQL ?  (2)
Dear all Guru, I would like to analyze historical MT4 data (that we download from provider, example alpari) using some statistic toll (SPSS, MS Excel, etc) that I read from MySQL (or any database system). I wonder if you have any experience to transfer data from MT4 historical data to MySQL...
[Deleted]
I using hotkey to excuted order, but there are times when the order didn't excuted at all despite pressing the hotkey. I have to when back to check back the expert tab to see any error or if i didn't press the key properly. Hence I thinking of getting a sound played when the order excuted. I tried
That's it I am dumb.¨ I still can figure out how to write in MQL5 if High[1]>Low[1] Ok there is a "porting table", but I want to write that in MQL5 language without using some retrocompatilibty workaround. Read a bit on the subject, unfortunately still cant figure out how to write this simple piece...
Can someone please post a snippet of code for detecting a new bar in MQL 5. I kinda remember how to do it in MQL4 but I was hoping that it would be different/easier in MQL 5. I was hoping that they would FINALLY make this an event procedure, but that doesn't seem to be the case. TIA!
Someome has the code or file to this indicators? Thanks Marcio Santos
  Bollinger Band Breakout  (28   1 2 3)
Here is a technique I have been working on. The technique is based on the Bollinger Bandwidth Indicator. When this indicator crosses a set threshold I enter the trade. The rules are on the attached chart. The bandwidth threshold will be different for every currency pair and time frame. You want to...
  Help a newbie  (5)
what language is MQl4 programed in? is is C++? I want to lean how to program in it and i'm looking for books on it.
[Deleted]
Hello everyone, Is there a way to assign a hotkey in MT4 to bring up trendlines for example? Thanks for any reply, Pete
[Deleted]
I'm trading live, though just for pennies, as I'm still testing. As this is still a test, at times I need to go back to the code and make minor adjustments to the EA that is currently running. My question then is if these changes will apply to the currently running EA, or if I need to close that EA,...
i need a script that executes on the chart to make a pending order with the price = SMA or SMA-10 pips or whatever i got the code and modified it a bit and it stoped working please tell me whats wrong int start() { int ticket,expiration; double point; double MA //----...
  5 digit  (2)
If I am running an EA on a 4 digit account but am switching to a 5 digit broker....what code needs to be added or changed to get my favorite EA to work? Thanks!! Mike
[Deleted]
My mt4 broker uses 6 quotes example 1.36444 Im trying to use a Average Daily Range EA but Its not working because of the 6 quotes im guessing. Can somebody please change it for me??
Hi, Is there any reliable source to download history data? I'm looking for a source that have data for years back, all timeframes, and at least most of the major pairs. Appreciate your help, Mike