General - page 304

The MetaTrader 5 platform update will be released on Thursday, August 4, 2022. The update will feature the following changes: Terminal: Added automatic opening of a tutorial during the first connection to a trading account. This will assist beginners in learning trading basics and in exploring
  mql5 storage  (4)
I'd like to use the storage but I don't see the activate command on the Navigator menu: https://www.metatrader5.com/en/metaeditor/help/mql5storage/mql5storage_connect I have logged into the MT5 community (at least I think I'm logged in -- how to tell)?   Thanks.  
Hey I am using one EA is that inputs mentioned below setting but its take lot of orders with multifaction lots. want to understand how the formula work as mentioned below ...can someone please help me... thanks. Use_DbLots=If = 1-> Multiplier Lot, If = 2-> Fixed Lot DbLots=1 Lots=0.01 SL=5000.0
[Deleted]
hello everyone I tried to cancel my registration as a seller in the support desk and it won't let me register anymore, is there any way to try again i just canceled by accident. Cheers
Hi every one I need to an EA for Keep distance stop loss from current market price for example 50 pip Like trailing stop loss but in 2 direction (negative and positive)
I can't figure out how to put data from a CSV file into an array or a structure array. Once the file is downloaded, how do you work with it? Here is my file download: void WebData() { string cookie= NULL , headers; string reqheaders= "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)
Hello I have been rejected as a seller and I am not sure why. MQL was not able to give reason for this, so in this case I am unable to rectify what the cause might be? Is there a list of reason why this might be so and in this case I can filter then=m to find what it may be. Best Regards and thanks
Hi guys, I try to delete my object on my chart but when I choose all and I press delete then I buy, the object all apper again, why
Hello, I read the documentation about CHART_BRING_TO_TOP , and there it says the following: The function is asynchronous, that is, it does not wait for the command to be successfully queued for the specified chart to execute, instead it returns control immediately. The property will only change
https://www.mql5.com/en/docs/series/ispread The example is not an example of ispread
Hi All, I got caught out recently by not having enough margin on an EA I'm using that went a bit bananas(worst draw down ever, horrible). It's made me realise that I need some alert parameters for my EAs. A few alerts I've thought of so far are, alerts when: Number of trades exceeds X Margin in use
Kindly help, any one please. i downlooaded deriv mt5 for windows on my laptop but up to nowits not working. when i log in i see nothing, no candles nothing at all.my internet connection is strong and everything else is working except the mt5, is there anyone who can help please
As topic, from what i know is AI able to learn skill and back test thousand of thousand times to mastered it . is that how AI works? so can i understand in this way, if I give AI an EA it could learn until expert
Hey everyone. I just started playing around with MT5 trying to setup several demo account from my broker, OspreyFX. But i noticed that the accounts won't run concurrently, or at the same time. I can only switch between them and MT5 has me login each time for each different one. I don't know if it's
if the purchased EA is removed by the seller do i get a refund ? can someone help on this. Thanks Fahad
Can someone please tell me how or were I can change the email address of my profile? If it's possible
  partial close  (5)
Is it Possible to partial close at ADR %? IF YOU KNOW OF SUCH EA PLEASE SHARE
Hello all, would appreciate help on the following question. I would like to store the value for an indicator which I access with the function icustom -at the close of a candle (e.g. 1Min or 5Min) I know that the number of ticks can vary and is not the same all the time. Thank you, Mauzi
  Mql5 price[ ] ?  (3)
Hey guys, I looked at the mql5 code of the rsi which I want to modify a bit. The OnCalculate function there have this in parameters const … price[] and inside the OnCalc function I see that array used but I don’t know exactly what it returns and want to know what it returns exactly. Sorry for not
User who bought one of my product is demanding I send him another of my product for free or he is leaving me bad and harmful review. So I want to know where MQL stands on such behavior. IS THIS ALLOWED HERE ? Are community standards that low ? Where can I require some sort of protection or help with
Hello! I have an expert advisor, with a setting "MAX ORDER AGE". From monday, after MT4 update, it don't open all order and if I go to the EA log I see this error: "SignalSlaveMySQL+ EURUSD+ ,M15: Order 16126939 BUY 0.70 EURUSD cannot be executed. Order age > MaxOrdersAge" How I do to resolve it
I suspect due to automation there is checks and balances that has nothing to do with documents uploaded. My seller verification declined after uploading of documents as requested: Legible, excellent clarity and all corners visible. I have been locked out of seller verification process several
Hi Im new to developing an EA and I have been searching for a martingale but no luck with the EA I wanted. I want to learn more in programming. can someone help me do a martingale EA with this? EA starts as soon as entered in mt4 buy sell no stop loss take profit - 10 martingale is every 50 pips max
While browsing the internet, I found a funny post on Quora. It's so nicely explained that I didn't resist to share it 👍 Once a magician came to a village to loot the village. Magician- I will give you 1000 rupees per monkey. Will you catch monkeys for me? Villagers- Yes! We will. [They felt happy
hello i want to create my offline chart with my closes and data. void OnTick () { MqlRates rate[]; MqlTick tick[]; for ( int g= 0 ;g<siz;g++){ ArrayResize (rate,g+ 1 ); rate[g].close=candles_close[g]; rate[g].high=candles_high[g]; rate[g].low=candles_low[g];
Hey) I am new to forex trading, and I simply cannot figure out the answer to the following question. If I want to trade some currency pair, for example, EURUSD, what should my account currency be? I see that it is possible to trade currency pair even having an account in a totally different
Hi, I can't seem to find the "Make a payment subsection in the client area as described in: 5. DEACTIVATING THE "RECURRING CHARGES" SERVICE 5.1. Deactivating the "Recurring Charges" Service is done as follows: In the Payments section of the the Client Area, select the "Make a payment" subsection
Hello. I don't know if it makes much of a difference, but I've always wondered... say I have a position in profit, i.e. $20, and there's another trade in loss, i.e. $-15. In all I'm gonna make $5 profit, but does it make a difference if I choose to close the profit first, so that my balance
Dear Community, dear ladies and gentlemen from MQL5, I'm here since a few months an want to share my findings about this platform so far. Improvements in Quality Assurance of EA Devs After a lot of research, reading and testing of the provided EAs here via MQL5 I come to the conclusion, there's a
Hello, I'm new to MQL5, coming from pro-realtime. Currently using online apps to generate code. I have a simple one I'll paste below. It's a simple follow the 6 period LWMA and buy when trending up and close on a lower low. I've added a stop loss, take profit and trailing stop. The problem I have is