Yes, that is. But I thought there was an easier way.

Something like:

Code
function run()
{

Script="Zorro1/Strategies/SMA20.c"
//Someway to receive the var or the series generated by Zorro1

Script="Zorro2/Strategies/SMA100.c"
//Someway to receive the var or the series generated by Zorro2

if (crossOver(Zorro1SMA(20), Zorro2SMA(100)) 

enterLong();


Is there a way like this?

Or, is there code samples?

thank you!