Assume using AlgoVar is the choice?

Now I save them with

Code

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?

Last edited by danatrader; 02/02/20 16:03.