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: flbaileys
About
User Name: flbaileys
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Tuesday, March 8, 2005
Last Visit: Thursday, October 3, 2013 9:11:29 AM
Number of Posts: 8
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Real Code
Posted: Sunday, August 2, 2009 10:11:15 AM
Where do I find a copy of the Real Code Programmers starter guide?  Is the code referred to for building indicators for Telechart?  If not which Worden product or productss is it for?
Topic: PCF for Wilders RSI 13
Posted: Monday, August 25, 2008 9:17:38 AM
Thanks Bruce
Topic: PCF for Wilders RSI 13
Posted: Friday, August 22, 2008 8:32:40 PM
Thanks Bruce. 
Now one last question, to get the number for yesterday where do I place a  minus 1 at the end of the formula after placing parathenses (sp?) around the whole formula or do I need ask you to write a complete new formula? 

Thanks in advance

Paul
Topic: PCF for Wilders RSI 13
Posted: Thursday, August 21, 2008 11:04:40 PM
Does any one have a PCF for Wilders RSI13 using Wilders smoothing?
Topic: Share Charts
Posted: Saturday, April 19, 2008 12:24:22 PM
In a couple of discussion threads I see that Bruce has saved a chart to an area and has indicated to select Share/Chart. I have looked for this tab and have not been able to find it.  Is there a tab I am missing or is it only available to the person that the question or do you have to be a real time user?
Topic: 10 dayMA of the ATR
Posted: Monday, April 9, 2007 10:48:00 PM
Thanks Bruce,

I am trying to follow the things that Sir Viking Trader wrote about on 4/5/07. I wanted to follow it along side of my own methods and see what the difference would amount to.

By the way what does How to create a Personal Criteria Forumula (PCF) stand for?

Thanks for the help
Topic: 10 dayMA of the ATR
Posted: Monday, April 9, 2007 10:03:09 PM
Dear Support

I have endeavored to write a formula to calculate a 10 day MA of the ATR, and thought I had it until I found the second formula from a 3/19/07 discussion topic. It is below my original formula and was taken from a 3/19/07 discussion by Bruce L.

(((H - L ) + (H - C1 ) + (L - C1 )) + ((H1 - L1 ) + (H1 - C2 ) + (L1 - C2 )) + ((H2 - L2 ) + (H2 - C3 ) + (L2 - C3 )) + ((H3 - L3 ) + (H3 - C4 ) + (L3 - C4 )) + ((H4 - L4) + (H4 - C5) + (L4 - C5)) + ((H5 - L5) + (H5 - C6) + (L5 - C6)) + ((H6 - L6) + (H6 - C7) + (L6 - C7)) + ((H7 - L7) + (H7 - C8) + (L7 - C8)) + ((H8 - L8) + (H8 - C9) + (L8 - C9)) + ((H9 - L9) + (H9 - C10) + (L9 - C10))) / 10
My answer to the above as of 4/9/07 using IBM is 1.038

(H - L) + ABS(H - C1 + ABS(L - C1) ) / 2
the answer to the above as of 4/9/07 by a test of IBM 1.23

Can you terll me what I am missing?

Thanks

FL Baileys
Topic: Scan for ADX above a certain poin
Posted: Wednesday, August 24, 2005 7:38:45 PM
I would like to either write a PCF or scan using the ADX above 30. is this possible?