This script is meant to help verify the existence of a seasonal effect in asset returns, using a Z-test. There are three steps: 1. Think of a way to identify a season. The available methods are: by month, by week of the year, by day of the month, by day of the week, by hour of the day, and by minute of the hour. 2. Set the chart to the unit of your season. For...
Script show up to 7 previous values of 'source' input for a specified period of days. Use inputs to select period: 365 (approximately) for years, or any other period (1, 7, 30, 90...). You can hide extra plots, customize their colors, apply this to another indicator or enable 'trackprice'. On showcase: Top indicator shows a close price for previous 3 years,...
Shows the average from the last 5 periods for close price cycle. For example to see the annual seasonality of a stock for the last 5 years use on daily chart with the default setting of 252, the number of trading days in a year, approximately.
Inspired by the work done by crasher (can be found here: ). Improvement of my earlier adaptation (can be found here: ). This script projects the average % change of the selected security in the past 4 years.
Slight modification of the work done by crasher (can be found here: ). This script shows the average % change instead of the average nominal change of the selected security in the past 5 years. Upper indicator: script by crasher (see link above) Lower indicator: modified script by me