General - page 268

Hello, I am having a very annoying problem. My suscribers are getting this error: "position XXXX skipped as no symbol found" It happens in all symnbols. I am trading stocks in a netting account. They opened the exact same accpunt type in the exact same broker. I have browsed all over the forums and
Hello. Can anyone please tell me if XAUUSDc is used for gold trading? If yes, and I use XAUUSDc to buy gold, will I own that particular amount of gold that I use USD to buy during the trade? Your input is appreciated. Thank you
----- will CopyTime() do this? Looks like it also requires data loaded in the indicator. ----- so I'm looking for the equivalent of this but for a specific bar and return a date instead of a bar number. SeriesInfoInteger ( _Symbol , _Period , SERIES_FIRSTDATE ,first_bar) // or iBarShift ( _Symbol
Hi Everyone, the following Code does not work with Take profit and Stop Lose. If i delete them ,it works fine. What is the expected reasons for this? ***
Credit/debit cards Wire transfer Paypal Skrill WebMoney Netteler Bitcoin (and other cryptocurrencies) Perfect Money Check Other (Please specify in comments.)
if I find a code ..free ..open source ...from CodeBase...can I make a special changes only for me ... also by getting help from an other expert
This is probably a very easy question, I am new to mql5: When I write EA, I am used to using ATR for placing a stop loss on any order. How to place a fixed 300 pips stop loss for any pair on an order
  Cannot open file  (51   1 2 3 4 5 6)
Hi, Since 2 days I have been unable to update my experts, each time I compile a new version, it runs fine on my local terminal, and when I synchronize with the VPS, it says it's ok but it's not. I have this message each time (whatever I'm using the Experts root or any subfolfer). 2021.07.27
I need an indicator that shows with lines every candles close length on a straight line... Not up and down... Does anyone know sth like this
I had to change my master password with my broker. My broker doesnt provide investor password, so after i changed my master password, i am not able to access my signal. And I couldnt find where to change my signal password on mql5
I am looking to remove the 10496 limitation of the strategy tester. I do understand that if better results are found the testing will continue. But I would like to remove the limitation completely and get all the results. Please can you guide me on how to turn off the limitation
  Off quote  (14   1 2)
I am using demo account (broker: PMEX), I am countinously getting message "OFF quate" in any trade and commudity? Can Anyone guide me to resolve it
I am looking for a accelerated compensated summation implementation in MQL. Any pointers? There is a c/c++ implementation but it uses compiler specific extension: #include <cstddef> #include <cstdint> #if defined (_MSC_VER) #include <intrin.h> #elif defined (__GNUC__) #include <x86intrin.h> #endif
Hello, i always wondering how to view MT5 account like this? i tried to chat the person who posted it but no response
Hello. Im staring to use the MT4 web terminal again after being away for about a year. Im trying to connect to my live trading account but the server drop down box only says Metaquotes-Demo. I believe it should say KOT-Live2 like it does on my phone. How can I connect to my live account? The same
hello, I'm trying to code multi currency EA. this code below works properly when I test it but my question is, is there any way of selecting All of the Major Pairs in Forex without making my code too long and if I try to change broker I don't want to start over again changing the symbol manually
Request for a feature update that offers an option for the profit level for live & closed orders in terms of percentage compared against overall account balance, equity
i am confused how to calculate if "OTime=2022.05.20 22:00" is older than 3 days by TimeCurrent() i tried (( TimeCurrent ()-OTime)-( 2 * 86400 ))+ TimeCurrent () or ( TimeCurrent ()-OTime)+( TimeCurrent ()-( 2 * 86400 )) forgot about my calculations its totally fail i just want to use 'if expression'
Hi guys, It there any functions that searches Indicator subdirectory ? I need to check is my custom indicator exist in Indictor subdirectory or root before calling iCustom
I'm new to mql5, asking about strategy code. If I sell my strategy/indicator, will the source code be hidden or public to buyer or to anyone else, in every way
IN the back test, allowing to select more pairs at the same time.(multicurrency execution) Thanks
I get problem as write data to sqlite as OnTesterDeinit() , lots data lost. I check the doc get that "Print is not working in optimization in the Strategy Test." How can I make some message during optimization
In this article we will discuss about “important aspects” in astrology. These are astrological aspects between planets lasting a long period of time (at least 3 or 4 months) and having a strong influence over people, economy and of course over financial markets. These astrological aspects form...
What is a Trailing Stop Loss ? A trailing stop is a modification of a typical stop order that can be set at a defined percentage or dollar amount away from a security's current market price. For a long position, an investor places a trailing stop loss below the current market price. For a short
A new service has been launched on MQL5.com — the economic calendar tool is intended to provide useful information about macroeconomic events. It is considered a major fundamental market analysis tool developed by MetaQuotes Software on the bases of real-time data collected from public sources.  The...
  OnChartEvent Mouse Move  (21   1 2 3)
I wonder why the following code does not make any print, i did think the Mouse Move Event is clear thing, but looks like dont work? void OnChartEvent ( const int id, // Event identifier const long & lparam, // Event parameter of long type const double &
Hi, My notification just stop working since April 2022. When I test from my desktop, it is saying that the notification sent to. But in my phone and ipad, there is no new notification. Can you please advise? Regards, Jane
I have been studying MACD Moving Average Crossovers on the web page http://www.onlinetradingconcepts.com/TechnicalAnalysis/MACD2.html I was able to insert the 26-period EMA and 12-period EMA on the Metatrader charts, as they appear in the upper part of the first diagram. (Insert > Indicators >...
hi How can i get all symbols and check a functionon all of symbols continuously? like a expert but i want to run on all symbols. for example i want to check all symbols RSI value and return symbols that have rsi=30 and run continuously, not run for one time like script. please help me. thanks you
Hello, is it possible to make a backtest with Renko charts where the prices of the Renko chart and the normal chart match