[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] New To Explorations



PureBytes Links

Trading Reference Links

just typo mistake

MSignnal>0 should be MSignal>0


On 22/10/2007, Conrad Smith <conradfsmith3@xxxxxxxxx> wrote:
Hi guys,

Like the title reads, I'm new to explorations, and AFL in general, and need a bit of help getting started.

What I'm looking to do is find when the 12-day MA crosses down the 26-day MA, but only when the signal line is above the zero line.

So far I've got:

MSignnal=Signal(12, 26, 9);
Mac1 = MA(Close, 12);
Mac2 = MA(Close, 26);

Filter  =  Cross(Mac2, Mac1) AND MSignnal > 0;
AddColumn( Close, "Close");

But, obviously, it's not working for me.

Any help would be most appreciated.

Thanks,
Conrad




--
Cheers
Graham Kav
AFL Writing Service
http://www.aflwriting.com __._,_.___

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___