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

[amibroker] 12 Profit taking points



PureBytes Links

Trading Reference Links




The StochD overbought issues or, in brief, StochDobi, is the 
population of the stocks with their StochD()>70.They are easily defined 
when you run the/*STOCHD OSI 
OBI*/s1=StochD(14);os=s1<=30;ob=s1>70;values11 = 
os>0;values12= 
ob>0;AddToComposite(Values11,"~stochdosi","V");AddToComposite(Values12,"~stochdobi","V");Buy=0;
 
Enjoy the 12 profit taking points for the N100 market the last 
2 years scanning with
 
Ob= Foreign("~stochdobi","V");Sell=Ref(Ob,-1)>70 AND 
Ref(Ob,-1)==HHV(Ob,3);
 
It would be better to take some profits when the signals 
appear and I hope you agree.Dimitris Tsokakis






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.



Attachment:
profitT.gif

Attachment: Description: "Description: GIF image"