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: Richard_Holden
About
User Name: Richard_Holden
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Friday, June 8, 2012
Last Visit: Saturday, June 28, 2014 10:01:18 PM
Number of Posts: 6
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Exponential averaging of TSV within PCF
Posted: Sunday, January 13, 2013 5:23:55 PM

Thanks Bruce, 

This does the job nicely

 

Richard

 

 

Topic: Exponential averaging of TSV within PCF
Posted: Tuesday, January 8, 2013 11:42:01 AM

Hi, 

 

I'm trying to implementant an indicator using PCF that excatly emulates the TSV line plot with settings of: Period = 25, Average type = Exponential

Note that this is not the same as XAVG(TSV25.0,x) which applies an x day exponential moving average smoothing to the TSV25 after the TSV25 has been calculated instead of using the exponential averaging within the TSV calc.

Results between the two can be significantly different

 

Thanks for your help

 

Richard Holden

Topic: writing Indicators
Posted: Tuesday, August 28, 2012 2:46:32 PM

You're right the If Then is just about doable, however the Else clause gets really ugly.

I'm sure i'm not the first to ask, but are there any plans to offer something a little more structures. It really wouldn't be that difficult to implement.

Thanks

Topic: writing Indicators
Posted: Tuesday, August 28, 2012 11:50:33 AM

Hi Bruce,

Thanks for the info, I'm starting to get the hang of the PCF syntax etc.

Although an If Then Else clause would be very useful

 

Richard

Topic: writing Indicators
Posted: Thursday, August 23, 2012 11:29:02 AM

QUOTE (StockGuy)

XAVGV25

XAVG = exponential average

V = Volume

25 = period (days)

XAVG(TSV24,12)

TSV 24 = 24 period TSV

12 = period to use in the average

We don't have a function for Wilder's RSI.  It can be calculated mathematically but our formula expert, Bruce, is on vacation until Aug 28th.  I'll see if he can look at this when he gets back.

Thanks, this is very helpfull

Is there an online document with more examples. the user guide is quite sparce ?

If not, how do I get the previous days TSV24 ( TSV24,-1) ?

 

Thanks

 

Topic: writing Indicators
Posted: Thursday, August 23, 2012 11:16:47 AM

Hi

I'm pretty good at writing code but could do with some help regarding syntax and parameters.

Could you detail the exact syntax for the following PCF Indicators:-

   Volume - The 25 day Exponental Moving Average of Volume

   TSV(24Period) - The 12 Day Exp Moving Average of TSV(24Period)

   Wilders RSI15 - Wilders RSI75

 

I should be able to work a number of otherthings out from this

Thanks

Richard