PureBytes Links
Trading Reference Links
|
try this
if ( LastValue( Cross(MACD(), Signal()) )
{
CategoryAddSymbol( "", categoryWatchlist, 1 );
}
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://www.aflwriting.com
On 15/01/07, Mohammed <softnews2003@xxxxxxxxx> wrote:
>
>
>
> Hi,
>
> Any one know how to correct this code,
>
> if ( LastValue ( V ) > 100000 )
> {
> CategoryAddSymbol( "", categoryWatchlist, 1 );
> }
>
> I need to use Cross (MACD(), Signal(); Instead of ( LastValue ( V ) > 100000 ).
>
> Thanks
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.10/625 - Release Date: 1/13/2007 5:40 PM
|