I've searched the archives for a PCF which will indicate when a 12/26/9 Macd crosses the zero line. Can anyone help me with this? Some of the Macd xo pcfs...
jay; ... Please review the MACD PCF Primer.doc archived . in the Files section http://finance.groups.yahoo.com/group/telechrt2005Users/files/ . in the Pimers...
Dennis And Lisa; ... From TeleChart Help Topics Index . Time Segmented Volume " ... essentially measures the amount of money flowing in or out of a particular...
It is not exactly the same but so close that I think even Don Worden would have a hard time arguing its not okay. Create a new chart template, preferably a...
When you use this TSV equivalent, how do you know where the "0" line is? Ben ... Worden would ... try ... the OBV ... characteristics is ... crossover sooner ...
It isn't a zero line, its actually the centerline of the scaling in the pane for that indicator. As for using in a PCF I haven't tried to do that. I imagine it...
The OBV solution to for the TSV substitute makes alot of sence...how about a substitute for Money Stream? Would the Money Flow indicator suffice? Thank you ...
I am trying to write a pcf where volume today is > 1.5 * average volume of past 30 days. Can anyone help me? I keep getting syntax error msgs. thanks...
Dennis, If you will go to: http://groups.yahoo.com/group/auxiliarytc2000usergroup/message/1863 you will find a very close approximation to TSV. I believe most...
Matt; ... Certainly. From the TeleChart Help Topics Index, select . Days Ago parameter " ... You can also enter a specific date instead of the number of days ...
Dennis; ... Accumulation Distribution Indicator: MoneyStream MoneyStream has the same objectives as OBV. " The basic assumption, regarding OBV analysis, is...
Dennis; ... Time Segmented Volume (TSV) is a non-cumulative variation of On Balance Volume (OBV). Basically, OBV can be 1. Cummulative . .a) MoneyStream (MS) ...
Hello! I've been reading the recent emails discussing TSV, MS, OBV etc. and I've also been reviewing various indicator tutorials. What a large basket of...
You did not say what your charting experience was so I will assume it is a beginner level. This just my opinion. I'm sure others will have different ideas. I...
Would you please expand on your useful STOC(MS)& STOC(TSV)PCF's. I am unable to fathom writing a STOC for either indicator and also why they would be more...
cavaliermaxamilian; ... Read! ReAd! rEaD! READ! Keep It Simple and Succinct (KISS)! Get organized: What is YOUR style - daytrader? short-term trader?...
mlee5657; ... PCF: (V>AVGV30.1*1.5) Today's volume (V) is greater than (>) the average volume for the past 30-days starting yesterday (AVGV30.1) times 150(%) ...
I am trying to write a PCF for both price closing in upper half of price bar and also in upper 25% of price bar. If anyone can help,would greatly appreciate. ...
Perry; ... PCF Name: #1 Today's Closing Price as % of Bar 100*((C-L)/(H-L)) In an EasyScan, . #1 Today's Closing Price as % of Bar for upper half of today's...
When I plot the follwing PCF: ((XAVGC12) > (XAVGC26)) AND ((XAVGC12.1) < (XAVGC26.1)) I expect to receive a True if today's exponential moving average(12 ...
I am using the following PCF to find crossovers of the 13 and 39 DMA's. (AVGC3.1 < AVGC13.1 AND AVGC3 > AVGC13) However, when I look at a chart for the results...
Jay; ... ((XAVGC12) > (XAVGC26)) Today's 12-EMA is greater than Today's 26-EMA ((XAVGC12.1) < (XAVGC26.1)) Yesterday's 12-EMA is LESS THAN Yesterday's 26-EMA ...
ejr I recognize the semantic difference between 12 ema being more than or less than the 26 ema....However, that does not address the problem of the return of a...