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: mktwizard123
About
User Name: mktwizard123
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Wednesday, May 17, 2006
Last Visit: Tuesday, September 1, 2009 11:01:14 PM
Number of Posts: 493
[0.17% of all post / 0.08 posts per day]
Avatar
Last 10 Posts
Topic: alert
Posted: Tuesday, September 1, 2009 9:38:43 AM
hi, if i am running a scan real time, is there a way to create an audio alert when a new symbol comes to the list?
Topic: bollinger
Posted: Monday, August 31, 2009 10:20:44 PM
thx bruce, one last question, if I want this pcf as above..

H >= AVGC5 + 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

do I do everything exactly as above but

Average of: Bar Low and Offset: 0. to 

average of bar high?

and 

select Below Bollinger Bands, Period 5, Std Dev 3 - Bottom.

to

 select above Bollinger Bands, Period 5, Std Dev 3 - top.
Topic: pcf
Posted: Monday, August 31, 2009 5:11:47 PM

Hi, can you help me with the following, how do I write...

1. Stock’s 10-period ADX must be 35 or greater.

2. Yesterday’s close must be the fifth consecutive day that the stock closed
below it’s 2-period SMA.

Topic: bollinger
Posted: Thursday, August 27, 2009 11:28:25 AM
bruce, i'm new to stockfinder so bare with me, i've reviewd all the videos, so lets say I want to just use this specific pcf (from above) in stockfinderand scan real time for this condition on a daily chart. - meaning that this condition alerts me when its touching the band using the bollingers on a daily chart.

L <= AVGC5 - 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

would i still follow your suggestion?
Topic: bollinger
Posted: Thursday, August 27, 2009 10:10:59 AM
wow, thanks bruce, if i wanted to write these for stockfinder, can you help with that? I would only like the following.

At least part of Bar at or above Upper Bollinger Band:

H >= AVGC5 + 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

At least part of Bar above Upper Bollinger Band:

H > AVGC5 + 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

At least part of Bar at or below Upper Bollinger Band:

L <= AVGC5 + 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

At least part of Bar below Upper Bollinger Band:

L < AVGC5 + 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

At least part of Bar at or above Lower Bollinger Band:

H >= AVGC5 - 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

At least part of Bar above Lower Bollinger Band:

H > AVGC5 - 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

At least part of Bar at or below Lower Bollinger Band:

L <= AVGC5 - 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

At least part of Bar below Lower Bollinger Band:

L < AVGC5 - 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

At least part of Bar outside Bollinger Bands:

H > AVGC5 + 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4) OR L < AVGC5 - 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

Entire Bar above Upper Bollinger Band:

L > AVGC5 + 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

Entire Bar below Upper Bollinger Band:

H < AVGC5 + 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

Entire Bar above Lower Bollinger Band:

L > AVGC5 - 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

Entire Bar below Lower Bollinger Band:

H < AVGC5 - 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)

Entire Bar outside Bollinger Bands:

L > AVGC5 + 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4) OR H < AVGC5 - 3 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 - 5 * AVGC5 ^ 2) / 4)


Topic: bollinger
Posted: Thursday, August 27, 2009 9:21:20 AM
hi, if my bollinger settings are period = 5, width = 30, how do I write a pcf that shows if price is touching or is above or below the bands for that day.
thanks
Topic: stochastics
Posted: Wednesday, August 26, 2009 5:27:25 PM
hi, if my stochastic setting are period = 3, sk period = 1, sd period =1, how can I write a pcf that shows me the sk is above 90 or below 20?
Topic: pcf
Posted: Tuesday, August 18, 2009 4:18:51 PM
thx bruce, amazing job...
Topic: pcf
Posted: Tuesday, August 18, 2009 1:49:51 PM
so one more example to the downside bruce,

ticker SNDA, on 6-24-09, the 10ma crossed the 30 to the downside, that bar was actually up, so was the next bar and so was the next bar, on 6-29-09, the price penetrated the low of the bar from the previous day, thats what i would like the pcf to catch, same to the upside ma cross as detailed above,

thanks,
Topic: pcf
Posted: Tuesday, August 18, 2009 1:43:27 PM
bruce, one modification,

1. anytime the 10 period simple moving average crosses to the upside the 30 period simple moving average and anytime after that , the bar closes lower than the previous bar from the time of the cross. example on 7-27-09, ticker URS had the 10 cross the 30 ma, it kept moving higher and on 7-29-09, the bar closed lower than the previous bar and the next day, the price penetradted the highof the bar that closed down, thats what i'm looking for up to a max of 5 days after the ma cross. can this be done?

2. same thing but to the downside ma cross.