check algo in tick()

Posted By: Grat

check algo in tick() - 05/05/20 12:06

Hi,

this is not possible?
Code

function tick()
{
..
..
	int j=1;
	while(algo(loop(myAlgos))){
		checkClose(j);
		j++;
	}	
...
}


Quote


Error 041: series/loops defined in tick/tock/TMF!

Posted By: AndrewAMD

Re: check algo in tick() - 05/05/20 12:18

Correct. Use these for loops instead:
https://manual.zorro-project.com/fortrades.htm
© 2024 lite-C Forums