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

Re: [amibroker] help with adx/dmi



PureBytes Links

Trading Reference Links




Try this:   
Buy=cross(pdi,mdi);   < the pdi crosses mdi from below as it 
moves upward.    
<FONT face=Arial 
size=2>                Sell=cross(mdi,pdi);     
<pdi crosses mdi from above.
<BLOCKQUOTE 
>
  Ron D
   
  ----- Original Message ----- 
  <DIV 
  >From: 
  <A title=mortonr003@xxxxxxxxxxxxx 
  href="">rmortonmd 
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">amibroker@xxxxxxxxxxxxxxx 
  Sent: Friday, September 12, 2003 1:08 
  AM
  Subject: [amibroker] help with 
  adx/dmi
  I've been trying to work with the built in adx/dmi line and 
  have found that the +cross (+DI going above -DI) has been rather 
  predictive of stocks that I have made money on.  Conversely, when 
  there is a -cross (-DI going above +DI) I have routinely lost money 
  despite the fact that other indicators had not recommended a sell.  
  What I would like is to be able to do a scan for times when there is a 
  cross.  I tried to modify the built in file with:    
  Buy = cross (pd, md)    Sell = cross (md, pd) and I 
  kept getting a syntax error pointing to the second "l" in "sell".I 
  then tried:    Buy = ValueWhen( Cross( pd, md 
  ))    Sell = ValueWhen( Cross( md, pd ));again, getting 
  the same syntax error.Any help in automating this process would be much 
  appreciated as I think that this may be a very effective tool for 
  narrowing down my stock list for potentially high profit 
  buys.Thanks,ron------------------------ Yahoo! Groups 
  Sponsor ---------------------~-->Buy Ink Cartridges or Refill Kits for 
  Your HP, Epson, Canon or LexmarkPrinter at Myinks.com. Free s/h on orders 
  $50 or more to the US & Canada. <A 
  href="">http://www.c1tracking.com/l.asp?cid=5511<A 
  href="">http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM---------------------------------------------------------------------~->Send 
  BUG REPORTS to <A 
  href="">bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
  <A 
  href="">suggest@xxxxxxxxxxxxx-----------------------------------------Post 
  AmiQuote-related messages ONLY to: <A 
  href="">amiquote@xxxxxxxxxxxxxxx (Web 
  page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
  group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  Your use of Yahoo! Groups is subject to <A 
  href="">http://docs.yahoo.com/info/terms/ 
  






Yahoo! Groups Sponsor


  ADVERTISEMENT 









Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.