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: reeder1558
About
User Name: reeder1558
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Saturday, April 9, 2011
Last Visit: Wednesday, May 2, 2012 6:12:19 PM
Number of Posts: 12
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Cross over
Posted: Saturday, April 28, 2012 1:12:45 PM

What is the formula for  C > AVGC200 and the 5 period xavg crossing above the 20 period xavg?

C > AVGC200 AND XAVGC5 ???? XAVG20 

I don't know what should replace the ???? 

Topic: higher close 4 out of last 5 days
Posted: Friday, April 27, 2012 3:57:52 PM

Thanks

RR

Topic: higher close 4 out of last 5 days
Posted: Friday, April 27, 2012 12:48:03 PM

I found this formula in the discussion topics. The description is:

"In this one the ETF must be above its 200 day MA, and has dropped below its 5 day MA.

It has dropped four out of the last five days, so the closing prices were

lower than the day before for four out of the last 5 days."

How would I reverse it so closing prices are higher than the day before for 4 out of the last 5 days.

C > AVGC200 AND C < AVGC5 AND ABS(C < C1) + ABS(C1 < C2) + ABS(C2 < C3) + ABS(C3 < C4) + ABS(C4 < C5) >= 4 AND C5 > AVGC5.5 AND C4 < AVGC5.4 AND C3 < AVGC5.3 AND C2 < AVGC5.2 AND C1 < AVGC5.1

Thanks again for all your help.

Richard

Topic: Formula reults and chart indicator don't agree
Posted: Thursday, April 26, 2012 5:43:31 PM

Bruce, Thanks for your latest help. Sometimes I get the formula right, but usually I need to turn to you for help.

Richard

Topic: Formula reults and chart indicator don't agree
Posted: Wednesday, April 25, 2012 5:01:03 PM

I am trying to write a formula that shows 2 day RSI falling three days in a row. The first days drop should start from below 60 and the last day should be below 10. Here is my formula:

 

C > AVGC200 and rsi2.1 < 10 and  rsi2.2 < rsi2.3 and rsi2.3 < rsi2.4 and rsi2.4 < 60

 

When I test it against todays QQQ it is obviously false. My problem is my rsi2 indicator for the past few days shows rsi2 (today and going back) at 83.09, 0.00, 0.00, 0.00.

The test results show

66.45 > 58.81 and 83.09 < 10 and 41.55 <

  27.70 and 27.70 < 20.77 and 20.77 < 60     

               Value = False

C, AVGC200 and rsi2.1 agree with my indicator, but where have the other numbers come from?? Why aren&rsquo;t they 0.00??

Thanks for your help.

Richard

Topic: Turtle trading
Posted: Friday, April 20, 2012 9:27:36 PM

I recently saw a brochure on turtle trading. The entire system seems to be designed for commodity trading; however, in reading posts it appears that some of you are using the system with stocks. In computing Unit Size what do you use for Dollars Per Point? The formula in the brochure is

unit size = (0.01 * portfolio value) / (ATR * Dollars Per Point)

Dollars per Point in the formula is the value of the futures contract being traded.

Thanks for any help any of you can give

Richard

Topic: Error in formula
Posted: Wednesday, April 18, 2012 7:05:40 PM

Please correct my formula for me.

c > vstop and c.1 <= vstop

Thanks r. reeder

Topic: Vstop vs price
Posted: Friday, April 13, 2012 5:13:54 PM

QUOTE (Bruce_L)

I cannot think of a method to create an Indicator Formula for this which would be short enough to be practical.

% price above 20eavg also column for volatility stop

Bruce I hate to show my stupidity, but what&#39;s wrong with my fromula

c / xavg20 -1

Thanks for your help.

Topic: Vstop vs price
Posted: Friday, April 13, 2012 3:50:29 PM

What is the formula to compute the % difference between Vstop and price?

Topic: RSI indicator
Posted: Friday, March 23, 2012 12:45:44 AM

What is the code to get an indicator if today&#39;s and yesterday&#39;s two day RSI are below 10? Thanks R. Reeder