dear all

i want help for this signal

the problem is if i scan with this nothing will be displayed
i draw 4 lines trendline and named as SU,UP,ST and Dn in sheet1 for 
scanning.


Sell = Cross( Study( "SU") , Close); 
Buy = Cross( Close,Study( "RE") );

Sell = Cross( Study( "Up" ), Close);
Buy = Cross( Close,Study( "Dn", 1) );

Sell = Cross( Study( "ST" ),Close );
Buy = Cross( Close,Study( "Dn" ));

regds
SIVA

Reply via email to