MQL4 and MetaTrader 4 - page 1419

Dear all Just wondering is there a way to programmatically load and unload indicator within an EA in periodic interval (say 30min) I need this feature as a workaround for one of my EA problem.. Thanks
[Deleted]
Hi all, I'm doing some testing with a Custom Indicator and for my surprise the Journal is full with: 2008.09.16 02:55:14 2008.09.01 17:18 SmallBands USDJPY,M5: loaded successfully 2008.09.16 02:55:14 2008.09.01 16:11 SmallBands USDJPY,M5: removed 2008.09.16 02:55:14 2008.09.01 17:18 SmallBands...
[Deleted]
  How to fix this?  (1)
I just write a simple EA with the principle is : 1. if example there is openB10, make B11 and S9 2. if example there is openB10, and there is open B11, make S9 3. if example there is openB10, and there is open S9, make B11 4. so the point is if move up make BUY and if move down make SELL, but the SL...
[Deleted]
I've done a test by strategy tester, to print every ticks of a day and I've discovered that at the same second the bid value is the same (for multiple running of this test) but the ask value is different!! For one running spread value is immutable for all the day (or for the period you want to...
[Deleted]
Hi, How often should an EA be re-optimized ? Say I'm aiming H4 or H1 charts... How often should I re-optimize it ? Is there a common sense or rule for that ? Thanks.
  Subsystem "Asset Management"  (80   1 2 3 4 5 ... 7 8)
The problem, which I propose to talk about, has been discussed repeatedly at this forum, in its various manifestations, and various approaches to its solution have been proposed. I return to it again, but already adding certain specifics. Terminology conventions Before explaining the situation and
[Deleted]
136707892009.09.11 10:16sell1.00gbpusd1.669111.674521.645002009.09.14 12:581.653890.000.00-5.001 522.00137416692009.09.14 13:00buy1.00gbpusd1.653671.650381.656382009.09.14 13:251.656380.000.000.00271.00137453722009.09.14 13:47buy1.00gbpusd1.659971.656581.662582009.09.14 14:521.662580.000.000.00261...
[Deleted]
To Rosh: Hi Rosh, I downloaded your script, I compile and fail-error.-  https://www.mql5.com/en/code/7665 Do you tell me what´s wrong?...The code is incomplete! Please, repair code. Thanks....=)
[Deleted]
Hi, I want to load the complete history (data until 1970) in one step, without manual scrolling the chart until the date I want. How can I do it?
[Deleted]
Hello I want to make a script which open trade with stoploss of 2% of account free margin... and i dont know, how to calculate 1 point value... for examle: OrderSend(Symbol(),OP_BUY,Lots,Ask,3,Bid- something *Point,0,"comment",255,0,CLR_NONE); Lots is variable. and "something" will represent how...
What would be the best way to import the results in from external indicators into the EA? A bried example would be nice. As always your help is appreciated
[Deleted]
I wonder if anyone can help me. Everytime I open Meta I need to add my Toolbars and teh status bar can any help pls. Thanks
[Deleted]
  Rogue Trader  (2)
I was working on an EA for sometime now, constantly changing things and adding new settings. Here is the latest version for you to try out. It's free and is still a work in progress. It works best on a 5 digit broker, wouldn't recommend on a 4 digit broker. In all of august there is not 1 losing...
[Deleted]
  Counting Periods  (1)
Has anyone had any experience with counting periods. I am trying to write code which will count the number of 1 minute periods. Can get the count of the first period, but not subsequent periods. Seem to be just swimming in circles. int LTM=0,AB,AC,AD; AB = LTM; //------ Past...
[Deleted]
Hi all, I'd like to know how MetaTrader generally handles concurrently running EAs. Let me pose a scenario to illustrate my question more thoroughly: I have two separate Experts running on the same magic number on the same symbol, and they both have the capacity to enter a trade. My ideal case is...
Hello mql4 community, here is my first EA and i have a few problem with it althought it is very simple. the idea is to open a position when high or low of the previous hour is broken. Can someone have a look on it and tell me why when backtesting it does not open a trade. thank in advance
[Deleted]
The above chart shows my back testing result... Check the attached file to see the forward testing result....
[Deleted]
Hi.. I have been trading forex for sometime, and i have figured out a way to earn pips consistently on USDJPY .. This requires hourly monitoring, which only a robot can do. I am looking for someone who can sincerely help me write out an EA for the entry exit rules which i specify, along with the SL
[Deleted]
This is closing partial lots BUT...not exactly doing what I expected. Maybe you can see the issue here. should close 1 lot when there is a BUY and the price goes .00071(just a random number i'm testing on a 1 minute chart) or close 1 lot when there is a SELL and price goes .00071 down using a 5...
[Deleted]
I'm not sure why, but my EA is acting a little funny. I back test it, it executes the orders, and gernerates the "Pending Order Alert". However, when it is live, all it does is generate the alert, saying, "Pending order Alert". I checked in the properties and along the program bar that the EA...
[Deleted]
Hello friends, i want to download or buy the m t 4 server API/SDK. Where Can i buy it or download it? The sever package i bought dont contain any developing files, so i want to get it now. Best Regards, Fox
hi, Is it possible to use MQL API without starting terminal? Thanks Arnab
[Deleted]
  Semi-log  (4)
Is it possible to change to logarithmic scales in MT4 charts? If not, is this planned?
I have some code which creates a little symbol indicator with buy/sell values. In this example the chinkou green line is above the price so it should be displaying an up arrow but it does not. Any ideas on what I have set incorrectly? The chinkou is always 26 periods behind so that is why I checkk...
[Deleted]
I'm getting confused with the function ArrayCopyRates. I haven't been getting the results I expected from it so I wrote a dumped out the contents and either it has a bug or the documentation is wrong??? double aRates[][6]; ArrayCopyRates(aRates); For instance this is a dump of my first few...
[Deleted]
Using OrdersTotal() returns the total number of orders including any pending orders - how do I test if I have any open market order in progress rather than pending orders?
[Deleted]
Hi, I want to modify my TakeProfit order 12 Hour after to OrderOpenPrice(Breakeven point) if there is no profit.Below code doesn't work.Please help... int timeout=12; // hours if (OrderProfit() < 0 ) { OrderSelect(i, SELECT_BY_POS); if ( (TimeCurrent()-OrderOpenTime())>=(60*60*timeout) &&...
Here is my gift to all. It is not much, but please accept it. FOREX RULES: 1. Do MANUAL optimization, analysis and research on weekends. 2. Weekdays are set for automatic trading . 3. Monitor system randomly, i.e, every 5 hours, just to be sure system did not go haywire. 4. If system malfunction
[Deleted]
Can someone please tell me where I can find a list of Error Codes and their meanings when using the GetLastError() function? - thanks
Is there a way to get MT4 to show 26 periods to the right of the chart like the indicator is supposed to?