TradingView
keivanipchihagh
2 giu 2022 06:38

Ichimoku [2022] [v5] [keivanipchihagh] 

Bitcoin / TetherUSBinance

Descrizione

A more personalized ichimoki indicator with more configurations.
This indicator is exactly like the original ichimoku indicator, but with 104 Line (x4 timeframe), 208 Line (x8 timeframe), Quality Line and Tenken-sen & Kijun-sen crossovers added as well. The extras added to the indicator can simply be hidden in order to make the chart look less full.

  • 104 Line: The formula is to average the highest and lowest point of the last 104 candles. This is to see the x4 time-frame as well, which shows a strong support and resistance line.
  • 208 Line: The formula is to average the highest and lowest point of the last 208 candles. This is to see the 84 time-frame as well, which shows even a stronger support and resistance line.
  • Quality Line: It's exactly the same the Kijun-sen but with a positive offset of 26.
  • Tenken-sen & Kijun-sen Crossoveers: Just to make it easier to see the crossovers.


In future updates, I'm going to add more components and make it more insightful than it currently is. Ideas would be appreciated (:

Note di rilascio

Change the default value of TK & KJ crossovers
Commenti
SRIRICH
Hi.
I have a question about the ICHIMOKU fine script
I want the Lagging span to send a signal when it hits the top 26 days ago leadLine1

ta.crossover(A, B)
A = Lagging span, B = leadLine1 (26 days ago)

How do I make a code?
keivanipchihagh
@SRIRICH, You could do something like:

>> cross = ta.crossover(A, B)
>> bgcolor(cross, <some-color>, offset = 0, title = 'Lagging Span crossed Lead Span A')

This will change the background-color of the point of cross. Hope it helps.
SRIRICH
@keivanipchihagh Oh! Thank you for your answer
By the way, I want to express it with plotshape, not bgcolor

And I don't know the leadline1 code
If you write the leadline1 code from ICHIMOKU as it is,
It marks the current leadline 1
I want to know leadLine1 code 26 days ago and leadLine1 code 26 days later
ChiragPatnaik
I have DM'd you some suggestions.
imansamadi930
salam ; bray estefade az adad zamani che chizi ro melak shoro avalin adad gharar dadi?
keivanipchihagh
@imansamadi930, Hello and thanks for reaching out! Please do write your comments in English, so that others can use it later.
Most base numbers are identical to the original Ichimoku numbers, but for 104-line, 208-line and Quality-line I used common numbers some popular traders use, although you can change them at anytime.
Altro