PureBytes Links
Trading Reference Links
|
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
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.16/582 - Release Date: 12/11/2006 4:32 PM
|