General - page 98

Hello, I wish to know if is possible to create a panel or object that "floats" on top of the chart. What i mean is that any panel or object is constraind by the chart scale and the trade panel from one click trading can "float" over the scale. I couldn´t find a property that allowed this
  independant if function  (11   1 2)
hi, here is my problem //imput section imput bool Condition 1 =false; imput bool Condition 2 =false; imput bool Condition 3 =false; bool Trade filter() { // All the variables and declarations here if (X && Condition 1 ) tradingallowed=True; if (Y && Condition 2 ) tradingallowed=True; if (Z &&
[Deleted]
3D face matching keep saying error what do I do pls
I am trying to give an review on a ea, but I only get an error page 404 instead of it posting
  Slippage  (3)
Hi When I access the "slippage" section for Hankotrade demo signals, I see that USD JPY is not listed, does that mean that there is no difference in the brokers quotes? Or does it mean the slippage is unknown
Hi Dears,, I'm having an issue with the VPS Virtual Hosting: 6483177 failed to get status for 6483177 failed to execute command I tried to start instance from profile\hosting, then I restarted MetaTrader and it did not work
Hi, Receiving AutoTrading disabled by client error when order send thru Python How to enable autotrading any suggestions Thanks
I was working on my first EA in which I'm doing fixed (for now) position sizing and scalp piece-out volumes. I have it running on 14 symbols now just to monitor its behavior. Everything was functioning as expected until all hell broke loose and it kept generating non-stop errors on NZD/CHF and
When I add trading signals, I can't find the broker MT4 (CWGMarketsSVGLtd-Live), please add it! Auto-translation applied by moderator
because i change my phone long time my old number is gone and cant use for change phone number plese help
Hello, Each symbol need different minimum lot or leverage. These two values are used to calculate margin = lot_size x contract_size / leverage. For example : CFD sp500 has minimum_lot = 0.1 and leverage =20 CFD ibex35 , min_lot = 0.1 and leverage = 10 CFD nas100 , min_lot = 0.02 and leverage = 20
Does anyone on this forum use the OpenCL language ? I am looking for user experience feedback on this language before ordering an EA. Except for a few interesting articles, I couldn't find a topic on the forum. Personally, I have a very powerful processor with a modern graphics card, hence my
I have 3-4 Intel Core i5-6500 @ 3.20GHz, 8079MB and have about 30 more that im going to put agents on and these machines connect and I get payment but I have Intel Xeon E5-2430 0 @ 2.20GHz, 261981MB and Intel Xeon E5-2650 0 @ 2.00GHz, 32733MB (24 core servers) that are showing up an being
Hello i have an indicator (not mine)that draws objects according to certain conditions i am making a scanner EA to detect the how many objects and certain properties of each object . naturally the charts are not actually open i am looping through symbols and timeframes in my EA. and using icustom to
Hello, Email notifications stopped working after MT5 platform update to build 3815. I am receiving error message "connect to smtp.office365.com:587" failed. It was working perfectly on previous versions of MT5. Is that a bug? Br Elie
How Mt5 is configured when I touch the tabs and I don't see it the same again. The initial screen has been misconfigured and I cannot perform operations, the entire screen appears gray and no window can be seen
Hi guys. I'm currently use EA for trading and most of the daytime I'm afk, so I'm looking for any solution of cellphone notification when account equity fall below X value (for promptly action). I did research through forum and find some solutions for indicator/EA with tele/email notify but most of
Hi, please can someone recommend some good Mt5 EA building tutorials YouTube channels? Thanks
Hello, I am unsure if recent update (June 9 2023) is the culprint. After update, I have been unable to sign in to all my MT5 terminals, including Blueberry, Pepperstone and FBS. This happens to terminals on VPS, so far yet to be observed on terminal running on PCs. Login through pull-down menu [File
Hi all, I see in a YouTube video that int MT5 for mobile I should be able to activate the crosshairs tool, drag it to a certain point on the chart, and then use another finger to make a measurement. This is not working at all for me on iPhone. What am I missing
Hi this is my first post in this incredible forum and today I need help with something that I believe is rather simple but is turning a pain in the a**. So my problem is that the function NormalizeDouble(value,digits)=  [value: a certain price, and digits= _Digits]   is returning me numbers that...
Note:I'm using the translation function. There may be wrong expressions. In that case, I'm sorry. string name[] // get name of horizontal line datetime time[] // get the time of the horizontal line I want to sort the time in descending order. At that time, I want to rearrange the array of names as
Joined new broker and can't get my EA that i've purchased through MQL5 to load in Platform, tried from MQL5 website to install, goes to New broker platform, mql5 community login page comes yet it won't accept my Log in details, yet i can log in to mql5 from search Engine, this is very frustrating
any problem with gmail recently ? Been using the gmail in metatrader for quite a while.  But recently, got problem. Just mere click “test”in metatrader-> Tools -> option-> Email (after entering the necessarydetails accordingly), the following is displayed 2018.11.02 20:01:58.541               Mail...
  Loading Ea  (1)
Hallo traders.I got an EA on mQl5.If I click on Install it installs on a chart that it chooses,I want to attach this EA to a chart I want but if i click install it still attaches to the same chart that it chooses .What do I do
Hello , i hope someone can help me to modify an order in pyhton: Symbol is : XAUUSD when i modify the request i don't work if order.retcode == mt5. TRADE_RETCODE_DONE : print(f "Order {order_ids} has been executed" ) takeprofit= 1980.1 modification_request = { "action" : mt5
Hello Community. I think I have encountered a bug in the calculation system of MQL5. I downloaded the trading history from a Signal Provider in CSV format and recalculated it because I need that for my own Software. As you can see, the deposit was preferred to the trade although the chronological
I created trading signal. Now it writes : '' Trading style has changed. Part of history is not included in statistics.'' I trade manually and what I shall do to be in stats
Hi All ! I 'have an indicator that gives me the average value between HIGH and LOW values, and I need the whole difference between them. Which is faster to perform in all ticks: multiply the average by 2 or simply subtract the LOW from the HIGH value? All of them are DOUBLE type. Thanks