Hosoda Waves ABCThe Hosoda Waves indicator was devised by Goichi Hosoda, the creator of the Ichimoku system, with the idea that previous highs and lows could determine future price ranges to which the market would react. Hosoda's projections include the NT, N, V, and E waves, derived from calculations based on both upward and downward ABC swings. The calculations for Hosoda's waves are as follows:
NT Wave = C + (C - A)
N Wave = B + (B - A)
V Wave = B + (B - C)
E Wave = C + (B - A)
This indicator visually represents the calculations by Hosoda. Additionally, Hosoda indicated time cycles: 9, 17, 26, 33, 42, 51, 65, 76, etc., which are not integrated into this indicator as they are not considered effective in contemporary times.
Once applied to the chart, the interactive Pine Script tool version 5 will prompt you to identify 3 points of "low-high-low" or "high-low-high," both for upward and downward movements. Once clicked, these price points can be moved. If you change the time frame or market instrument, the indicator must be removed because it remains tied to the prices where it was initially drawn.
Hosoda
Hosoda Waves ABCDEThe Hosoda Waves indicator was devised by Goichi Hosoda, who is also the creator of the Ichimoku system, with the idea that previous highs and lows could determine future price ranges that the market would react to.
Hosoda's projections are the NT, N, V, and E waves, which are derived from calculations based on both upward and downward ABC swings.
Hosoda's waves are derived from the following calculations:
NT Wave = C + (C - A)
N Wave = B + (B - A)
V Wave = B + (B - C)
E Wave = C + (B - A)
There are already scripts for the Hosoda waves, and my idea is to project an ABCDE swing simultaneously, meaning projecting three swings:
ABC, indicated with an A, resulting in NT-A, N-A, V-A, E-A.
BCD, indicated with a B, resulting in NT-B, N-B, V-B, E-B.
CDE, indicated with a C, resulting in NT-C, N-C, V-C, E-C.
Once the indicator is applied to the chart, the interactive Pine Script tool version 5 will prompt you to identify 5 points of "low-high-low-high-low" or "high-low-high-low-high," both for upward and downward movements and mixed.
Once clicked, these price points can be moved. If you change the time frame or market instrument, the indicator must be removed because it remains tied to the prices where it was initially drawn.
Kyushu Legs PROKyushu Legs is a trend change detector proposed by Goichi Hosoda, a famous Japan journalist, creator of Ichimoku trading theory.
In its core idea it compares current data to the data from 9 weeks back in order to show long running trend and detect trend change moments.
This is a PRO version with all the features:
- Show Kyushu Legs
- Show Kyushu leg formations for both up and down trend
- Draw trend based on Kyushu Legs
- Sends alerts when trend is changing.
- Shows places where historically alerts were send
Script Settings:
| KYUSHU |
Legs - Check box turning on/off Kyushu Legs visualization
Length - Period length, 9 by default.
Candle body color up and down
Formations – Showing labels with B, P, Y formations
Trend – Showing trend over the chart. Line width, trend up color, trend down color
Shadow – Drawing second doted trend based on higher highs and lower lows instead of moment of detection.
| Alerts – It need to be added on the chart to work |
One alert per bar – Limits alert events to only one per bar.
Show signals – Showing dialog boxes with alert signals over the chart.
Change to trend UP – Send signal when trend direction is changing from down to UP
Change to trend DOWN – Send signal when trend direction is changing from up to DOWN
Warning !!!
You need to add alerts on the chart first to receive any notification. To do so, just click 3 dots (more icon) at the end of script name, pick “Add alert on Kyushu Legs PRO ….”, configurate your alert and press “Create” button. Now you can enable alerts in script settings.
Troubleshooting:
In case of any problems, send error details to the author of the script.
Kyushu LegsKyushu Legs is a trend change detector proposed by Goichi Hosoda, a famous Japan journalist, creator of Ichimoku trading theory.
In its core idea it compares current data to the data from 9 weeks back in order to show long running trend and detect trend change moments.
This is a basic version of Kyushu Legs script. If you are looking for more features, please check PRO version of this script.
If after reading script description something is not clear, do not hesitate to ask. We are helping all users.
Script Settings:
| KYUSHU |
Legs - Check box turning on/off Kyushu Legs visualization
Length - Period length, 9 by default.
Candle body color up and down
Formations, TRend, Alerts - Information about formations feature, trend visualization feature, alerts feature
Troubleshooting:
In case of any problems, send error details to the author of the script.
Chikou Support and Resistance by TheSocialCryptoClubName: Chikou Supports and Resistances
Category: Indicator
Timeframe: Any Timeframe.
Description: Chikou Support and Resistance is an indicator which allows to represent on the chart the price structures identified by the cusps formed by the Ichimoku Kinko Hyo Chikou, Chikou is the line chart of close price projected in the past as per Kijun periods.
Suggested usage: Use on any timeframe. It is possible to calculate cusp only in a certain period and in a different time frame, and select those calculated by specific lines.
Technical Details: Internally it uses an Array to store the levels of when the Chikou bounces using the Zig-Zag indicator. At the last bar it prints the various lines on the screen.
Credits:
- Techniques has been explained by Corrado Rondelli in "Strategie di trading con l’indicatore Ichimoku Kinko Hyo"
- It is based on the Zig-Zag indicator of TradingView to calculate the Zig-Zag.
Ichimoku Support and Resistance by TheSocialCryptoClubName: Ichimoku Supports and Resistances
Category: Indicator
Timeframe: Any Timeframe.
Description: Ichimoku Support and Resistance is an indicator which allows to represent on the chart the price structures identified through the flat zones of the various lines of the Ichimoku Kinko Hyo indicator
Suggested usage: Use on any timeframe. It is possible to calculate flat zones only in a certain period and in a different time frame, and select those calculated by specific lines.
Technical Details: Internally it uses an Array to store the levels of when a line is flat (calculating the distance to the previous one). At the last bar it prints the various lines on the screen.
Credits:
- Some of the indications has been explained by Corrado Rondelli in "Strategie di trading con l’indicatore Ichimoku Kinko Hyo"
Auto Hosoda Waves by TheSocialCryptoClubName: Auto Hosoda Waves
Category: Indicator
Timeframe: Any Timeframe.
Description: Auto Hosoda Waves uses Zig-Zag to calculate bullish and bearish impulses.It then considers the last Zig-Zag movements to calculate the ABC pattern
Suggested usage: Use on any timeframe. From the configuration of the indicator it is possible to calculate waves also from past ABC patterns, so as to adapt to the trader's intuition.
Technical Details: Internally uses the Zig-Zag indicator for understanding the bounces. From bounces identifies the ABC patterns and uses the Hosoda Waves formulas to print the levels on the screen.
Credits:
- Technique has been explained by Corrado Rondelli in “Ichimoku Kinko Hyo. Operatività sui mercati”
- It is based on the Zig-Zag indicator of TradingView to calculate the Zig-Zag.
- Hosoda Waves calculation from Hosoda Waves by Rexio and modified by PawTar
Hosoda N Wave and TPs {fmz}This script allows you to establish in a graphic and interactive way which are the N, NT, V and E targets for a Hosoda N wave.
Apply the indicator to the chart.
The interactive tool of Pine script version 5 will ask you to identify three points of "minimum-maximum-higher minimum" that form a bullish N wave of Hosoda (refer to the specific documentation for Hosoda N wave), or on the contrary three points "maximum-minimum-lower maximum" for a bearish N wave.
Once drawn, the price points can be moved.
When changing the market instrument, the indicator must be removed because it remains linked to the prices where it was first drawn.
Hosoda Cycles (24x7 mkt) {fmz}This script allows you to see on the chart which are the bars, including future ones, which correspond to the cycles of Goichi Hosoda, the inventor of Ichimoku Kinko Hyo.
This script is only suitable for 24x7 markets, it is not suitable for markets with closing times and weekends, or gap markets where trading is not active. In fact, the calculation of calendar times is used, not suitable for markets with closing times.
Use the settings to indicate what the start time of bar 1. The indicator will produce many vertical bars, even in addition to the end time of the graph.
Ichimoku by HosodaWritten from scratch Ichimoku indicator, based on original calculations from Hosoda books. All formulas are exactly the same as Hosoda put them in his books, it contains additionally analysis from Higher Timeframe allowing to display Chikou trend, Kijun and Senkou-span B which are crucial in determining trend. It also contains overlay of Kyushu Legs. This is initial version of script and will be contanstly improved.
Some Ichimoku scripts have basic bugs in calculations and I ensure that formulas in this indicator are fully correct in relation to formulas provided by Hosoda.
IA2C9WThis IA2C9W indicator is the digital representation of what is called a Candlestick 9 Weeks , and is an Ichimoku Kinkohyo indicator described in volumes 3 & 4 from the original books from Hosoda, read and translated. A long 10 years story !
It was scripted for the IA2 ( Ichimoku Academy 2.0) community as members learned how to use it.
It gives some states about a cycle.
Source code is not public.
IA2NSThis IA2NS indicator is the digital representation of what is called Nakane Sen , and is an Ichimoku Kinkohyo indicator described in volumes 3 & 4 from the original books from Hosoda, read and translated. A long 10 years story !
It was scripted for the IA2 ( Ichimoku Academy 2.0) community as members learned how to use it.
Source code is not public.
IA2NC9WThis IA2C9W indicator is the digital representation of what is called a Candlestick 9 Weeks , and is an Ichimoku Kinkohyo indicator described in volumes 3 & 4 from the original books from Hosoda, read and translated. A long 10 years story !
It was scripted for the IA2 (Ichimoku Academy 2.0) community as members learned how to use it.
It gives some states about a cycle.
Source code is not public.
ICHIMOKU Kinko Hyo by KIVANC fr3762Created in 1940's by Goichi Hosoda withe the help of University students in Japan.
Ichimoku is one of the best trend following indicators that works nearly perfect in all markets and time frames.
Ichimoku is originally an built in indicator in Tradingview but there are some problems like:
the indicator hast 5 lines but you can change only 4 parameters in the settings menu of Tradingview Charts which you could only control 3 of the lines effectively. A second problem is that Tradingview preferred to use English titles for the ICHIMOKU lines instead of giving them the most common original Japanese ones. (So I rewrite the indicator)
Kijun Sen (blue line): Also called standard line or base line, this is calculated by averaging the highest high and the lowest low for the past 26 periods.
Tenkan Sen (red line): This is also known as the turning line and is derived by averaging the highest high and the lowest low for the past nine periods.
Chikou Span (Plum line): This is called the lagging line. It is today’s closing price plotted 26 periods behind.
Senkou SpanA (green line): The first Senkou line is calculated by averaging the Tenkan Sen and the Kijun Sen and plotted 26 periods ahead.
Senkou SpanB (purple line):
The second Senkou line is determined by averaging the highest high and the lowest low for the past 52 periods and plotted 26 periods ahead.
PERSONALLY I ADVISE YOU TO USE ICHIMOKU WITH DEAFULT LENGTHS (9,26,26,52,26) IN ORDER FOR STOCK MARKETS AND FOREX MARKETS
FOR CRYPTO YOU'D BETTER USE:
10,30,30,60,30 OR 20,60,60,120,60
THE TRICKY THING IS THAT KEEPING THE 1-3-3-6-3 RATIO CONSTANT IS NECESSARY
Here's a link of my Youtube video explaining ICHIMOKU but unfortunately only in TURKISH:
www.youtube.com
Developed by: Goichi Hosoda
Idō Heikin Ichimoku [DW]This is an experimental study inspired by Goichi Hosoda's Ichimoku Kinkō Hyō.
In this study, a McGinley Dynamic replaces the Tenkan-Sen and Kaufman's Adaptive Moving Average replaces the Kijun-Sen.
The cloud is calculated by taking the mean of the highest high and lowest low, adding a golden mean standard deviation above and below, and offsetting it over the specified period.
The lagging span is calculated by offsetting the closing price by the same amount as the cloud period.