Standard Normal Distribution Function and others  [SOLVED]

Questions about MultiCharts and user contributed studies.
hkklee

Standard Normal Distribution Function and others  [SOLVED]

Postby hkklee » 02 Mar 2007

Hi,

Are there any code/function name which return values for

a) the standard normal distribution function?
b) the current time
c) the day market close time
d) the slope of a trend line
e) the standard deviation of a price series

Thanks and appriciate for the help!

lee

User avatar
Stanley Miller
Posts: 556
Joined: 26 Jul 2005
Has thanked: 3 times

Postby Stanley Miller » 05 Mar 2007

a) the standard normal distribution function?
NormalDensity

b) the current time
CurrentTime

c) the day market close time
SessionEndTime

d) the slope of a trend line
I'm not sure what you mean. Please explain.

e) the standard deviation of a price series
StdDev

hkklee

Slope of Trendline Auto and functions library

Postby hkklee » 06 Mar 2007

Thanks for the reply.

a) For the slope of the trend line.
There are two lines, one for the down trend and one for the up trend if I set the History in General to "NO" in TrendLine Auto indicator.

I want to know the function/code which shows the values of the slope (steepness) for the down trend and the up trend seperately in TrendLine Auto.

b) BTW, is there a place that can show all the functions with explanations which can be used in Multichart?

Thanks for your help.
lee

User avatar
Stanley Miller
Posts: 556
Joined: 26 Jul 2005
Has thanked: 3 times

Postby Stanley Miller » 06 Mar 2007

a) Personally I don't know such a function but it is quote easy to create it.

b) MultiCharts' PowerLanguage is fully compatible with TS EasyLanguage. So you can review original EasyLanguage tutorials to learn more about basic conceptions and syntax options:
http://www.tssupport.com/support/tutorials/


Return to “MultiCharts”