Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: Sir Sedgwicke
About
User Name: Sir Sedgwicke
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Sunday, January 30, 2005
Last Visit: Saturday, January 24, 2015 3:37:29 PM
Number of Posts: 10
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Camarilla Equation
Posted: Saturday, July 23, 2011 11:15:50 PM
Try this link,

http://camarilla-equation.blogspot.com/
Topic: Money Stream Quick Sort
Posted: Friday, May 13, 2011 5:04:27 PM
Thanks Bruce, I was close, just made a syntax errror.
Topic: Money Stream Quick Sort
Posted: Friday, May 13, 2011 2:36:25 PM
I want to write a PCF that duplicates  the Money Stream Quick Sort on a weekly chart.

On the weekly chart I right click the Money Stream, select:

"Based On"="Moving Up"

"Move Type"="Net"

"Period"="1"

"Net Change >"="2".

Thanks
Topic: Stochastic actual value vs. PCF
Posted: Monday, June 25, 2007 8:16:24 PM
Aha!! That one finally worked.

I knew there had to be a solution. Thank you for your efforts in resolving this.

Topic: Stochastic actual value vs. PCF
Posted: Monday, June 25, 2007 7:45:04 PM
I also implemented your new formula and it still did not pick up the two mentioned stocks.

Since FIG doesn't have much of a data history, it may not be a good example, but LEA certainly has enough data history and its on screen indicator is visually below 20.

Are you "seeing" the same thing?
Topic: Stochastic actual value vs. PCF
Posted: Monday, June 25, 2007 7:31:53 PM
Sure. An example of two today (6/25/07 as of the close) would be LEA (Lear Corp.) and FIG (Fortress Investment Co.) where the Watchlist Sort Value was 14.24 and 0.00 respectively (on the weekly chart) and when I ran the PCF (the one in my initial post) it indicated that these stocks did not make the cut.
Topic: Stochastic actual value vs. PCF
Posted: Monday, June 25, 2007 6:26:12 PM
I am using a Simple Stoc. 15.5.5 on a weekly chart. I can visually see that the indicator has dropped below 20 (on some stocks) and when I right click on the Stochastics 15,5,5 label in the bottom window, the Indicator Sort Properties dialog box opens up. I select the Actual Value in the Sort Settings box and then select Sort. A Sort Value column is populated with all of the Actual Values of the stocks in the Watchlist. So far, so good.

Now I'm trying to write a PCF that will reflect anything that is below 20 and I am using the following PCF (after perusing your website for converting stochastics to weekly) and it is indicating that nothing qualifies, yet I can see that when I scroll down to the bottom of the watchlist there are candidates that are definitely below 20. So my question is, shouldn't the PCF's produce the same actual values as the simple point and click sort on the screen?

Here is what I'm using for a PCF: ((STOC75 + 2 * STOC75.1.5 + 3 * STOC75.1.10 + 4 * STOC75.1.15 + 5 * STOC75.1.20 + 4 * STOC75.1.25 + 3 * STOC75.1.30 + 2 * STOC75.1.35 + STOC75.1.40) / 25) <= 20
Topic: Relative Spread Strength
Posted: Friday, June 22, 2007 11:21:55 AM
Sorry to hear it couldn't be converted, at least you tried.

Thanks,

Bob
Topic: Relative Spread Strength
Posted: Wednesday, June 20, 2007 2:18:57 PM
Bruce,

Let me see if I can be of some further help here. This should plot on a scale of 0-100, just like the RSI.

ShortPeriods(EMA) = 10
LongPeriods(EMA) = 40
RSPeriods = 5
SmoothingPeriods = 5

Spread = ShortPeriods(EMA)-LongPeriods(EMA)

Calculate and Smooth the RSI of the Spread
myRSI = RSI(Spread,RSPeriods)
SmoothRSI = EMA(myRSI,SmoothingPeriods)

SetScale = (0,100)
Plot("RSS",SmoothRSI)
If this doesn't work, let me know.

Bob
Topic: Relative Spread Strength
Posted: Monday, June 18, 2007 2:26:25 PM
Is there a known PCF for the indicator "Relative Spread Strength" as it appeared in the Oct '06 Technical Analysis of Stocks and Commodities magazine? If not, can it be created? I have looked through the forum and have not found anything yet.

Thanks,

Bob