You mentioned that the collection contains a script for multi-asset Renko. I found the script specialBars.c .The problem for me because I am a beginner programing in C-lite is that where it says in the script " // ... perform the algorithm. Use only static series. // Do not use indicators that internally create series." there is not an exemple of an algorithm that use only static series. Could anyone put a simple algorithm with static series in the multi-asset script specialBars.c as an exemple in order to know how an algo with static series work?

Thanks.