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에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

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