General - page 3

So today I tried renting a vps for a month trying it, tried with my cc didnt work then i tried with paypal it seemed fine till the end but it cancelled on the app its said like that and i got a notification from paypal that the transaction went through so basically i dont have a vps rn , i dont have
How do I recover my MT4 password? I can't log in there, can anyone help me? as it is impossible to receive support
I have noticed multiple times that the CPI news event is not listed as High Impact. We all know that NFP / CPI and FOMC are the highest impacting news all the time. all calendars outside marks these three events as high impact. but the MQL calendar keeps ignoring it sometimes. why is that
void OnNewCandle() { rsi_value = iRSI (symbol, period, 14.0 , PRICE_CLOSE ); } So, i have made this code (this is a custom function that run at the oppening of a candle), but the RSI is stuck to 10.0 forever. In the chart i see its updating correctly, but in the code its stuck at 10.0. Any idea
Hi all, Anyone got link to the MT5 web terminal? Thanks
I bought 2 EAs but only 1 has successfully installed, the other one has always "installation failed" message
  no otp  (1)
no otp to sms no otp to telegram bot how to verify number phone? tks
Hello every one, How I can create a bitmap label but use at as an Edit box or Lebel text object. I noticed that, some products use bitmap label instead of EDIT, BUTTON and LABEL objects and it help to speed up in MT5. But I don't know how to do that, is there anyone who can suggest any ideas for
Hello, The phone verification is completely broken on the website and I cannot register as a seller , moreover it's impossibile to contact their support becuase they only provide chat support which is absolutely useless.. I cannot register, I cannot open a ticket.. I hope I can open at least this
Hi, I've clicked on the 'seller' link in my profile, and tried a few times to confirm my phone number, however it never sends the message. This is to an australian number. If anyone could provide any suggestions please that'd be great. Thanks
I have changed phone number last 2 weeks and already closed the old one which mean that number cannot be connected anymore. I have new one now. Please let me know how can I do? Thank you
Who knows which technical index of mt4 is better and whether the bollinger band works well
do you have any tip whitch to choose
I think someone else typed the metaquote ID wrongly so my mobile app keep receiving his trade operations notification. How can I stop it? Can I change to another metaquote ID? Thank you
Does anyone know of an EA that makes trades based on the percentage value in relation to the start of the candle
I was trying the free trial period and wanted to host an EA which needed DLL import. I got the message that such EAs cannot function in MT4 VPS server. Is there a way to resolve this? Cheers
  AI 2023. Meet ChatGPT.  (2133   1 2 3 4 5 ... 213 214)
In this thread I propose to discuss a noisy, perhaps prematurely overblown, but undoubtedly significant event in the field of IT technologies. An event that even hardened sceptics cannot ignore. Scientists, programmers, artists, entrepreneurs, workers. Everyone is watching, thinking or talking about
Hi all, I have the following error when market is closed I tried to fix placing the followng code at the beginning of the expert, but it doesn't work. void OnTick () { if ( SymbolInfoInteger ( Symbol (), SYMBOL_TRADE_MODE )== SYMBOL_TRADE_MODE_FULL ) { Could you help me? Thank you
Hello, I am learning to code and came across these 2 functions that calculate the optimal lot size for the order. I tried both of them however, they are both giving me a bigger than supposed lot size sometimes (e.g. returns a 1.5 lot size for a $1000 account, or a 2.94 lot size for a $10000 account)
I have a multi-currency EA that works very well in my local computer. However, when moving it to the MQL5 VPS, I get a warning saying " indicator is too slow, rewrite the indicator, please". Looking on the web over solutions to this problem I found several solutions like: 1. Disable news. 2. reduce
void OnTradeTransaction ( const MqlTradeTransaction &trans, const MqlTradeRequest &request, const MqlTradeResult &result) { if (trans.symbol!= Symbol ()) return ; if (trans.type != TRADE_TRANSACTION_DEAL_ADD ) { return ; }
Any knows what to do with this? I cannot logg on with a newly dowloaded MT4 from my broker
  Forecast and levels for Oil  (254   1 2 3 4 5 ... 25 26)
Brent Crude Oil April-June 2017 Forecast: weekly correction with possible breakdown; 49.69 support is the key W1 price located above Ichimoku cloud in the bullish area of the chart. The price is on the secondary correction which was started in the beginning of January located within the following...
  Forecast and levels for Dollar Index  (223   1 2 3 4 5 ... 22 23)
Dollar Index April-June 2017 Forecast: ranging correction W1 price is located above Ichimoku cloud in the primary area of the chart. The price is on secondary correction which was started in the beginning of this year by bouncing from 103.80/102.27 resistance levels to below. For now, the price is...
  Forecast and levels for USD/CNH  (189   1 2 3 4 5 ... 18 19)
USD/CNH April-June 2017 Forecast: ranging for the bullish to be continuing or for correction to be started W1 price is located above Ichimoku cloud in the bullish area of the chart within the following support/resistance levels: 6.9868 resistance level located in the beginning of the bullish trend...
Hello everyone, I've developed an Expert Advisor (EA) for trading, which I plan to offer based on a monthly subscription model. To facilitate this, I'm considering creating a user portal or middleware. This system would allow subscribers to manage their subscriptions conveniently, possibly using a
Hello Few days ago my webterminal stopped working for no reason . I can only choose Metatrader 4 now ( it used to be MT4/and 5 but now only 4) It used to log me in automatically, now i need to type the password but wjen i press OK At the bottom i get this message : " WebTerminal is not supported by
Hello everyone, I have a question about MetaTrader 5 and multiple brokers/accounts. I have one platform on which I have 5 brokers/accounts installed. Now I want to trade these 5 accounts at the same time with different strategies. However, I am having problems with this configuration. What am I
every time i trie to add this indicator to the chart it gives this error "Error: AUDCAD not found. Cannot proceed." Even tho AUDCAD is there... can someone help? thnx
  vps  (1)
i rented a meta trader 5 vps service and i migrated all the things, it said the memory and the storage is running but the cpu is at 0%. and my EA doesnt seems to be working, how to fix this please