General - page 781

New order button disabled although I logged in with my trading password and the internet connection is not the the problem as well. Anybody know what it could be? Please do help. Thanks in Advance
  build 2006  (4)
is there something wrong with this build my existing EA are having major issues and not trading properly. it runs with 2 deals and terminated without any reasons.
Hi all new to the site. Having resided and traded in the U.S. I traded options and was a member of simpleroptions live trading room, it was amazing to be a part of such a knowlegeable crew of experienced traders led by John Carter but now that I am back residing in my native Ireland I have recently...
Hey There, Need help to build an OBJ that will show the StopLoss and TakeProfit in symbol currency, as exposed below: Meaning that if the asset hit the StopLoss, trader will loose 85 in it's currency. This is the code I've done so far, with no sucess: if(ObjectFind(ChartID(),"StopLoss")<0)...
hi, i'm copying a signal for a week and i am using a vps as well. in the beginning the slippage was non existant but since yesterday i'm having a slippage of over 8 points, sometimes 4 points, i didn't change anything, why is that? is my broker on purpose causing slippage? or what can it be? 
  Unicorn Hunting  (4)
Is there an M&W pattern indicator that identifies them in varying colors and has push notifications? I know I can use ZigZags to indetify them but I have yet to find a nonrepaint ZigZag.
I need to add alert when line cross 0 Level. Anyone can help please.... //+------------------------------------------------------------------+ //| CFP.mq4 | //| SemSemFX@rambler.ru | //|
  Multiple orders  (3)
Hi programmers, could you let me know if this code prevents opening more than one position simultaneously? int OnInit(){     EventSetMillisecondTimer(1);   return(INIT_SUCCEEDED);}void OnTimer(){   if(!PositionSelect(Symbol()) && conditionToOpenPosition())   {      OpenPosition();   }    }
I wrote a custom indicator and had tested it working. But when I tried to test it in EA using iCustom, it ALWAYS returned 2147483647! I saw some article saying that to change the Shift to 1, I tried but still to no avail! Could somebody be so kind and teach me how to fix it properly, PLEASE!? Much...
Greetings! I have a MetaTrader account with <>.com I run MetaTrader 4 on my Mac on top of Wine. The version of MetaTrader <>.com provides is 4 build 1170. All the links, documentations, and forums within that version of MetaTrader are MQL5 though. I am confused.  I though MT4 only allowed MQL4 and...
Hello ! I personally host a signal and someone who copies me has problems. We noticed that often the odre is not placed at the same time (difference of several pips, even more than 30 minutes of deviations) and it becomes very problematic. Personally I have a vps at FBS and him at a VPS at MQL5. How
Hi, I am using MT5 version 5.00 build 2006 in Windows 10 - 64. After load my EA in the Settings tab, I change the inputs normaly (loading it the same way I always did) and come back to the Settings tab. When I return to inputs tab again, it changes to the Default values by itself. The same problem...
I like, to avoid brokers possible excessive slippage, make a routine that continuously check for my open positions and: 1. if profit of a position is above the wanted profit, close that position with minimal deviation. if the position is not successfully closed due to the deviation unachievable
Does anyone know how to get the MACD indicator with price line on a MAC for MT4
Greetings Fellow Traders, Has anyone heard of any trader summit being organized? Organizing a trader summit? Any and All input is greatly appreciated.
Hi For security: is it possible to run two metatrader5 programs and track the signal on two parallel MT5 programs? So: one account and one SIGNAL, but running two MT5 programs? Thanks and best regards J
double Bid = SymbolInfoDouble(_Symbol, SYMBOL_BID);MqlTradeRequest ShortReq ={0};                  MqlTradeResult ShortRes;                  MqlTradeCheckResult CheckresShort;                                   {                                     ShortReq.action...
Every day, for two weeks, latency increases. I try to change the server, but I do not succeed. It changes and 5 minutes later is the previous one. 5 days in a row. Help me! Please! PP Change it once, but now I can not
When doing backtest in mt4 I change the spread from 10 to 100 and it doesn’t make any difference on profit and loss of individual trade it only change the amount of trade taken. Why is that?
hey how can i change my Log in ID?
This is really good news and I look forward to releasing EAs and models for the community.  However, the only problem is JFD Brokers who have about 24 months of data for stocks and short of paying $1000s to a commercial data provider, I'm at a loss about where I can acquire quality intraday stock...
Is there a way to avoid copying certain pairs from a signal? Thank you
Hi, Whats is the different between Floating profit & Profit in MQL5 signals? Thanks
Hello, I am looking for excellent experience to work in trading if you allow, please help what is the best excel in trading
Hi programmers, I would like to know if it's possible to get these followings informations from an indicator :   - indicator_applied_price   - indicator_chart_window   - indicator_separate_window My aim is to store this information on a variable and use it in my EA program. The only input I have is...
All, Does anyone know why 2 trades were not closed for the signal I follow? Other trades were closed normally, but two stayed open. I got the following messages in the journal: As a result both trades where closed much later which big losses. The connection was in place with the signal provider
Log says:"2019.02.25 09:19:11.469 Core 1 not enough available memory, 4862 Mb used, 4282 Mb available, maximal available block is 4282 Mb Since the last update.  Before that, I had no problems.  It happens when doing longterm backtests on multiple pairs (2007-2019) computer has 16GB ram so should be...
Hi This code failed to copy the RVI indicator (with its 2 lines). It copies the signal line but not the rvi line. What am I doing wrong pleaes? Thanks //ea.mql5#include <utility.mqh>EA1               *ea1;int onInit(){        ea1 = new EA1(_Symbol);}//utility.mqhclass EA1 {  string  mSymbol       =...
Hi, I want to backtest my EA with Spread = 0 (I have my reasons). If I set Spread to 0, the "Strategy Tester Report" shows "Spread = Current instrument Spread" (instead of 0) ! How can I force MT4 to use a ZERO spread? Thanks