Kyle Young Sangster / Publications
Forum
How to correctly initialize and work with vectors?
Using MetaEditor version 5.00 build 5430, Nov 14, 2025 I've read the docs on vectors, and trying a toy example, which compiles with the errors: 'vector_a' - unexpected token, probably type is missing? playground.mqh 32 1 '.' - semicolon expected playground.mqh 32 9 Here's the toy code
Inquiry into the behavior of multiple copies of the same bot
Hello. The situation: I have multiple copies of the same EA running on multiple pairs. I made this work by changing the name and magic number of each EA. The effect being, each is distinct from the other. The issue: I thought the above would be enough to differentiate the trades made by each EA, but