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

Re: [amibroker] ADX DMI CROSSOVER


  • Date: Thu, 25 Feb 2010 22:37:27 -0800
  • From: "NW Trader" <ta4charts@xxxxxxxxxxx>
  • Subject: Re: [amibroker] ADX DMI CROSSOVER

PureBytes Links

Trading Reference Links



Hi Kumar,
 
See Cross in the AFL glossary. Basically you want:
 
CondUP = Cross( PDI(14), MDI(14) );
CondDn = Cross( MDI(14), PDI(14) );
 
Filter = CondUP or CondDn ;
Addcolumn( C, "Close", 3.2, coloryellow, colorblue);
Addtextcolumn( writeif( CondUP, "Cross UP", "Cross Down"), "DI STATUS" , 10.0, colorwhite, iif(CondUP, colordarkgreen, colordarkred) );
 
Peace and Justice   ---   Patrick
----- Original Message -----
Sent: Wednesday, February 24, 2010 8:41 PM
Subject: [amibroker] ADX DMI CROSSOVER

how to write a afl code to search for a +DMI crossover to -DMI in my watchlist ?
 
with regards
kumar



------------------------------------

**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

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

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/amibroker/join
    (Yahoo! ID required)

<*> To change settings via email:
    amibroker-digest@xxxxxxxxxxxxxxx
    amibroker-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


__._,_.___


**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

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





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

__,_._,___