sure go ahead and modify it for your own purposes.
the info() was just to encapsulate the messagebox call. Just in case I needed to use it more than once. (which I didn't

Also makes the code more readable.
you can remove the:
bool moreOrdersForSymbol = true; // THIS DOES ABSOLUTELY NOTHING
this is what happens when you write something too hastily, you get sloppy
sounds like you should make this into an indicator if you want a Comment that updates all the time.