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

[amibroker] High Quality Exit Signals for N100



PureBytes Links

Trading Reference Links




In AA run for all N100 stocks, all quotations the 

 
AddToComposite(C>MA<FONT 
size=2>(C,30),<FONT 
size=2>"~>ma30","v"<FONT 
size=2>);
AddToComposite(C>MA<FONT 
size=2>(C,40),<FONT 
size=2>"~>ma40","v"<FONT 
size=2>);
AddToComposite(C>MA<FONT 
size=2>(C,50),<FONT 
size=2>"~>ma50","v"<FONT 
size=2>);
AddToComposite(C>MA<FONT 
size=2>(C,100),<FONT 
size=2>"~>ma100","v"<FONT 
size=2>);
AddToComposite(C>MA<FONT 
size=2>(C,200),<FONT 
size=2>"~>ma200","v"<FONT 
size=2>);
Buy=0;
 
Then, in a free IB window, paste the
 
Above30MA=DEMA(<FONT 
size=2>100*Foreign<FONT 
size=2>("~>ma30",<FONT 
size=2>"v")/101<FONT 
size=2>,35);<FONT 
size=2>Plot(Above30MA,""<FONT 
size=2>,1,<FONT 
size=2>8);
Above40MA=DEMA(<FONT 
size=2>100*Foreign<FONT 
size=2>("~>ma40",<FONT 
size=2>"v")/101<FONT 
size=2>,35);<FONT 
size=2>Plot(Above40MA,""<FONT 
size=2>,4,<FONT 
size=2>8);
Above50MA=DEMA(<FONT 
size=2>100*Foreign<FONT 
size=2>("~>ma50",<FONT 
size=2>"v")/101<FONT 
size=2>,35);<FONT 
size=2>Plot(Above50MA,""<FONT 
size=2>,5,<FONT 
size=2>8);
 
to watch the curves.
 
In AA select ^NDX and run the
 
Above30MA=DEMA(<FONT 
size=2>100*Foreign<FONT 
size=2>("~>ma30",<FONT 
size=2>"v")/101<FONT 
size=2>,35);
Above40MA=DEMA(<FONT 
size=2>100*Foreign<FONT 
size=2>("~>ma40",<FONT 
size=2>"v")/101<FONT 
size=2>,35);
Above50MA=DEMA(<FONT 
size=2>100*Foreign<FONT 
size=2>("~>ma50",<FONT 
size=2>"v")/101<FONT 
size=2>,35);
Sell=Above40MA>Above30MA AND Above40MA><FONT 
size=2>70 AND Ref<FONT 
size=2>(Above40MA,-1)==<FONT 
size=2>HHV(Above40MA,3<FONT 
size=2>);
 
to receive these interesting Sell signals for the recent ^NDX 
history.
Sell, sell, sell [when some "smart" traders buy].
It will not be difficult, you will see great volumes for 
almost any stock.
On these days, the dream of a new 98-99 rally is resurrected 
[and fails dramatically].
Dimitris Tsokakis
[to be continued]
 






Yahoo! Groups Sponsor












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:
SellSellSell.gif

Attachment: Description: "Description: GIF image"