CoryTee

CoryT's Noro's Ichimoku

CoryTee 已更新   
A few months ago I took Noro's Ichimoku Cloud and used the AV bot template to throw stops on it. I took some code from JustUncleL
to make it not so hideous. Trailing Stops are turned off, stop losses are turned off (you really don't need them with this), and this is currently a Long/Short strategy, the Longs Only and Shorts Only options are broken right now, I'm tired and you guys can either fix it yourselves or deal with it like this for now.

Hint: If you wanna use this as a long-only strategy just have AV close your buy orders whenever a short is triggered.
版本注释:
Something always bugged me about Noro's Ichimoku Strategy. Every trader that uses the cloud knows that the default cloud settings are

Tenkan Sen or Conversion Line Periods: 9
Kijun Sen or Base Line Periods: 26
Senkou Span B or 2nd Leading Line Period: 52
Chikou Span(Lagging Line)/ Senkou Span A/B(Leading Lines) Displacement: 26

Or more concise 9/26/52/26 and the crypto settings are 20/60/120/30. I don't think that Noro knew about the crypto settings for the cloud because what bugged me about his cloud was it only allowed for the first 3 settings 9/26/52.

I never really gave it another thought until I started to compare CryptoWatch charts next to my TradingView charts and noticed that my clouds on TradingView we being drawn about 2x as far into the future as on CryptoWatch.

Taking a look into the Trading View public library to see how they computed the cloud I noticed that the code is almost exactly the same as Noro's except that instead of having a separate variable for the leading/lagging spans' displacement, Noro was using the Base Line Period for the displacement.

Knowing this it is obvious why my clouds on the TradingView charts are being plotted twice as far into the future, using the crypto settings of 20/60/120 on Noro's original script will use the Base Line Period of 60 instead of the widely used 30. So it was using 20/60/120/60

This problem will only affect people who are using the "Cloud Strategy" and who are using a displacement value different from the Kijun-Sen(Base Line) period; without the cloud strategy Noro's Ichimoku Strategy only uses the Kijun-Sen (Base Line) to make buying or selling decisions along with some other non-cloud related indicators(the body/color filter).

Using the correct crypto optimized settings more than doubles the returns over the last year just from my light experiments I leave this as an exercise for the curious trader.


Want to learn more about the Ichimoku Kinko Hyu? Check out the free Ichimoku Cloud E-book

Keep your eyes peeled on this script I plan on implementing more Ichimoku signals soon.

O yeah I also disabled trailing profit by default sorry for the minor inconvenience.

开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?