MQL4 and MetaTrader 4 - page 1429

  2'000 => 400'000k in six months!  (33   1 2 3 4)
Well, easy said. ive been developing EA for over two months now.. I had many EA, all based on different indicators, different variations etc.. But then I decided to create my own very simple EA working on very simply algorithm.. Not gonna describe the results, check the pictures and tell me what you
With AUDJPY/M1 I stated that in charts for the period are missing 19 September 2008 until 26 January 2009 the bars. How can one close this gap? Or from where can one load the missing data
[Deleted]
I am just a beginner at building EA's, and scripts. I am still learning and still got a ways to go. Anyways in the mean time I want make in alert script to make my manual longterm trading much easier. I am in research mode to make an alert script that will notify me when a price hits a strong...
[Deleted]
  Error #130?  (20   1 2)
Hello, I have an error message #130 and I don't understand what is it... I trade on the EUR/USD forex. if (OrderType()==OP_BUY && OrderSymbol()==Symbol()&& OrdersTotal()==1) { OrderClose(OrderTicket(),OrderLots(),Bid,0,Green); } ticket=OrderSend(Symbol(),OP_SELL,lots,Bid,3,1.40,1.30,"Ordre Court",0...
Hi Everybody I have made a custom indicator that displays in a separate window that shows as a straight line. The reason is that I am using one buffer to feed back integer values about the state of the indicator and this buffer, although set to DRAW_NONE, interferes with the maximum level of...
Hello... Please advice me regarding the buffer calculation in the indicator. I modified iExposure.mq4 to show profit factor. but no data shown on the indicatorif added below code....
Hi, The subject listing pretty well sums it up. I’m new to ForEx and am using this commercial EA (FapTurbo v47 b225) on the MT4 platform while I am learning. With the default settings I was losing money. I’ve managed to tweak it so that it is slowly but surely gaining a little now but obviously...
[Deleted]
When closing orders, do I have to reset or clear the value for " OrderTicket() "? I've noticed that when closing one order and opening another, the ticket number for the order being closed is the same number as the order being opened. And often the order to be opened doesn't.
Hi You all seem to get MT4 working on Linux but I can't. HasAnybody done it under SUSE 11.0. I installed a PCB layout prog and thatworks fine but MT4 gives a grey error screen of a critical windowserror. I don't know where to start to fix it. Thanks
[Deleted]
Has anyone looked at or know of/about the Weibull Distribution? http://en.wikipedia.org/wiki/Weibull_distribution I was reading article on LED performance and the critical factors of current and heat. How they influence LED >xx% luminance life expectancy. ref: Philips Lumileds. Apparently is vip to...
so if you want to use the average range of the last 1000 bars of the current chart: sum(high-low)/n, how would you code this to use as a variable in your code? This would need to be adapted somehow.. for(int i=0; i<limit; i++) { CurrentHigh = iHigh(NULL,0,i); CurrentLow = iLow(NULL...
Dear Sir, do you know some code for calling price close at specific time? exmp; extern string Asia_Open = "02:00"; extern string Europe_Open = "08:00"; extern string LONDON_Open = "10:00"; extern string US_Open = "15:00";...
  lessons  (1)
MetaTrader programming lessons Live trades every day Backtest
[Deleted]
Moderator, has it been pulled ?
[Deleted]
Dear Sir or Madam: I met a difficult problem when using MQL4 programming. I will deeply appreciate if you can offer me some suggestion, clue, or a solution. Thanks a lot. The problem is: how to update realtime and historic data with a MQL4 program. I need the latest data of at least 100 bars,...
-
  New Biggest Problem  (15   1 2)
//+------------------------------------------------------------------+ //| nnnn.mq4 | //| Copyright © 2009, MetaQuotes Software Corp. | //| http://www.metaquotes.net |...
[Deleted]
I'm trying to create an EA that will place a pending order X pips above the ask price. For example, on the daily EURUSD chart it checks when the price moves above the bar moves above a moving average and then sends the pending order 20 pips below the MA, i.e.; Ask: 1.42211, Buy would be 1.42231. Now...
[Deleted]
Hi, I've been customizing a Pivot Points indicator and I think I need to get the calculations in a different way. The indicator uses a variable to set a "hours shift" from the server. For example: I use a server that show me the charts in GMT hour, so I set the indicator to calculate the pivot...
[Deleted]
Hi All, Firstly, I would like to thank all the people who have helped others such as me.... Complete newbies! I have spent the last month or so using the forum to teach myself this MQL malarky but have now encountered an issue which is confusing me no end; MagicNumbers. I'm not looking for the code
[Deleted]
I developped an EA that out of 40 months historical data, tested month for month, on one broker (FXDD) shows 50+% profit/month. The mystery is that on another broker's hitorical data (that looks the same) (FXCM in the case) it performs utterly different, even with loss. How can 2 different broker's...
[Deleted]
I am trying to code a module into an EA that would automatically take ascreenshot at each trade. Anybody knows how to do that and can guideme? I would appreciate it very much.
[Deleted]
Hi, I have been trading forex for like a month (not long enough to make any assessment of my trading ability) and I have been messing around with EA's and doing stratagy tester on them and some of them get unrealistic gains in the stratagy tester for backtesting (like turning 10k into 100k in a...
Do banks control modeling quality? Or is it the MT4 finction? I used M5 frame and the EA was pretty successful on the old data (25% quality). But it stops being successful and begins to lose when I test it closer to modern data. Long research, but I found the dates of switch. In February 2009, the
[Deleted]
Hi, Im working on an EA (really just leaning how to program in MT4 ) And I had an idea and I want to know if its possible. First let there be a condition and the EA opens an order With no SL or TP (I know this is not practical, but bare with me) OrderSend(Symbol(),OP_BUY,1,Ask,3,0,0,"Well Placed...
[Deleted]
I just started live trading...I trade using the crossing of two lines...being 1. Time series forecast "TSF @ 13 period" 2. xpma 8 @ period I would be very very grateful to anyone who can make me an alert signal indicator, which will alert me whenever the two lines cross over.. 1. it should show an
[Deleted]
Is there a way to have an EA look at the last trade and see whether or not it was profitable? If it was profitable, I'd like it to take one action, and if it lost money because it hit its stop loss, I'd like it to take another action. Any ideas on how to do this? Perhaps one global variable that...
Hello, What I'm trying to do, is calculating the average price change in lets say the 10 last ticks. Does anyone know how this could be realized? Thanks in advance, Eggat
[Deleted]
I've got a Braintrend indicator that is set to alert whenever a braintrend dot is drawn, however, the dot repaints during the course of a candle and I only want alerts when the Braintrend is set, so the candle after. How can this be done?...
Hi, I'm trying to have the same history data on EURUSD on two different computer. The 2 platforms are from the same broker. One is the one I am using since a few months and the other is just a new one I have just installed. At first I have downloaded the eurusd history with the DOWNLOAD button but I
Is there a way to check when an order closes whether it hit it's stop loss or take profit? How do youm know when it has closed to trigger some code?