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: sclapp
About
User Name: sclapp
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Tuesday, February 8, 2005
Last Visit: Wednesday, May 22, 2019 2:38:34 PM
Number of Posts: 16
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Syntax problem?
Posted: Thursday, September 20, 2018 1:14:25 PM

That worked - thanks!

Topic: Syntax problem?
Posted: Thursday, September 20, 2018 12:31:28 PM

Hi, 

I've input this code into a PCF, and it's not showing errors when input. Problem is it's not generating any output. Is this written incorrectly?

(((C – C10) / C10 * .3) +
((C – C20) / C20 * .35) +
((C – C40) / C40 * .35))*100
 
Thanks!
Topic: Candle Counting PCF/Indicator
Posted: Thursday, August 30, 2018 11:48:28 AM

You are correct - sorry to bother!

Topic: Candle Counting PCF/Indicator
Posted: Thursday, August 30, 2018 11:25:58 AM

Hi Bruce,

You provided me with this PCF which is working perfectly:

IIF(TrueInRow(AVGC2 > XAVGC8, 12) = 12, (H+.2), 1 / 0)
 
I want to use this same indicator when the avgc2 is less than avgc8. When I use this formula:
 
IIF(TrueInRow(AVGC2 < XAVGC8, 12) = 12, H, 1 / 0)
 
The dots are plotting all over the graph, so I assume I&#39;m doing something wrong. Appreciate your help.

 

Topic: PCF to count instances of 2 period moving avg above or below 8 period ma
Posted: Thursday, August 30, 2018 10:41:11 AM

Works great - Thank you Bruce!

Topic: PCF to count instances of 2 period moving avg above or below 8 period ma
Posted: Thursday, August 30, 2018 7:58:49 AM

Hi,

Here is the output I&#39;m seeking: watchlist with a column that has the number of days that a 2 period moving average is above (or below) an 8 period moving average. The column would display a positive number for days above and negative number for days below. I would like to sort on the column to start with +1 or -1. Thanks!

Topic: Candle Counting PCF/Indicator
Posted: Wednesday, June 27, 2018 11:04:07 AM

Thank you Bruce. Can you explain or send in the right direction  - how to use the Dots Plot Style overlayed into the same pane and scale as price?

Topic: Candle Counting PCF/Indicator
Posted: Wednesday, June 27, 2018 9:20:34 AM

Hi,

Not sure if this is possible, but I would like to create a PCF for a candle counting indicator. Here&#39;s how it would work. The 2 period simple moving average crosses above/below the 8 period sma. If the 2 period sma is above/below the 8 period sma after 12 consecutive days, place a red dot above the candle. Continue placing dots above the candles until the 2 period sma re-crosses the 8 period sma. Stop placing dots above the candles with a re-cross. 

If this is possible I would like to do this with 2 moving average crossovers on the same chart.

Thanks for you help.

 

Topic: Question re ATR and ADX
Posted: Thursday, February 15, 2018 10:52:22 AM

I need help writing two PCFs. Both would use daily data. I need the syntax for:

1. Seven day ADX is greater than 45

2. ATR of the past 10 days is greater than 4%

Thank you.

Topic: EasyScan for stocks above 20 week high
Posted: Friday, November 15, 2013 3:22:38 PM

Perfect. Thank you.