mortdiggiddy

Seasonality Trader

mortdiggiddy 업데이트됨   
Plots the daily seasonality profile for any ticker.

This indicator:

  • Operates for any ticker. This indicator will not work properly on anything except a day chart using candlesticks, bars, or Heikin Ashi candles.
  • Any look back period (in years) is possible, as long as there is data available. This indicator will only plot values while the selected look back length is greater than the total number of years available at a given location on the chart.
  • Plots the current performance of the instrument on top of the seasonal profile. This is useful to observe how the current year's performance is unfolding against the expected seasonality profile.
  • Has the option to plot the projected price values based on the seasonality profile. This is used to demonstrate how the instrument "should perform" with real prices instead of percentages. These are simulated prices using the seasonality profile.
  • Has the option to fit the performance to the seasonality profile for easier viewing. This is especially useful when the current performance is vastly different than the expected seasonality.
  • Can plot the current seasonality profile against the current performance AND the historical seasonality profiles against the respective historical performance. This is useful to observe the seasonality evolution in the past, as the profile changes once per year.
  • Has the option to plot all FOMC dates up to 30 years in into the past.
  • Has the option to plot the next FOMC date directly on the chart at the correct future bar location.
  • Has logic for daylight savings time and leap years.

Please view the following two videos to understand more:

Introduction Part 1 - Seasonality Trader


Introduction Part 2 - Variance and Performance Scripts


Please PM me on Trading View or Telegram for access.
릴리즈 노트:
The companion Deviations and Performance indicators can either be added to the bottom as a non-overlay script or dragged to the main chart window and merged with the Seasonality Trader y-axis.


Seasonality examples can be found on Equity Clock, here is one for the SPX500 index, which shows the last 20 years of performance throughout the year.

charts.equityclock.c...index-seasonal-chart
릴리즈 노트:
Added Pearson's Correlation Coefficient with a new Input setting near the bottom of the tab. This will show the correlation (bounded between +1 and -1) of the current seasonal profile and the current ticker performance during the year.

A +1 correlation means that both are exhibiting perfect positive correlation (they are running together), while a -1 correlation means that both are exhibiting perfect negative correlation (the are running opposite).

For more information on this Wikipedia or this example.
릴리즈 노트:
  • Optimized display.
릴리즈 노트:
  • Updated correlation display.
릴리즈 노트:
  • Fixed sampling algorithm for Pearson Coefficient.
  • Updated display.
릴리즈 노트:
  • Fixed label offset issues when the performance/profile is negative.
  • Added check box to toggle on/off the Correlation Label, continue to use the style tab to style the correlation coefficient look and feel.
릴리즈 노트:
  • Fixed issue with last future FOMC label not disappearing once the final FOMC data has passed.
릴리즈 노트:
  • Fixed typo in inputs.
릴리즈 노트:
  • Updated member features.
릴리즈 노트:
  • Updated member features.
릴리즈 노트:
  • Fixed label offsets.
  • Updated member features.
릴리즈 노트:
  • Added election year, pre-election year, mid-term years (very happy about this).
  • Updated labeling to include filters.
  • Set minimum year lookback length to 7 years.
릴리즈 노트:
  • Fixed new Pine 4.0 broken updates to language.
릴리즈 노트:
  • Improved performance and corrected bugs and timeout issues.
  • Added toggle between Spearman and Pearson correlation coefficient, default is now Spearman for statistical reasons.
릴리즈 노트:
  • Updates to fit performance algorithm.
릴리즈 노트:
  • Updated filter algorithms.
  • Added "Post Election Years" filter.
  • Updated FOMC Dates for 2021.
릴리즈 노트:
  • Add options to use negative X-Offset for Labels. This helps when adding multiple seasonality profile instances to the same chart.
릴리즈 노트:
  • Added options to hide/show current and historical labels, both for performance and seasonality profiles.
  • Increased total labels and lines to 100 count from 50 count.
릴리즈 노트:
  • Major improvements to profile generator
  • Added filters for years ending in 0,1,2,3,4,5,6,7,8,9
  • Added additional visibility toggle buttons. All historical and current objects can be turned off and on.
릴리즈 노트:
  • Bug fix for built in trading view variables.
릴리즈 노트:
  • Minor cosmetic changes.
릴리즈 노트:
  • Very happy with this update that converts the filtering to 'Election Cycle' and "Decennial Cycle'. The filters now show the evolution of each cycle type for the correct years, all in one indicator. This means that for election cycles the correct Election, Post, Mid, Pre year is plotted, and for centennial cycles the correct 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 year are plotted. This means that we are viewing the cycle as a whole, normalized as a percentage profile around the zero point.

Example of Election Cycle on DJI looking back 86 years


Example of Centennial Cycle on DJI looking back 86 years

릴리즈 노트:
  • Fixed minor bug on historical performance display. Visibility flag only.
릴리즈 노트:
  • Fixed offset problem for "next fomc" label for non leap years.
릴리즈 노트:
  • Added new filter type: Year Range. This filter allows you to use a range of years to focus on as the seasonality profile. Use the start year and end year in conjunction with the Year Range filter to create a profile that averages the years in between, both inclusive.
  • Fixed "Fit Performance" boolean when no historical performance is selected, automatically set to TRUE.
릴리즈 노트:
  • Minor cosmetic changes.
릴리즈 노트:
  • Updated FOMC current and projected dates for 2022.
릴리즈 노트:
  • Updated 2022 FOMC dates.
릴리즈 노트:
  • Updated FOMC dates for April 28 -> May 4. Mistake, copied over from 2021.
릴리즈 노트:
  • Updated product keys.
릴리즈 노트:
  • Minor update to resizing of window post last FOMC date of the year.
  • Allow for negative vertical y-offsets of labels.
릴리즈 노트:
  • Fixed label orientations for negative y-offset values.
릴리즈 노트:
  • Updated 2023 FOMC dates.
릴리즈 노트:
  • All colors can now be customized.
  • Organized inputs into grouped sections.
  • Overhaul code with new pine updates for speed.

- FEATURE ADDITION -

Monthly performance histogram. These boxes show the average percent performance of a given month over the span of the seasonal profile.

This works as expected for the Election and Decennial cycles, where each month (Jan - Dec) is "bucketed" by its corresponding year in the sequence. For example, in the pre-election year the months of January are averaged in 2003, 2007, 2011, 2015, 2019, 2023 for a Election Cycle lookback length of 20 years (2023 - 20 = 2003).

This added feature is a big bonus to those that want a quick look at how each month performs given the constraints of the filters applied to the seasonal profile.

릴리즈 노트:
  • Fixed timing issues for monthly histograms using Year Range filter.
릴리즈 노트:
Plots the daily seasonality profile for any ticker.

This indicator:

  • Operates for any ticker. This indicator will not work properly on anything except a day chart using candlesticks, bars, or Heikin Ashi candles.
  • Any look back period (in years) is possible, as long as there is data available. This indicator will only plot values while the selected look back length is greater than the total number of years available at a given location on the chart.
  • Plots the current performance of the instrument on top of the seasonal profile. This is useful to observe how the current year's performance is unfolding against the expected seasonality profile.
  • Has the option to plot the projected price values based on the seasonality profile. This is used to demonstrate how the instrument "should perform" with real prices instead of percentages. These are simulated prices using the seasonality profile.
  • Has the option to fit the performance to the seasonality profile for easier viewing. This is especially useful when the current performance is vastly different than the expected seasonality.
  • Can plot the current seasonality profile against the current performance AND the historical seasonality profiles against the respective historical performance. This is useful to observe the seasonality evolution in the past, as the profile changes once per year.
  • Has the option to plot all FOMC dates up to 30 years in into the past.
  • Has the option to plot the next FOMC date directly on the chart at the correct future bar location.
  • Has logic for daylight savings time and leap years.
  • Election and Decennial cycle filters.
  • Monthly performance histogram.

초대 전용 스크립트

이 스크립트에 대한 접근은 작성자가 승인한 사용자로 제한되며, 일반적으로 지불이 필요합니다. 즐겨찾기에 추가할 수 있지만 권한을 요청하고 작성자에게 권한을 받은 후에만 사용할 수 있습니다. 자세한 내용은 mortdiggiddy에게 문의하거나 아래의 작성자의 지시사항을 따르십시오.

트레이딩뷰는 당신이 스크립트 작성자를 100% 신뢰하고 스크립트의 작동 방식을 이해할 때까지 스크립트 비용을 지불하고 사용할 것을 권장하지 않습니다. 대부분의 경우 트레이딩뷰의 커뮤니티 스크립트 에서 무료로 좋은 오픈 소스 대안을 찾을 수 있습니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

작성자 지시 사항

Contact @mortdiggiddy on Trading View or Telegram for access, or visit the website to request a trial.

차트에 이 스크립트를 사용하시겠습니까?

경고: 액세스를 요청하기 전에 읽으십시오 .