Assume using AlgoVar is the choice?
Now I save them with
if(Train && TrainCycle == 1){
SaveMode = SV_ALGOVARS+SV_ALGOVARS2;
AlgoVar[0] = traincycles();
}
Is that correct?
How do I make use of the AlgoVar specified by the Asset / Algo it was generated for?
Is that handled internally by Zorro or is that something I have to do?