General - page 730

What or who makes the changes of your technical indicators if you check the square box??, example: (A) "Allow DDL export" (B) "Allow external expert imports" (C) "Allow modifications of signals setting" Whening adding a indicator to my chart the following options are available if you check the box
my charts takes a very awkly long time to update to the current rates & date. wut's up? 'couse i don't think is my internet speed
hi i want to subscribe a signal his slippage page show just the below servers what about other servers and brokers because my broker isnt anyone of them does my slippage will be more than the above ? thank you
Hi, I wrote a mql5 ea code to buy to open on stochastic oversold and sell to open on stochastic overbought, at %K and %D crossover. However when it hits the necessary requirements for entry the buy and sell are executed but multiple buys are triggered, or multiple sell are triggered and multiple
I have added an to the Market. i get this message. How to upload the Custom Indicator to the Market test on EURUSD,H1 tester takes too long time 2018.04.02 00:00:00 cannot open file 'MQL4\indicators\super-trend.ex4' [2] 2018.04.02 00:00:25 cannot open file 'MQL4\indicators\super-trend.ex4' [2]
I just joined mql5 in the last 3-4 days. When I click to write a blog, then there is no option for new blog
Hi All, I'm an aspiring MQL5 developer and would like to collaborate with people I can meet up with in Sydney. I've been a software developer for decades, but new to MQL5 and forex trading . Greg Ambrose
hello I have an account demo in metatrader4 with 950euros and now when I try to take a trade I have an electronic answer " market closed " or "trade desactived" are you already pass per this problem? Who can help me please
Hello, I had 50 dollars left here on my account and i don't want to use it in mql5 so i tried to withdraw it to epayment account but couldn't make it. Is there anyone who can help me
i want to change mt5 system from hedging to netting can you help pless
Hello guys. Im looking to learn how to do a backtest on trade strategies with MT. Anyone can recomend some tutorial or material to study? At first im gonna use RSI to test. Thanks
I ordered a EA . From no where the arbitration took place and I had no opportunity to answer nor I given the opportunity to anwer. The developer <Deleted> basically submitted some garbage code that does not even run and said that he will warranty it of defects and malfunctions. Nothing of what he
Good Morning everyone.... Anyone knows how do I put the percentage indicator at the Market Watch column on MT5? Ex: Symbol / Bid / Ask / % <--(?)
Hi! How can I run multiple EAs on different accounts via 1 MT4 terminal? If I do that now, the account balances will be added together and then only 1 EA will work, so the others will not. Does anybody have experience with this? Thanks in advance
Now, my singalPrice is 1600.00,if breakOut,Bid is 1600.10,we can get a singal. but and this time there will breakout 1600.00 even more than 60 timer at one miniute, how can i get the first one singal
double AccountWeekProfit() { int netprofit = 0; datetime starttime = iTime(Symbol(), PERIOD_W1, 0); for(int i = 0; i < OrdersHistoryTotal(); i++) { if(OrderSelect(i, SELECT_BY_POS, MODE_HISTORY)) { if(OrderCloseTime() >= starttime ) { netprofit += (OrderProfit()
Hi there, I have been trading using mt4 for a while and I have bunch of really usefull indicators that I use on a daily basis. Recently I wanted to mitigate from mt4 to mt5 terminal, mt5 brokers are offering way more instruments and it would really be beneficial for me but I need the indicators that
Hello, I created a custom symbol following the tutorial here (https://www.mql5.com/en/articles/3540). In the "Bars" tab, I click on "Import Bars", select M1 period and import a CSV file. I click on "Ok", the windows closes. Then I find my symbol in the "Market Watch" window, right-click and choose
Greetings, I am not able to use Xvolume_htf on MT5. I have tried copying the file into MQL5 / Indicators / and then trying to attach the indicator to the chart, but nothing appears on the chart. I've then tried compiling the file on MetaEditor, but it says "implicit conversion from 'enum
Is it that I operate too frequently and cause Forbidden? How long will it recover
  VPS  (2)
Hi, once migrated to VPS, do i uncheck DLL, and how do i know that the VPS has taken over? Do i switch off my internet
Right now I am looking at a VPS for my MT5. The biggest concern I have right now is how much RAM will my trading system and all my EA's/charts take up. How many charts/EA's could you have have open with only say 4GB of RAM? I read that an MT5 VPS can have up to 3GB of RAM. Any info helps thanks
  VAT on freelance  (5)
Who covers for VAT? Did it start today
Dear, I have the following problem with my demo account 1501321. The following: when I click on a new order nothing happens in my screen so I cannot open the order window. if click on the direct buy buy the program directly but I cannot change the takeprofit or I do not see the order window open to
Hello, Need buffer in indicator - DonForex Anyone Can please help? Thanks
  MQL5 calendar  (1)
what does this error mean?Deserialization of the MQL5.calendareventfilefailed
I have open order by some EA which change the magic number each order. How to find the magic number for this already open positions
  Why did the rating change?  (168   1 2 3 4 5 ... 16 17)
Good afternoon, friends. Just yesterday I had a rating of over 13350, and today, for some unknown reason, it has become 5000. What does this have to do with it? I looked through my forum threads and those who replied to me, the rating has not changed. What is going on
Anyone now how to do synchronization on a MT4 ? My new VPS says it is not synchronize. I watched the instructional videos but it doesn't have the same options
if (rt[0].close>=iHigh(_Symbol,0,H)) { if (m_position.Select(_Symbol)) m_trade.PositionClose(_Symbol); else //if(OrdersTotal()==0) m_trade.PositionOpen(_Symbol,ORDER_TYPE_BUY,Lots,SYMBOL_BID,0,0,"Buy"); } Error:'if'-Semicolon expexted