General - page 289

how to code : plot indicator in a specific range on the chart
Will you make this website dark version
Hello everyone, I have just downloaded the metatrader 5 and I would like to connect my real account , how should I proceed? Thanks
In the signal rules, how to understand the third party account in Article 6
Like the topic suggested, how do I create a table like are there any documentation or example that is similar to this? ***
Hi . I want to define an array like this : input double fibo[ 4 ]={ 0 , 0.236 , 0.382 , 0.618 }; when use in optimization i want start this numbers from begin to end . but i see error "array is not allowed as input " also i try with enum , but also enum only accept int number not double enum
Good day to you all! I am new to MetaTrader 5 trading platform. I have recently downloaded this software (MetaTrader 5) for a DEMO account on my Android phone. It gave me a $100,000 Free Credit to start practising with this account. After about 1-month, I have lost it all and my credit balance
Suppose someone subscribe my signal for $30, how much will i receive and how will i receive. Also can i make payment for something in mql5 account by my paypal account
I am doing : double mux = 50 / 100 ; Print ( ".............." ,mux); but its printing 0.0 instead of 0.5 , any idea why its doing that
I bought a one month subscription for Virtual Private Server. I successfully migrated earlier in the day. However, since about 16:00 GMT I have not been able to connect to the server. Here is the error reported in the journal: 2022.04.18 19:15:23.866 Virtual Hosting: failed to connect to server
I can't find any USA based broker that does both futures and USA Stocks and is compatible with MT5. Any suggestions
i have commission shown in trading tab of toolbox but why not on mt5
I bought EA, and the EA author allowed me to set my account as signal sale. Does this violate the mql5 signal rule,Will my mql5 account be banned
I tried already hundred times, no use I am doing that before publishing or after no use.. it is not working! I push Video, after I put youtube link as described and click save, after clicking Save it dissapear! all the time. what is the problem? what I do wrong? How to fix that? anyone had same
Hi... Can anybody tell me what is the different between MQL5 and MQL4 (of course beside that MQL5 using MetaTrader5 and MQL4 using MetaTrader4)? Thank you for enlightment
I read that the U.S. dollar has two categories of banknote series: for domestic use and for the rest of the world, that the U.S. could overnight recognize "non-U.S." banknotes as mere bills... The Yellowstone volcano is about to go on the rampage, so let's just say the world 's currency is about to
  Free Signal  (5)
Is it possible to have a filter for searching Free Signal on signal list in MQL5 and add it to my favorite in my mql5 account ? (For MT4 & MT5) Thanks
Just like the subject says. I get a blank screen whenever I try to download indicator or EA in market on mt4. Doesn't matter which one. free or paid. I got about 6 indicators and 1 EA before this started happening so I doubt its my broker. Can I get some assistance here
  Idle work  (119   1 2 3 4 5 ... 11 12)
Hello. I have noticed a strange behaviour of MetaTrader 5 Tester Strategy. At about 8 PM the processor was loaded to its full capacity (8 cores) and was continuously executing something until about 11 PM. At the same time in the tester the test time was completely unchanged. So I was giving away the
How To Use LineAA function Set width of the Curve? Thank you
Hello, I suddenly realized that when I try to install an indicator from the Market folder, I get a message "load successfully", but the platform does not respond, it does not install the indicator and I get another message saying "removed". I have deleted the Market folder and reinstalled the
  Linear Momentum  (7)
Can anyone code a linear (like a step) momentum indicator ? Such an indicator would be a MASSIVE tool for all of us. It would obliterate everything else in my opinion. Many thanks
Hello . I calculate ZigZag indicator value with this method , but it's very slow in Backtest . How can I optimize this code? Or if you know a better way, please help. I wrote the code based on my knowledge . this code work fine but it's very slow , i need only 5 pivot data , for this after find 5
  File Function Not Working  (12   1 2)
Hi, I have the file function as in coding section, it will work when the following is not inserted. The following code is inserted to only write once every hour. Kindly help why it doesnt work when code to write once every hour is inserted ? Also I would like to ask is it a must to use...
When I search with my broker filter on, I don't find anyone with significant result. So can I just choose the one with significant result even if it is on some other broker ? I think I'll just need to increase the slippage since there might be minor price differences between the brokers, but since
My name is spelt incorrect .. what should I do
In the 2265 build we have implemented the regular database functions based on SQLite 3.30.1: DatabaseOpen DatabaseClose DatabaseTableExists DatabaseExecute DatabasePrepare DatabaseRead DatabaseFinalize DatabaseTransactionBegin DatabaseTransactionCommit DatabaseTransactionRollback
Numbers in the scale doesn't match the actual numbers. For example, the chart will show 136.500 but the actual current price shows 136.620. The price doesn't match between the chart and the actual price. Was there a new firmware that was added recently
intereste din renting a vps from mt5 them selves, but cant find server specs anywhere. https://www.metatrader5.com/en/trading-platform/vps
Any idea to use this function? in MQL5 i use this MqlDateTime hari,jam ; Print("Day of Week =",hari.day_of_week); Print("Hour =",jam.hour); the result Day of Week = 0 Hour = 0 Actually i want to coding similar like this in MQL4, like this Print("Day of Week ="...