General - page 317

Hi, I had so many troubles with my connection, some times I leave one pending order that keeps running on the Mt5 server if I lost connection, this is very dangerous, so how cancel this order if I lost my connection? Many thanks
Hi, To copy a signal, the platform must always be connected, ie can't I close it and turn off the pc? If the answer is yes, are there no other alternatives
please suggest n reply wt should to do
I created a signal from my micro gold account xauusd micro, If someone copy my signal to a standard account, and I'm using 0.2 orders , is it possible to go under 0.01 orders in standard account
[Deleted]
  Top up issue  (5)
Hello, is there any deposit limit for MQL5? As currently, I made the payment using the same bank card, the payment for $130 can be done, but the next payment $500 has been rejected by the system. Why does it happened
Hi, I changed my laptop HDD to an SSD drive, I used the provided software (Acronis True Image for Crucial SSD) to migrate my active Windows 10 to the new SSD drive. Now after reboot with my new SSD inside my installed MQL products not working anymore. Help pls any solution? (thanks) (I asked mql
Hi I has an indicator/EA that will change my chart symbol when I click a button following the market watch order. I am expecting code below to update my Market Watch windows. int OnInit () { SymbolSelect ( _Symbol , true ); } Let say when i run this Indicator on EU chart, I am expecting EU is
good day to all, i use to run the Export Deals History V1 created by MR Amrl Ali with no problems, for unknown reason(s) to me, when i tried it today it does not work, what made it worse there are no message(s) of any kind that explain why, appreciate any help
Hello, I used to work with the 'fixed chart position triangle'. Now on some charts it is not there anymore. How can I get it on the charts again. I think it is not in the chart properties window. Can anyone help me restore the fixed chart position when it is not on the chart anymore? Thanks...
Hi I have an annoying issue where the mt5 label for the stochastics and RSI indicator obscures the actual line when it is overbought. I use a small chart window because I have 8 charts displayed but it means the text of the indicator prevents me from seeing parts of it when it is oversold as the
Why during the optimization metatrader 5 (latest versions) does not use all available computational cores? I marked in green the cores that perform calculations, the rest are idle
[Deleted]
How can I transfer the signal subscription to other account? No option is available once I go to signal settings. Only "Resume" (as I suspended it on current account) and "Unsubscribe" are available as options
I have recently been experimenting with placing market products, and one recommendation for improved ratings mentioned in the forum is for the product descriptions to be provided for the various supported languages. So, since I am trilingual, I did a proper human translation for the Portuguese
Hi, some time ago I bought the EA <Deleted>. One week later the EA disappeared; I even did not had the possibility to activate it. Now I got 5 activations, and I cannot activate them... Can I get a refund for the EA that I bought?! The Coder said, when the EA was still there, some new updates will...
1. i saw announcements on BSE tieup with MT5, can anyone please help me with how to open account MetaQuotes BSE demo server ? 2. i want implement algotrading in metatrader for indian broker ? which brokers supports metatrader 4/5
2022.01.31 11:16:34.163 MQL5 'Awesome Divergence.ex5' version is too old, it should be recompiled please suggest me price divergence with volume and arrow line in divergence.. n volume also above exe now its not working please sugest same like this how can download to mt5 terminal
This topic will be of interest to those who are preoccupied with global programming issues. The question that's bugging me is " why is the well-known Object model in the standard OOP concept canon? ". I mean, an Object is an entity that people describe in words every time they say the word. With the
how to find slippage my own broker with simple way
Hi, why is the signal symbol not clickable
Hello traders, Not sure if any has noticed this error on iphone, when you place a pending order it seems to be fixed to buy limit and you can't amended it to buy stop using the drag level feature. Same apples when you try to change the sell limit to sell stop using the drag level feature. Does any
when we make a mistake, we loose all money? i top-up my account with 1000 $ i was interested to buy an EA, i find out that the EA was not good, now my money are like blocked on MQL5. they do not permit to have back my money. i don't have any other EA to buy i simply would like my money back. It
Please am new to mql5 I want to run a simple mql5 program that will return the bid or ask price once OnTick() is called, but am getting compilation error once i compile my program Errors such as 'MarketInfo' - undeclared identifier Test.mq5 34 27 ',' - unexpected token Test.mq5 34 46
  Custom indicator  (14   1 2)
I see that it is going to take some time to work the kinks out of my program. Can MQL writer be used to write a custom indicator to set off an alarm when conditions are met? Or is there another way to create a custom indicator. The one I am wanting is: EXP. Weighted MA (2) crossing over LWMA...
Hello, I'm having issue with upgrading system to Windows 11. After the upgrade most of the indicators and experts, have been removed from the MT5 charts. They are still in the list, but can't attach them back to the chart. If I install completely new MT5 platform. It seems that I can download and
I want to pause calculation in OnCalculate so all drawings on chart freezes until i enable calculation again How to do that
Hello everyone, can anyone help me with any method to group one object that positioning relative to a chart (Horizontal Line) with another that positioning relative to a security window (E dit) as shown in the picture
Hi Everyone, I rented VPS for three months on MQL5, up to end of December, 2021. On the 10.01.22, I got a message saying, "Auto renewal failed" , although there is enough cash on my Paypal account. Up to this day, I'm not able to rent the VPS again just because the Log in, is no more functioning
  Arabic Language  (3)
Dear Valuable MQL5 Community ,, Please add the Arabic language to the Sys..... as many or too many arabic people try to inter this community but they are not good in foreign languages. thanks very
Good day, can someone please help me. I login into my account, it keeps showing me this ( error code : (-2, 'Terminal: Invalid params')) in the console when I run the code. Here is what I've got. (Still new) import MetaTrader5 as mt5 import pandas as pd ''' mt5.login( login= 140744 , password=
  ProfitTracker & MFI w/ MAs  (11   1 2)
I've attached two indicators that I've made. You may or may not find them useful. ProfitTracker ========== Keeps a list of profit/loss over the last month, week, day, hour and currently open trades. Amounts change color depending on whether or not they're in profit. I've had a bad day so far, so...