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: bobbyd
About
User Name: bobbyd
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Saturday, February 12, 2005
Last Visit: Tuesday, January 21, 2014 10:36:11 PM
Number of Posts: 11
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: RealCode Condition passes 20 out of 50 period
Posted: Tuesday, November 27, 2012 8:05:33 PM

Bruce,

Any updates, please?

Thanks

Topic: RealCode Condition passes 20 out of 50 period
Posted: Tuesday, November 27, 2012 5:21:38 PM

Bruce,

I understand that the visual editing of icons lets me change one perticular condition.

Though, I need to test this condition in conjunction with several other conditions in RealCode.

Any suggestions for Realcode?

Thanks

Topic: RealCode Condition passes 20 out of 50 period
Posted: Tuesday, November 27, 2012 5:02:12 PM

I want to create a Realcode condition that passes if following condition is true 20 times in past 50 period.

(price.Close < price.MinLow(50, 1) )

Ideas?

Topic: Create condition "BollingerBandBottom less than <arbitrary value, e.g. 10>"?
Posted: Wednesday, October 31, 2012 10:28:11 PM

The test doesn&#39;t agree. I guess the question is still open.

Please provide suggestions about how to do create this condition.

Topic: Create condition "BollingerBandBottom less than <arbitrary value, e.g. 10>"?
Posted: Wednesday, October 31, 2012 8:36:15 PM

Nevermind. Figured it out.

Topic: Create condition "BollingerBandBottom less than <arbitrary value, e.g. 10>"?
Posted: Wednesday, October 31, 2012 8:06:35 PM

My setup: SF5.0, New Layout, Price with Bollinger Band as child indicator .

I want to create condtion where "BollingerBandBottom less than <arbitrary value, e.g. 100>"

How do I do that?

Right now, when I Right-Click on BB -> Create Condition -> Less Than (100) ....

It creates the condition on BB-TOP, whereas I want the condition to be created on BB-BOTTOM.

Topic: Negation criteria
Posted: Friday, June 18, 2010 12:42:57 PM
How do I create a "Negation criteria"? E.g. If MA50 has NOT crossed above MA200 in last 3 months, then pass.
Topic: Plot a new simple custom Indicator
Posted: Monday, May 10, 2010 6:48:28 PM
Here's what worked for me.

plot = (price.Close * (volume.value * 100))

BTW, it turns out that there is a pre-built indicator available for this called "Dollar Volume".

Thanks, for response.
Topic: Plot a new simple custom Indicator
Posted: Monday, May 10, 2010 5:55:58 PM
How do I plot a simple custom indicator "Price.close X Vol" ?
Topic: Using CAPitalization in PCF and Filter
Posted: Saturday, February 12, 2005 3:35:18 PM
Gurus,

How do I use capitalization in personal criteria formula? For example,
If (CAP > 50)
then (CAP * V * +1 )
else (CAP * V * -1)
end

Thanks