MQL4 and MetaTrader 4 - page 727

how can I prevent multiple signals in a EA? If AO is up it should only trigger one signal at the beginning and wait until AO is below 0.0000 I'll tried this but without success :-) // Awesomedouble aog = iCustom(Symbol(),0,"Awesome",1,CandleShift);//greendouble aor = iCustom(Symbol(),0,"Awesome",2...
There are a number of topics on this forum about checking for the current spread before placing an order. However each of them says something different, and as my brain is over loaded today I can't set my mind on a good solution. Can somebody confirm that the following is a correct way? That will
I am aving one program with me in below langauge i do not understand this .How to convert this program into normal english langauge. ÍÀ×ÀËÜÍÛÅ_ÏÀÐÀÌÅÒÐÛ="ÍÀ×ÀËÜÍÛÅ ÏÀÐÀÌÅÒÐÛ"; Ìàãèê=11111; Òèï_Ëîòà_0_1_2=2; Ïðîñêàëüçûâàíèå=5; ÏÀÐÀÌÅÒÐÛ_ËÎÒÀ="ÏÀÐÀÌÅÒÐÛ ËÎÒÀ"; Ëîò=0.01; Óìíîæåíèå_Ëîòà=true;...
Hi, how is this possible, the SL was set at 0.7599 but high did not reach  it, the high of this bar is 0.7594 spread is 10 points, so it can not have any impact? or can it have ? i am lost with that, usually i find answer myself but this one makes no sense to me thank you
Hi, is there any free mail dll for sending mails. I don't want to use the integrated metatrader mail settings. In former times I used the maillink.dll, but it isn't working with build >600.
[Deleted]
I have this EA that automatically changes the timeframe. The problem is that it shows all timeframes (M1 to the higher timeframe defined by me: M1→M5→M15→M30→H1→H4→D1→M1...). I want it to show only three timeframes: M30; H4 and D1. Or, if possible, modify to display the wanted timeframes. I tried to...
Hi all, I'm not used to OnTimer() however, the EA refreshes every 2 minutes given by  EventSetTimer(60*2); I would like to modify this EA, but it seems not working as usual: Example    if(TimeCurrent()>0) { bool test = true;} else{ test = false; } If I do this, I got an error: "Test - Undeclared...
[Deleted]
Hi, I need to find the ratio between two currencies at run time. like below: account_currency_ratio = slave_account_currency/master_account_currency ratio it's simple if they're same or a Symbol exists which consists of these two currencies. but I'm confused about how to find it if a currency pair...
I've tried getting the new MQL4 market place apps but the latest ones available are dated September 12.  I've noticed that many demos have been downloaded on some of these after that date. Now matter which MT4 terminal I try (and I've tried 5 or 6) the apps under the "new" selection are stuck at...
Hi All community. I am a practioner of MT too and have a little and think easy doubt. (haven't resolved yet) These days my person listen and found a great system willing searching/doing another one and this was very nice. The doubt is about the system I founded by auspicius (in multi time frame
[Deleted]
Hi everybody,   Got a problem concerning this code :   premier[i] = A[i]-mini[i];second[i] = A[i]-B[i];TOP[i] = premier[i]/second[i];   If I run it, there is a blackout and all my indicator doesn't work. Don't understand why ? It would be very cool to help me !  If i replace formula by result of...
[Deleted]
Hi everybody ! As my title said, double type just record 4 number after the comma. Quite a problem when you trade on EURCHF with 5 number after the comma.... I tried to transform my double variable with DoubleToStrMorePrecision but it didn't work ? Did some research on the forum too... It would be
[Deleted]
Hi fellow MT4 users, Need some advice on this issue I am having. Actual FX market starts trading from 19.00 GMT Sunday / 15.00 EST Sunday now (depends on is there Daylight Saving). However I cannot seem to find a broker that provide live price feeds starting from that time. Most brokers starts...
1. installation Must be _user Independent_ , even Server independent. 2. EAs, Indicators should never belong to AppData tree (unlike logs, tick or funny user parameters ). 3. Code should never be updated automatically. 4. dump Billy Williams and all garbage. Be pragmatic. 5. good luck! PS. more on
Is it possible to use a built-in indicator in an EA without having the indicator plot on the chart? If so, how? For example, if I want to use iATR to calculate stops but I don't want the ATR visible on the chart.
I would like it to say this: Currency, Buy/Sell, Signal expiry time (the indicator is based on an hourly chart so it should just say xx:00 - depending on the time I get a signal. Let sat it's 11:00 when I get the signal on a close candle, then the expiry time should be 12:00). Hope anyone have to...
Hi everyone. Im trying to figure out how I can detect if a manually drawn trendline has been broken with a OHLC since its creation.  
Hi Folks, I'm starting with MQL and I wanna know how can I get a good cycle to develop my EA's. I've been using TDD(test driven development) and BDD(behaviour driven development) methods on Ruby and Java. Using tools like JUnit, Cucumber, RSpec. How can I work with tests on MQL? I'm trying to...
[Deleted]
Hi there,   I am looking now to add a simple grid to my market orders, but they i am writing it is not working at all ...   input double         gridshift                  = 0.001;input double         maxpendingorders           = 2 //2 buypending 2 sellpendingfor(int cnt = 0...
Hello guys  I bought an indicator of a renowned developer of MQL4.COM here.  It happens that the indicator does not run on MT4.  Already traded several emails with the developer.  I did all the procedures that requested, however, the problem persists.  Turns out he speaks the library (DLL) that its...
[Deleted]
Hi everybody, I tried to run several time a big code (1200 lines) i developed, with some loop i can't remove . MT4 shut down each time. Is it normal ? How can I proceed ? I tried to simplify i did my best. Thank you very much
Hi, I was wondering if anyone from this community can help, please. I would like to have an EA running all the time and whenever I use the Multiple Close by button in MT4 (that is every time I manually click and try to modify the order) an alert is generated. How to identify this event originating...
[Deleted]
I have an indicator source that needs long calculation time more than 100 seconds. The indicator takes too long time to calculate it and chart stops while the indicator calculate . Any body has solutions about this
  What is the difference?  (27   1 2 3)
Hi friends, What is the difference between these two codes? The first one doesn't work, the second one works fine. Is there any difference the two kind of TP_Day? Wrong: if(GlobalVariableCheck(Glob_Var_Name)) TP_Day=(int) GlobalVariableGet(Glob_Var_Name);else if(!GlobalVariableCheck(Glob_Var_Name))...
Hello there, Is there any discussion in here about using simple Options to hedge FX positions? I had a quick look around and saw a few topics, but I'm still not sure I know where to look. For example, if I open a minilot 0.1 Buy EURUSD at 100x leverage, how can I simultaneously purchase a Put
My EA in backtest on specific symbols - typical borse  indexes  Germany30, Moscow50, Spain35, USA30, USA2000, Swiss20 share SAB Miller, Amazon,   Outputs are only  zero value records  50 0.00 0 0.00 0.00 0.00 0.00% 0.00000000 StopLoss=5000 MagicNumber=10001 Lots=0.1 TakeProfit=5000 TrailingStop=0...
  PPZ calculation - help to refine  (132   1 2 3 4 5 ... 13 14)
Hi all. I wrote an indicator to automatically calculate PPZ using three fractals. The basic idea: we take a window of N bars and determine the levels where 3 fractals are located at the shortest distance. The indicator plots 4 such levels. The problem is in the speed. The indicator uses blunt
I'm experiencing a strange issue? Like most on here, I have a designated MT4 offline back-testing platform. Weird thing is, when I boot up the MT4 platform for the first time, if I try to do a fresh back-test of an EA it won't place any trades or if it does it seems to drop out loads that it should...
Received via Mt4 Mailbox tabDear Demo Account Holder, XXXX has made the business decision to discontinue support of MT4. Therefore, effective at market close today, Friday, September 19, 2014 all XXXX demo accounts will be disabled...
hi  i need some help  because after metrader update  5.00 build 966 my code didn't work  the code used to sum the volumes of all candles in a specific range int V=V+ Volume[i];      ObjectCreate("Volume", OBJ_LABEL, 0, 0, 0);      ObjectSetText("Volume",DoubleToStr(V,0) ,14, "Arial",...