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

Last edited by Grat; 05/28/20 12:19.