General - page 82

I am trying to find some effective ways to promote the sales of my products which are published in mql5 Market. I found that I can create groups and channels in the messages sections. However I am a little bit confused with whether should I create a group or a channel ? I am trying to understand
greetings everyone, I want to ask if it's possible market open on Sunday especially XAUUSD pair? I was observing some signal provider and found out that he opened trade on sunday. All I know in metatrader several crypto pairs still open such as BTCUSD you can see in the picture he's trading history
Hello Experts, I'm very new to MT5 and currently facing this issue where I see Limit orders are seen on the chart but not placed in journal/trade in demo accn. Not sure what could be the reason, Seeking this basic configuration/setup help. Sample code in On tick: double ask =
I want to use MQL5 old version. i think looks easier That's good enough in my opinion
This code doesn't compile any EA, can somebody help me? //+------------------------------------------------------------------+ //| Expert settings | //+------------------------------------------------------------------+ input string EAName
  Selling Expert  (1)
"How can I sell an Expert Advisor on your website? I'm from Iran. Please advise me. "
Who has time to sit and watch the page if there's a reply?? This is a must
The documentation for the iMA indicator shows the following line of code in the example at the bottom of the page ( https://www.mql5.com/en/docs/indicators/ima ): if ( CopyBuffer (ind_handle, 0 ,-shift,amount,values)< 0 ) When I test that code, whether the "shift" (which shows in the function
  Wrong Parameters  (2)
Tried coding a script in mq5. But it is giving me 2 errors . 1. 'iRSI' - wrong parameters count SPIKE CATCHER.mq5 57 25 built-in: int iRSI(const string,ENUM_TIMEFRAMES,int,int) SPIKE CATCHER.mq5 57 25 2. 'iRSI' - wrong parameters count SPIKE CATCHER.mq5 91 30 built-in: int iRSI(const
The MetaTrader 5 platform update will be released on Thursday, March 7, 2024. In the new version, the standard terminal includes 28 new trading robots and 12 technical indicators. They will assist in learning the MQL5 language and developing your own trading strategies. Also, this build provides
#property copyright "berani2" #property link " https://www.mql5.com " #property version "1.00" #include <Trade\Trade.mqh> //+------------------------------------------------------------------+ //| Expert initialization function |
Hi, I'm not too familiar with how aVPS would work. I am in a challenge, I use a position size calculator and I am subscribed to the VPS service . Would being subscribed to the VPS service show as my trades being placed in another country? For example, I am in Canada, would the trades be shown that
Hello, I'm currently following this course: link to the course I'm at this chapter: link to the chapter I have downloaded the files successfully and placed everything in the correct directories: (C:\Program Files\MetaTrader 5\MQL5). Then I created "NeuroNetworksBook" folders in each sub-folder (EA
Hello I tried converting a few tradingview indicators to mql5 but I am getting compile errors , hoping someone can fix and share for all. Thanks mq5 files attached, Thanks
You have noticed that when we have more than 3 colors in an indicator, 6 for example. When setting up one of them, after the third color, with double click, will it go to the wrong color
How to migrated MT4 accounts to a subscribed VPS? The subscription was completed on MQL5 webiste. Thanks
Hello everyone, I have a question about the VPS: Once the migration is done should the “Algo Trading” button be re-activated again
Everyone who uses trading robots or signal subscriptions sooner or later recognizes the need to rent a reliable 24/7 hosting server for their trading platform. We recommend using MetaTrader VPS for several reasons . You can conveniently pay and manage the subscription through your MQL5.community
I was testing my EA this morning and save the settings. After I came back tonight, the results are quite different without any changes to the period and settings and I'm getting this error from the journal 2024.08.22 22:32:01.548 Core 1 EURSGD : 2022.04.01 00:00 - 2024.03.31 00:00 real ticks absent
Pls I need assistance. I posted a personal job for a developer. He has not started work. For two days now he has not come online to respond to all my messages. I want to cancel the job how do I go about it
ON=n my profile ,ihave chatted with the seller and he has agreed for me to cancel my purchase but the cancellation button is not showing on my purchased items so there anyone who can help
Broker uses EST+7 data import is set in Chicago time, CDT how to convert
Hi guys, how to solve this error? I have tried different period, different pair and EA but still having same problem. Customer service just said they don't have data during 23:59 - 00:01. I have tested few times before with same period and same EA and it runs smoothly then suddenly popped out this
It seems like he's trading on Weltrade-Real I have a just2trade account, and i can't find him in the signals page. What can i do? Thanx
hi guys how are you doing? can anyone help me to add a bollinger band to my signal indicator? i would like it to look like the attached image. I intend to add the bands as an extra filter for the signals, but i need help to put both indicators together. The signal indicator is MTF I don't know if
Dear Sir, What if I were to code, in MQL4, the highest and the lowest value of any indicator, let`s say CCI(n), accross the period(n) only, within the same timeframe, so as to calculate and plot the line; Y=(highestCCI(n) + lowestCCI(n))/2, how would I do it? It is very hard to do, as in MQL4
this is my end of code void OnTick () { double currentPrice = MarketInfo( Symbol (), MODE_BID); double buyStopPrice = currentPrice + Spread * Point ; double sellStopPrice = currentPrice - Spread * Point ; for ( int i = 0 ; i < 3 ; i++) { OrderSend ( Symbol (), OP_BUYSTOP
In the world of Forex trading , indicators play a crucial role in guiding traders through market movements. These tools generally fall into two categories: those with dynamically changeable settings and those requiring manual optimization or adjustment, often in conjunction with Expert Advisors
Is there any way of taking partial TP at limit order. Or any workaround for the same so that we do not have to watch charts all the time. Setting notifications is a way but it also requires pc terminal of MT5, can we set alerts from mobile phone
how can I solve the following error 2024.08.22 05:10:04.116 '5250357': order sell 0.01 USDJPY opening at market sl: 145.655 tp: 145.375 failed [Trade is disabled]