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

RE: [amibroker] Re: Chaikin Money Flow question



PureBytes Links

Trading Reference Links


Thanks Jayson.  Great stuff !!Jayson <jcasavant@xxxxxxxxxxx> wrote:


Agreed, I too prefer Twiggs...... I think I may have posted this to the library a while ago but if not here is the code I use. As for time settings... there is no right one but you can tweak the settings using param to find a useful "Fit" over your time horizon......
 
 
//* Twiggs Money Flow http://www.incrediblecharts.com/technical/twiggs_money_flow.htm *//
pds=Param("TMF periods",17,1,100,1);
TRH=Max(Ref(C,-1),H); 
TRL=Min(Ref(C,-1),L);
tr=ATR(1);
ADV=((C-TRL)-(TRH-C))/(IIf(TR==0,999999,TR))*V;
//ADV=((C-TRL)-(TRH-C))/tr*V;
sadv=Wilders(Adv,pds);
svol=Wilders(V,pds);
TMF=sadv/svol; 
_N( mstr = "("+WriteVal(pds,1.0) + ")" );
Plot(tmf,"Twiggs Money Flow"+mstr,IIf(tmf>0,colorGreen,colorRed),2);
GraphXSpace=5;
 
 
Regards, 
Jayson 
-----Original Message-----From: jtelang [mailto:jtelang@xxxxxxxxx]Sent: Saturday, October 18, 2003 10:42 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re: Chaikin Money Flow questionBill,I myself am not a fan of CMF, but if at all I were to use it, I'd use a modified version of it called Twiggs Money Flow (it made more sense to me). Read more about it here -http://www.incrediblecharts.com/technical/twiggs_money_flow.htmJitu--- In amibroker@xxxxxxxxxxxxxxx, Bill Pritchard <billpritjr@xxxx> wrote:> Curious how many people use Chaikin Money Flow as part of their analysis.  If so, could you please pass along what is the "overall best" time period to use?>  > I use dual SMA
 crossover to trade stocks, mostly SP 500 index stocks, with a time frame of 3 to 6 months from buy to sell or sell short to cover.>  > Looking to enhance my trading and CMF seems like possible good indicator>  > comments, info wanted!>  >  > > > ---------------------------------> Do you Yahoo!?> The New Yahoo! Shopping - with improved product searchSend BUG REPORTS to bugs@xxxxxxxxxxxxxSend 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: <A
 href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend 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. 
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search






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.