Adriaan Abraham Slingerland / Publications
Forum
Store values used by a user of an indicator
Greeting, Given MQL5 (or 4), is there a way to store the values choosen by a user so the next time my indicator is used those values are in the input form? Hope to hear, Adriaan
Cannot define a char[] in my own function?
Greetings, I want to add some scripting to an existing MQL4 indicator placed in a separate function and now strugling to get an char[] variable defined. However, the compiler does not seem to agree. char [] response_post; char [] response_data; 'response_post' - undeclared identifier NYSE.mq4
TimeCurrent() gives a datetime in the past
Greetings, Have picked up MQL programming after a few years and started with a very simple script. Nothing more then getting the tiem of the server. BUT despite the simplicity of this small piece of code this method returns a datetime in the near past which is: "2025.08.01 23:59" . When I execute
Just published my indicator for MT4 and MT5 but...
In the market place of MetaTrader 5 I can see my published indicator as expexted. In the market place of MetaTrader 4 I do NOT see my published indicator as expexted. I tried: searching on New. manulally deinstallaling my indicator by deleting the .ex4 and mq4 files. restarting MetaTrader 4 Any