This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
A basic task in statistical analysis of a probability distribution consists of measuring its peakedness and asymmetry. Kurtosis measures peakedness of a distribution, while Skew measures asymmetry.
A normal distribution is symmetric, that is it looks the same to the right and the left of the center point, and thus its skewness is equal to zero.
A positive skew indicates that the right tail of the distribution is longer than the left tail and that most population values belong to the left part.
A negative skew indicates that the left tail is longer and that most values belong to the right part.
Example:
a = Skew(perf(close, 1), 100);
plot(a, "");
This formula measures the skewness of the probability distribution of the previous 100 one-bar returns.
The distribution is said to be right-skewed if it has a positive skew. This also means that there are more negative daily returns than positive ones. However, since the right tail is longer, highest daily returns are more likely to be positive.
It is left-skewed if it has a negative skew and this indicates that there are more positive daily returns than negative ones. Highest daily returns are more likely to be negative.