Hello, I keep travelling with zorro and the trading world.

I try many things but can't make It work.

My question: Os there a simple way of using diferentes zorro instantes and comunĂ­cate between them. Foto example:
Zorro1 calculates SMA(20)
Zorro2 calculates SMA(100)
Zorro3 recibes Zorro1 SMA(20) and Zorro2 SMA(100) and executes if(crossOver(Zorro1SMA(20), Zorro2SMA(100))
enterLong();

I have ZorroS

I've searched the manual, the control zorro section is difficilt to understand for me, I've seen Zorro control.cpp file un source folder but, even worse!!

I've learned to code Zorro, and I'm used to write scripts, sometimes I do wrong and sometimes fine. But can't imagine how to do this. I think is not very documented in the manual.

Any clues?