algo && adviseLong

Posted By: Grat

algo && adviseLong - 05/28/20 12:18

Hi,

is a possible this construct?

Code
var al1,al2;
var as1,as2;

algo("algo1");

al1= adviseLong(NEURAL+BALANCED,0,...
as1=adviseShort();

algo("algo2");

al2= adviseLong(NEURAL+BALANCED,0,...
as2=adviseShort();

algo("all");

if(al1 > Threshold && al2 > Threshold)	
	enterLong();


thanks
Posted By: Petra

Re: algo && adviseLong - 05/29/20 09:42

Yes, that looks ok to me.
© 2024 lite-C Forums