General - page 408

Hi . Do not be tired . I wanted to top up my account, which was limited to financial transaction notifications. I mean, I wanted to rent a VPS and I had gone through all the steps of buying it. But he sent a message that your account balance is less and that I tried to charge the account and no
Hello, I am creating a custom indicator but I need it to be able to collect price data from a chart different form the one that it is running on. Is there a way to do this in MQL5
At Python Metatrader5 there is function named " copy_rates_range ". It's work at UTC time zone. This function can bring historical data, From 00:00 Monday at 23:57 Friday. But The Market work since 21:00 Sunday to 21:00 Friday at UTC time zone or 00:00 Monday to 23:59 Friday at Moscow time zone. I
How can I withdraw from my account to my bank
Hi everyone, I've created a script in python to run MT5 with a number of different config files and expert parameter files. It basically conduts a Walk forward analysis by first running an optimisation then runs a normal test with the selcted parameter settings. MT5 seems to sporadically crash when
Hi, i've dragged and dropped an EA on several, around 10 different chart instruments. I read that the limit is a lot so this limitation should not affect me. However, i am seeing that my EA robot triggers only on one chart while it doesnt trigger on other charts which have reached the same indicator
[Deleted]
Is it safe for beginner traders to use offshore account brokers
Where do I look so see Activations left
Whatever you do you have a problem with the MQL service. Today i was buy a new signal, as always they take the money but working service no. I also buy new VPS for this signal in MQL. In the MQL VPS logs is say MQL5.community: authorization failed AND Signal: 'XXX': failed to get list of signal
Hi, I'm migrating all my terminals to MetaTrader VPS and the EA send me a current graphic window screenshot with a background image loaded from /Images folder. Even using "Migrate all" option, EA can't load this image to populate the screenshot background. Is there any alternative to have this
  Inquiry  (1)
Can I subscribe on the signal on platform MT4 with my account on MT5
I've heard talk that it's possible to use OpenCL or something to use GPUs to run EAs in the strategy tester. I have an NVIDIA 1080ti, with fully current drivers, and it doesn't show up in the Strategy Tester as an agent(s). I use FxDreema for building my EAs currently, if it's relevant. What steps
I am tying to code breakeven in mt5 but it is not working, please help with correct code; void Breakeven_Check() { for ( int i= PositionsTotal ()- 1 ; i>= 0 ; i--) { if (m_position.SelectByIndex(i)) if (m_position. Symbol ()==m_symbol.Name() && m_position.Magic()==MagicNumber)
Hi friends; I wrote simple EA which i want to open buy position when; 1- price bigger then 15 period moving average and 2- Price above highest value of last 12 candle (Like passing demand zone - like passing resistance zone to up) Yeah that was my dream but doesnt work. Anyone tell me where did i
Maybe it was already discussed, but I can't remember or find it. Here is the problem : EDIT: I am using int and double as examples in the code, but it had really to manage all basic types (and even complex ones actually), so including string for example. 1°I want to manage some variables of basic...
Hello, For couple years minimum freelancing cost remains 30$ , I think it will be better if it get an upgrade. What do you think about its consequences
I am looking for a good reputable broker that uses the MT5 platform here in the USA. If anyone knows a good reputable broker, I would appreciate a private message with the recommendation, please
HI, I would like to know in a Boolean when the RSI repass the 30 Level and same with the 70. How can I do that can someone post a piece of code? I know how to check when the rsi touch the 30 line for example but not when it retouch by going up. Thank you! Jérôme
Hello everyone. Do you know how can I convert mq5 indicator format type to CS indicator format type ? I need this format type (.cs) for my my expert advisor database. Thank you
i just did a auto-renewal for a signal service provider has disabled the signal... What now ? what happens to my locked 30 dollar
hello, why was my signal disabled? https://www.mql5.com/en/signals/914127 We have been learning to trade as a team of two and we have two different accounts
I'm trying to script several optimizations to run from the command line to run overnight and save the results. I have encountered two really huge bugs that are complete showstoppers, among some other frustrations: 1) I cannot script Complex Criterion max for Optimization. I think it is supposed to
Hi, i'm setting "alertswitch" to a number and using this to control the flow as in the example below. : but it is not repecting the alertswitch global variabl even when i printed it out it is clearly set to 3. The EA just bulldozes its way to the next line of code as if the alertswitch !=3 is not
Hi everybody, For the input instruction in MQL5 and MQL4, you can write a description that is displayed in the parameters window of Expert or Indicator Or script. My question is, is there a way to make Input i nstruction description (or comment that write after //) multilanguage ? This means that
Hi, I know it is possible to develop custom indicators, but can one develop custom drawing tools based on Fibonacci Expansion and Retracements
Yello Forum, i have 16$ in my mql5 wallet and i need a seller of a program at mql4/5 to write a mini program to me. The program is a mini simple mql4 program that will allow me to share mql4 headline to my facebook timeline only. See diagram to a better understanding of what i need. Thank you
  Bot with spread  (1)
I can do forex with spread, but spread with very high value is difficult for me, how can I program myself a bot that only makes opening orders, when the spread is less than 12
  Trade Perfect  (79   1 2 3 4 5 ... 7 8)
Hi, "Perfect" is just a name. It helps remind me to chase restlessly every bug I may find in the code. Please read carefully the following summary pasted from the RAS site if you are using or going to use my signals. Here are the links to the Balance and Equity chart for these signals: http://www...
Dear Support Team, I had registered and successfully login into the website mql5.com. Unfortunately, I cannot use in the Trading platform. In the Terminal --> Journal --> showing: "MQL5.community: authorization failed". In the MAXIMUM OPPORTUNITIES with MQL5 community page - always said "login
con some one slove that .. i wana modify pending order with bollinger band double MyPoint; int OnInit () { if ( Digits == 4 || Digits <= 2 ) MyPoint= Point ; if ( Digits == 3 || Digits == 5 ) MyPoint= Point * 10 ; return ( INIT_SUCCEEDED ); } void OnTick () { double