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: heathhoyes
About
User Name: heathhoyes
Groups: Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Wednesday, April 25, 2012
Last Visit: Thursday, December 31, 2015 12:07:01 PM
Number of Posts: 10
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Stochastic - OR condition issue
Posted: Friday, November 13, 2015 11:47:24 AM

2nd time posting this.. usually get a response within a couple hours.   So, I'm submitting again.

I am trying to create the formula that will pick up a decreasing stochastic signal line of  18.5,8 OR a  recent crossover in the last 6 bars of Stochastic 18%K5  %D8

Here is what I have, but I getting formula error -

 

(avg(stoc18.5,8)<avg(stoc18.5.1,8)

OR

stoc18.5,6>avg(stoc18.5.6,8) and stoc18.5 <avg(stoc18.5,8))

- not sure if this last part covers any crossover in the last 6 bars?

Can someone please help?

Thank you.

Topic: Stochastic OR condition
Posted: Friday, November 13, 2015 8:29:46 AM

I am trying to create the formula that will pick up a decreasing stochastic signal line of  18.5,8 OR a  recent crossover in the last 6 bars of Stochastic 18%K5  %D8

Here is what I have, but I getting formula error -

 

(avg(stoc18.5,8)<avg(stoc18.5.1,8)

OR

stoc18.5,6>avg(stoc18.5.6,8) and stoc18.5 <avg(stoc18.5,8))

- not sure if this last part covers any crossover in the last 6 bars?

Can someone please help?

Thank you.

Topic: linking
Posted: Thursday, July 11, 2013 9:07:28 AM

Bruce,

How does the linking work?  If I have stocks that move about the same, is that when I could link them?

Or

Can I link them for any reason?  

 

Also, once I link them, can I pull that linked group up like a watchlist?  Scan that linked group?

Thanks, Heath

 

Topic: Is Freestockcharts and TC2000 down this morning?
Posted: Monday, December 3, 2012 9:53:29 AM
Both are not showing any info, is Worden fixing this?
Topic: How do I stop seeing notes from Peter Worden?
Posted: Friday, October 5, 2012 8:38:53 PM

I do not want to see his notes.  When he posts something, it pushes my notes down.  I only want to see my notes and no one elses.

Thank you

 

Topic: Stochastics
Posted: Monday, July 30, 2012 4:37:01 PM

Bruce,

Great, I&#39;ll try that.

Thanks again.

Heath

 

Topic: Stochastics
Posted: Monday, July 30, 2012 3:38:33 PM

Bruce,

Is there a way to put THEN in a formula?

Such as Stoc higher than 90, then a min of 80% of the 90 stoc, then a stoc above 90?

 

MAX(STOC12.3,15) > 90  THEN 

MIN(STOC12.3,15) > (max high stoc*.80)  THEN 

MAX(STOC12.3,15) > 90

 

 

Thank you

Heath

Topic: Stochastics
Posted: Monday, July 30, 2012 1:21:58 PM

Bruce,

Thank you!!!!  That makes sense.

have a good one,

heath

 

 

Topic: Stochastics
Posted: Sunday, July 29, 2012 11:19:08 AM

Sorry here is what I tried.

maxh15(stoc12.3) > 80

and

minl25(stoc12.3) > 35

Topic: Stochastics
Posted: Sunday, July 29, 2012 11:16:41 AM

I am trying to write a PCF

max high of the stochastics over the last 15 days > 80 and lowest of stochs over 25 days > 35

I have tried

maxh15(stoc12.3) > 80 and minl25(stoc12.3)

This is not working.

Can you please help?

Thank you