General - page 832

Hello Blueberry customer support.  I have a couple of questions regarding the behavior of currency pair prices following the posting of a buy or sell trade. 1.  Following the posting of a currency pair buy or sell trade, nine times out of ten, the price of the pair starts consolidating before...
I would like to turn off the notifications for private messages on my MT4 ios App. How can I do so? This is turned off in my MQL5 settings on the browser. Do I have to choose something similar on the app? Thanks for your help already in advance! Rixxx
Hello everybody, Is there a possibility for the signal provider to hide its trading method on subscribers so that its method does not appear on any subscriber's chart?? Wait for the answer from moderators and any member here has correct information. Thank you in advance
Hi all, ha yeah one more new coders.. (code it at bottom) What was mt4 expecting on 145? Why is 104 unbalanced. I thought I did defind GetTotalProfits on line 72. I thought I did defind CloseAllTrades on line 72. Thanks for the help! #property strictstring BotName = "JHB Robot";int Magic =...
hi guys, i need your help to code an indicator. kindly help
Suppose I were to create a simple EA that does only the following: 1. Displays a button on chart. 2. When button is pressed, opens an order on current Symbol. -- Such an EA makes no trade without human intervention. -- Such an EA has no iCustom function as it does not read any Indicator signal....
  Need an indicator for MT5  (115   1 2 3 4 5 ... 11 12)
HI, I need an indicator for metatrader 5 like gp_clock in metatrader4 which shows the remaining time to close the current candle which is related to the current time frame. For example,if you are in 60 min then it shows something like 20 min to close this candle . Thanks
Hi, I'm trying to get values from the indicator that I have attached calculates pivot points with Fibonacci formula.The indicator receives in input following parameters: enum enTimeFrames   {    tf_cu  = PERIOD_CURRENT, // Current time frame    tf_m1  = PERIOD_M1,      // 1 minute    tf_m2  =...
  Demo download  (7)
hi..how to set EA/indicator available for demo download?is it automatically by system or we have to it manually?
Good morning  i need some assistance when registering my seller account  all information and documents are provided when i click to go to the next step it doesnt allow me to and it says couldnt save data  please help  Thanks  Warm regards 
I just download the last version of MT5 and preformed a fresh install I have a few problems with the tester. The demo account is 10.000  if you look at the screenshot you will notice in the red square  how can I have profit of 2788 and a results of 57161 ? I should have a profit of 47161, the pass...
  Mql5 password  (3)
How to reset mql5 password if forgotten ?
How to edit signal description
Hello Community, I would like to add a buy condition to my Trend following EA, that would be executed by ticks on the EUR/USD chart , but ONLY if the iMA() of some other symbol meets my requirements. I know that iMA() can take whatever symbol you specify for it and that I should run the EA on the
Supposedly I have my hands set on manual forex trading. All I can get more in this field is experience, and i want to learn more so should I -       1. Learn about EA programming and automation in trading                                    OR       2. Learn to scout stocks (I hope u all get what i...
Hello Coders, I need something coded, 20ema red line cross 50 ema blue line cross when they re cross close position, 1% risk, let me know if anyone can do this thanks, CharlieFX
after i opened 28 charts i had to enable live trading at each one of them one by one by hand. is there a faster way around this? can't find anything in the web. thanks
Hello dear mql5 community. I try to report technical issue happend in my account. issue 1 : Yellow packet always exist and when i click on it always will go to one of my projects . so i cant see my all new messages. issue 2 : one of my project has canceld still exist in progress job page. is it
What ways i can stop super big drawdowns or mitigate losses on my breakout  systems. I have automated a breakout system using the last low for long entries SL and last high for short entries SL but their are fakeouts at times and Im not sure how or if i can stop this. 
Hi, I want to backtest a system with manual set trades. I want to simulation equity usage. Is this possible in MT4 or is there an excel file (maybe with macro) which can do this? Thanks Sven
Many Buyers are disillusioned with the EA's that they buy. The reason why is that the correct results are not shown. There some Stock Brokers that have 0 spreads but charge per trade. There are some that charge spread but not per trade. The one's that has no spread is always favoured, that is why
I have some cool MQL5 code I found on this forum somewhere a long time ago. I've modified it a little bit. It detects when you put a line on a chart, and pops up asking a question about the line. It works perfectly, except that it doesn't work on the weekends when the market is closed. I don't know...
Hi could be possible increase local backtest symbol select limit?
Hi all I tried to add a Color change buffer. When the Indicator crossed level 60 color has to change. I'm not sure whether the colour buffer is added correctly or not. Please help to resolve this . When i try to compile I"m not getting any errors. Please advise on this. // +...
Hello, I'm looking for a way to develop an indicator that will draw a high at the highest value of a given range. I tried several possibilities and looked in the CodeBase, but nothing helped. Thanks in advance!
Hello admin,,i just make a simple EA named as tes.mq5,,here is code below :  int timer1=0; int timer2=10; int OnStart(void){ timer1++; double y=iClose(Symbol(),PERIOD_M1,0); double Ask = SymbolInfoDouble(_Symbol,SYMBOL_ASK); double Bid = SymbolInfoDouble(_Symbol,SYMBOL_BID); if( timer1>timer2 ){...
Hi there. I've paid to a coder to make this EA for me and it only open BUY ORDERS. He doesn't answer me anymore. May anyone please help me to fix this little issue? //+------------------------------------------------------------------+//|                                                         HA's...
#property strictstring BotName = "JHB Robot";int Magic = 1234;int MaxTrades = 1;double LotsToTrade = 2.0;double StopLoss = 3700;double ProfitTarget = 280.00;int OnInit()  {   return(INIT_SUCCEEDED);  }void OnDeinit(const int reason)  {     }  // This runs on every single tick void OnTick(){   double...
When I update Windows, EA & Indicater activation is release. so activations left over is reduced every time. Is there a solution?
Hello, I have a laptop I'm not using right now which I'm planning to use for an EA under MT4. However, in future I will definitely need to expand, would it be best to purchase a laptop or a server rig? Which of them would be most optimal for the job? Detailed explanation would be immensely...