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: reevescn
About
User Name: reevescn
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Wednesday, January 26, 2005
Last Visit: Thursday, July 3, 2014 3:08:44 PM
Number of Posts: 6
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Stochastic Momentum Index related formula
Posted: Thursday, April 17, 2014 9:03:05 AM

You have a long formula for stochastic Momentum Index indicator dated May 7, 2008. I get a syntax error when I try to run this formula. What is wrong with it? Or do you have another formula? I like to use the Stochastic Momentum Index Indicator.

Topic: alarms in stockfinder 5
Posted: Wednesday, January 12, 2011 5:07:17 PM
An old post (by apsll) said a method was posted to created an alarm in Stockfinder 5. Where is this old post? Or what is the code for creating an alarm?
Topic: Real Code problem for x.avg(14)
Posted: Saturday, November 6, 2010 4:24:34 PM
I've tried to write and Indicator, which I can't get to work:

'#Period=userinput.Integer=14
Static X as Single
Static Y as SIngle
Dim Y1 as Single
Dim Yad As Single
Static Z as Single
Static Z1 as Single
If CurrentIndex>Period Then
X=(Price.High+Price.Low+Price.Close)/3
Y=X-X.AVG(period)
Y1=System.Math.Abs(Y)
Yad=Y1.Avg(period)
End If
If Yad>0 Then
Z=Y/Yad
Z1=(Z/3)*200
Else
Plot=Z1
End If

Error
"AVG" is not a member of Single.
I would appreciate your help correcting this code to run as a realcode indicator.
Topic: Scan on True Strength Index
Posted: Sunday, October 17, 2010 1:43:36 PM
I am trying to write a RealCode Condition where a scan can be made for low values of the True Strength Index. True Strength Index variables in StockFinder 5 are 13,25, but I would like to alter these values in a scan. I would like to scan for a low on the True Strength Index for the last 30 days. I have tried to displaly the True Strength Index, then click on the plot, then select "New Low" and then 30 days. This did not work on the True Strength Index. It did work on another indicator. Can you write the code for this? I appreciate your help.
Topic: Real Code for Bollinger Bandwidth low points
Posted: Tuesday, September 21, 2010 5:03:47 PM
Note;

I've just obtained StockFinder 5, and I would like to install the following "Real Code Condition";

Bollinger Band Width less than 3.0 times the lowest bandwidth in 125 days. The points needs to be marked on the stock plot and also an alert should be given when a low point is found. I would also like to make an occasional input change to alter the number 3.0, if this can be done easily. My code for this is:

If Price.Low<3.0 * Price.minlow(125) then
pass
Lokistatic.PlaySound("c:/alert.wav")
End If

Can you provide a correction to this code so that it will work?

Another question is, when I've made a bad "Real Code Condition" on a layout, how can it be deleted?

Charles Reeves
reevescn@hotmail.com
Topic: PCF for Money Stream divergence with Price
Posted: Tuesday, December 22, 2009 12:04:08 PM
Can I get a pcf to use as a scan for Money Stream Divergence with price