@ganando2024 La forma de compartir el proyecto es esta:

@ganando2024 La forma de compartir el proyecto es esta:

@pipsondeck If all involved symbols are correctly selected on the MT5 platform's Market watch, yes. It will.
Can you please share the link to the last version?
@MrDaisyBates Correct. He almost never reads the forums.
¿Puedes compartir el enlace del proyecto? Será más fácil revisarlo para encontrar el posible error.
@MrDaisyBates Yes, you can contact him directly via the support page.
@sktsec Considering you are duplicating so many blocks to do exactly the same on different symbols at teh same time, you can also create one only block tree with this block on top:

This block will make all blocks connected below it to work on those symbols.
Agreed. You can contact the admin directly to let him know.
For some reason I don't understand, it works now! :O. I have no idea why it didn't work before. Thank you for your help.
Not sure what you exactly mean. Could you please share a screenshot with a visual example of what you need?
And is it working right now? Because it is not in my projects.
This box here doesn't work on MT5:

I want to add some text to my open trades but to no avail. I used string type variables but nothing is written. Am I missing something?
It worked!!! Apparently the problem was somewhere within jstap's code. I have no idea what exactly. This one works perfectly fine. Thank you very much, my friend! 
I tried on different MT5 platform with the same result. What am I missing?
@sktsec said in How can a file be created on back testing?:
C:\Users\Cleric\AppData\Roaming\MetaQuotes\Tester\24F345EB9F291441AFE537834F9D8A19\Agent-127.0.0.1-3000\logs\
This is what I did:
CS 0 13:18:57.268 Startup MetaTester 5 build 5640, 20 Feb 2026
CS 0 13:18:57.269 Startup Windows 11 build 26200, 12 x AMD Ryzen 5 5500, AVX2, 10 / 15 Gb memory, 258 / 393 Gb disk, UAC, GMT+1
CS 0 13:18:57.270 Server MetaTester 5 started on 127.0.0.1:3000
CS 0 13:18:57.270 Startup cloud network mode is off
CS 0 13:18:57.270 Startup initialization finished
CS 0 13:18:57.363 127.0.0.1 login (build 5640)
CS 0 13:18:57.378 Network 46844 bytes of account info loaded
CS 0 13:18:57.378 Network 1478 bytes of tester parameters loaded
CS 0 13:18:57.378 Network 708 bytes of input parameters loaded
CS 0 13:18:57.381 Network 13009 bytes of symbols list loaded (2517 symbols)
CS 0 13:18:57.381 Tester expert file added: Experts\Advisors\Write.ex5. 65078 bytes loaded
CS 0 13:18:57.385 Tester 10675 Mb available, 132 blocks set for ticks generating
CS 0 13:18:57.385 Tester initial deposit 100000.00 EUR, leverage 1:30
CS 0 13:18:57.385 Tester successfully initialized
CS 0 13:18:57.385 Network 79 Kb of total initialization data received
CS 0 13:18:57.385 Tester AMD Ryzen 5 5500, 16273 MB
CS 0 13:18:57.390 Symbols EURUSD: symbol to be synchronized
CS 0 13:18:57.390 Symbols EURUSD: symbol synchronized, 3720 bytes of symbol info received
CS 0 13:18:57.398 History EURUSD: load 27 bytes of history data to synchronize in 0:00:00.000
CS 0 13:18:57.398 History EURUSD: history synchronized from 2024.01.02 to 2026.02.23
CS 0 13:18:57.398 Ticks EURUSD: ticks synchronization started
CS 0 13:18:58.416 Ticks EURUSD: load 218 Kb of tick data to synchronize in 0:00:01.016
CS 0 13:18:58.416 Ticks EURUSD: history ticks synchronized from 2026.01.26 to 2026.02.23
CS 0 13:18:58.439 History EURUSD,H1: history cache allocated for 6995 bars and contains 6978 bars from 2025.01.02 00:00 to 2026.02.16 23:00
CS 0 13:18:58.439 History EURUSD,H1: history begins from 2025.01.02 00:00
CS 0 13:18:58.442 Tester EURUSD,H1 (AdmiralsGroup-Demo): generating based on real ticks
CS 0 13:18:58.442 Tester testing with execution delay 50 milliseconds
CS 0 13:18:58.442 Tester EURUSD,H1: testing of Experts\Advisors\Write.ex5 from 2026.02.17 00:00 to 2026.02.18 00:00 started with inputs:
CS 0 13:18:58.442 Tester MagicStart=7324
CS 0 13:18:58.453 Ticks EURUSD : real ticks begin from 2026.01.26 00:00:00
CS 0 13:18:58.472 Tester final balance 100000.00 EUR
CS 0 13:18:58.472 Write (EURUSD,H1) 2026.02.17 23:58:55 Backtested in 0.03 seconds
CS 0 13:18:58.472 Write (EURUSD,H1) 2026.02.17 23:58:55 Average ticks per second: 1579
CS 0 13:18:58.472 Write (EURUSD,H1) 2026.02.17 23:58:55 Expert Advisor self terminated
CS 0 13:18:58.476 Tester EURUSD,H1: 50532 ticks, 24 bars generated. Environment synchronized in 0:00:01.040. Test passed in 0:00:00.072 (including ticks preprocessing 0:00:00.016).
CS 0 13:18:58.476 Tester EURUSD,H1: total time from login to stop testing 0:00:01.112 (including 0:00:01.040 for history data synchronization)
CS 0 13:18:58.476 Tester 52 Mb memory used including 0.47 Mb of history data, 64 Mb of tick data
CS 0 13:18:58.476 Tester log file "C:\Users\Cleric\AppData\Roaming\MetaQuotes\Tester\24F345EB9F291441AFE537834F9D8A19\Agent-127.0.0.1-3000\logs\20260225.log" written
CS 0 13:18:58.476 Tester test Experts\Advisors\Write.ex5 on EURUSD,H1 thread finished
CS 0 13:18:58.481 127.0.0.1 prepare for shutdown
CS 0 13:18:58.481 127.0.0.1 shutdown finished
Am I missing something?