Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: tkamada
About
User Name: tkamada
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Thursday, March 31, 2011
Last Visit: Tuesday, August 27, 2019 8:18:28 PM
Number of Posts: 68
[0.02% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: Days above moving average
Posted: Wednesday, February 27, 2019 9:47:05 AM

Bruce: I appreciate your help.

 

QUOTE (Bruce_L)

Yes, sorry, it does in fact need a period. So:

TrueInRow(C > XAVGC30, 50)

For example would max out at a result of 50 bars.

Topic: Days above moving average
Posted: Wednesday, February 27, 2019 9:39:33 AM

Bruce,

When I try it, I get this message: "Error in formula  Missing Period Argument At position 22."

QUOTE (Bruce_L)

Well other than changing the 34 to 30 (assuming 30 is actually what you want), it should work.

TrueInRow(C > XAVGC30)

Although if you want the entire bar above the moving average you would use the low instead of the current or closing price.

TrueInRow(L > XAVGC30)

What happens when you try?

Topic: Days above moving average
Posted: Wednesday, February 27, 2019 2:08:28 AM

I am trying to create a PCF for how many days (periods) a stock is trading above the 30-day EMA. I tried this, but it did not work. Can you please show me the correct PCF?

TrueInRow(C>XAVGC34)

Thank you.

 

Topic: Question about WRSI
Posted: Tuesday, August 28, 2018 11:17:08 AM

Bruce: Thank you. I appreciate your help. 

Topic: Question about WRSI
Posted: Tuesday, August 28, 2018 11:01:14 AM

Bruce:

I did not explain clearly.

WRSI14<30

If I use above pcf on the daily chart, that will only gives me result from the daily chart. How can I get the result from the weekly chart on the daily chart?

 

Topic: Question about WRSI
Posted: Tuesday, August 28, 2018 10:17:35 AM

WRSI14<30

Above will give me stocks trading below 30, and the WRSI setting is 14 period. 

If I am only interested in weekly WRSI, how do I change the above syntax?

Topic: Question about background color
Posted: Wednesday, August 15, 2018 1:36:23 PM

Thank you, Bruce ! 

Topic: Question about background color
Posted: Wednesday, August 15, 2018 1:12:45 PM

Is there a way to change the background color this way?

Red: below the 200-period moving average.

Green: above the 200-period moving average.

 

Topic: It's finally happened
Posted: Thursday, August 2, 2018 9:37:11 AM

Bruce,

Can you please send me Impulse System?

Thank you.

Topic: question about PCF % True indicator
Posted: Thursday, April 12, 2018 1:57:03 PM

Bruce:

Thank you very much. It works perfect !