MQL4 and MetaTrader 4 - page 733

//+------------------------------------------------------------------+//| Check History to see if trade hit stop                           |//+------------------------------------------------------------------+bool CheckHistory(){ for(int b=OrdersHistoryTotal()-1; b>=0; b--)   {    if(...
  OrderSend Error 130 - tester  (27   1 2 3)
//+------------------------------------------------------------------+//| Order Entry function - Buy or Sell (pending orders) |//+------------------------------------------------------------------+void OrderEntry(int direction){ // Padding for Stop & Entry --------- ATR_Pad =...
[Deleted]
Hi I was wondering is it possible to display the rsi of the current candle plus the current spread. So basically I can see what the rsi value would be after the price as moved the value of the spread. Thanks Antony
Hi, I'm using Oanda with MT4 and I noticed there are little to NO bullish / bearish engulfing candles on the charts of any time frame. My engulfing code would not find any so I wanted to know why (well it did find a lone and rare engulfing on daily chart only) I reviewed the charts manually and...
int handlestring testfile = "test.csv";void readfile(){         handle=FileOpen(testfile,FILE_CSV|FILE_READ,",");   if(handle<0)   {      if(GetLastError()==4103)   Print("No file named " + testfile);      else      {         Print("Error while opening file" + testfile);         return;      }   }...
[Deleted]
  Mq4 Protection methods..  (34   1 2 3 4)
Hi, Can anybody share the common methods to protect the our indi...give some sample MQ4 plz
Please can someone explain why I get the following warning from this code? (I know it's only a warning but why?) int CheckTrades(){ int num_orders; for(int i=0;i<OrdersTotal();i++) {   if(OrderSelect(i, SELECT_BY_POS,MODE_TRADES)== True)         {...
HI everyone, I'm trying to develop a system on the daily or 4HR timeframe which enters on a reversal of price i.e. basically looking for the start of a new short-term (or long-term :>) trend. I've been testing a combination of RSI, RSI divergence, stochastic and stochastic divergence signals but
How can I stack up multiple comments lines? At the moment they all just overlap when they're updated, but I want 3 separate comment lines in the top left hand corner working simultaneously? if (D1_Bias== "None" ) if (Daily_3<Daily_5) if (Daily_5<Daily_8) if (Daily_8<Daily_10)
[Deleted]
Hello, I am using window 8 64-bit system unfortunately I cannot run metatrader 4 on my system. It keep crushing or hanging even I cannot place an order or resize window size etc. One more thing symbols have very small font size. Resolution does not fit on my system. Please kindly let me know how can...
hi friends how i hide on main window , tail of double value? for example  102.123456789 convert to 102.12    comment2 = StringConcatenate("comment2", CommentIndex);     ObjectCreate(comment2, OBJ_LABEL,0, 0, 5 );   ObjectSet(comment2, OBJPROP_CORNER, 0);   ObjectSet(comment2, OBJPROP_XDISTANCE,...
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...