Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 460

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Thank you, the values there are from a file and one time, but my task is spread out over time.
Record the current price and time at the beginning of each day for 30 minutes, every 120 seconds.
Do not overwrite previous entries.
Start writing your code and what doesn't work, we'll take it apart.
So what's there to write? Take any day and read the opening price of even or odd minutes PERIOD_M1...Thank you, the values there are from a file and one time and I have a task that stretches over time.
Record the current price and time at the start of each day for 30 minutes, every 120 seconds
Do not overwrite previous entries.
This is what I wrote once. Use OnTimer instead of OnTick.
Start writing your code and what doesn't work, we'll take it apart.
Writes Janv 51
Here's something I used to write. Use OnTimer instead of OnTick.
Thanks
Writes Jan 51
This is a problem with Excell. Put a dot instead of a comma in the settings to separate the integer part from the fractional part and it will show correctly.
Writes and how to make it write every 120 seconds within 30 minutes of the bar opening?
Decompiled by Artyom Trishkin
Note to you.
Writes and how do I make it write every 120 seconds within 30 minutes of the bar opening?
EventSetTimer
EventSetTimer
Does it not work in the scripts?