Hi, I have started programming strategies only some weeks ago.
Here is my issue:
I wanted to program a strategy, which sends messages to other strategies to adapt parameters such as the Stop-Loss.
I found such a command
engine.broadcast("Topic","Message");
but it sends messages to the receiver strategy sporadically.
Only after restarting it many times it sends the message randomly and I don't know why.
Does it have something to do with the Server? (e.g Time-Restriction for the Messages--->only one messages every 10 seconds?)
Or is it an issue of the message-checker command
console.getOut().println("Message: " + message.getContent()
It would be nice if somebody can help me with that

Thank you
Finlay