Ichimoku OHLCHere is an alternate way to look at Ichimoku. Instead of computing Ichimoku components only on "close", this indicator computes it for Open,High, Low and Close. I then average out the values and see if all of them are trending up or down
Ichimoku Bulutu
Keltner Channel + RSI + IchimokuA first try in scripting. Have taken some ideas from other places and combined into one.
Will update later with more information.
Ichimoku Signals v1Plots when the bull/bear Ichimoku signals occur on the chart. The signals it plots are found here: www.ichimokutrader.com
In order from top to bottom it plots the signals as:
- Lagging-Line Cross
- Kumo Twist
- Baseline Cross
- TK-Cross
- Kumo Breakout
The colours on the plot indicate:
--- Bullish ---
- Light Green: Weak
- Medium Green: Neutral
- Dark Green: Strong
--- Bearish ---
- Light Red: Weak
- Medium Red: Neutral
- Dark Red: Strong
Ichimoku Clouds and Keltner Channel Strategy Ichimoku Clouds with Keltner Channel is perfect for margin trading... I use the Ichimoku to identify tendencies, Keltner use the ichimoku clouds and not open LONG if the position of clouds is upper or SHORT if clouds is lower.
CRIPTO MIX INDICATORMix of indicators with major bug fixes.
. Bollinges Bands
. Ichimoku Clounds
. SlingShotSystem
. Pivot points
Warning: This is the fix for the last two published scripts.
Contact me to use it.
Multiple Ichimoku CloudsFor anyone that uses the Ichimoku Cloud there is a consistent need to flip between timeframes to get information about this at all levels. However, that trouble is now over. In this script there are 4 Ichimoku Clouds that operate in 4 different time frames. To change the timeframe simply change the multiplication factor to the desired levels. How this script works is that it takes your current timeframe as an input then it applies multiplication factors to it to achieve larger timescales. In the example here we are looking at the XBTJPY pair on the 1 hour. Our first cloud is 1x scaling, meaning that it is the 1 hour cloud. The second and third are 2x and 4x respectively meaning that we are looking at the 2 hour cloud and the 4 hour cloud. Lastly the largest cloud is the 24x cloud, aka the daily cloud. Now you only really need one look at the clouds for all the essential information.
As always feel free to message me about anything regarding this script.
Be happy :)
Log-space Ichimoku CloudThis indicator uses identical calculation to Ichimoku indicator except performed in log-space. This is helpful for long-term and highly volatile charts.
Ichimoku Kinko Hyo + HULL-MA_X + MacDThe Ichimoku Kinko Hyo system includes five kinds of signal, of which this strategy uses the most recent of ones i.e. Tenkan Sen / Kijun Sen Cross and price crosses the Kijun Sen. As the Chikou Span, Senkou Span A and Senkou Span B are shifted into the past/future, the trigger signals will be only be used for visual confirmation and not part of the strategy.
The Tenkan Sen, also known as the Turning or Conversion line, is a moving average of the highest high and lowest low over the last 9 periods in this strategy.
The Kijun Sen, also known as the Standard or Base line, is a moving average of the highest high and lowest low over the last 24 periods in this strategy.
The Chikou Span, also known as the Lagging line, is the closing price plotted 24 periods behind in this strategy.
The Senkou Span A, also known as the 1st leading line, is a moving average of the Tenkan Sen and Kijun Sen and is plotted 24 periods ahead in this strategy.
The Senkou Span B, also known as the 2nd leading line, is a moving average of the highest high and lowest low over the last 51 trading days is plotted 24 periods ahead in this strategy.
Moving average convergence divergence (MaCD) is a trend-following momentum indicator that shows the relationship between two moving averages of prices. The MaCD is calculated in this strategy by subtracting the 24-day exponential moving average (EMA) from the 12-day EMA. A nine-day EMA of the MACD, called the "signal line", aMaCD in this case, is then plotted on top of the MaCD. In this strategy, MaCD/ aMaCD Cross is functioning as a trigger for buy and sell signals.
As with most technical analysis methods, Ichimoku is likely to produce frequent conflicting signals in non-trending markets, So in addition to Ichimoku Kinko Hyo, the Hull MA is popular amongst some day traders, as the indicator which in combination with MaCD attempts to give an accurate signal by eliminating lags and improving the smoothness of the line.
Alan Hull, developed this moving average indicator and hence it’s called the Hull MA.
Now, let’s dissect how the Hull moving average is calculated.
The Hull MA involves the weighted moving average (WMA) in its calculation.
First, calculate the WMA with period (n / 2) and multiply this by 2. Remember ‘n’ is the time period configurable based on the trader’s requirement. The default setting is 12 periods in this strategy, fast Hull MA crossing slow Hull MA will generate a circle on charts.
Second, calculate the WMA for period “n” and subtract if from the first step. Thirdly, calculate the weighted moving average with period sqrt (n) using the data from the second step. You can take a look at the below formula:
Hull MA= WMA (2*WMA (n/2) − WMA (n)), sqrt (n))
The Hull MA Cross in combination with Tenkan Sen / Kijun Sen Cross and MaCD tries to give an accurate signal by eliminating lags and improve the smoothness of price activity. Please note that price trends can and do change often, so your readings of the charts and this trading system should be probabilistic, rather than predictive.
Ichimoku Clouds - Basic StrategyEstratégia básica com Ichimoku Clouds. Mais para fins de estudos. Foi um dos primeiros Pine Scripts que escrevi, então a há muito o que melhorar no código.
Basic Strategy using Ichimoku Clouds, developed for studying purpose. It was one one my first Pine Scripts codes, so yet there is a lot to improve on it.
Ichimoku Cloud MAA simple non-adjustable Moving Average calculated by the Ichimoku Cloud Lead 1 and Lead 2 lines.
Ichimoku Volume Filtered SignalsFor use whenever you would use an Ichimoku Indicator.
This indicator will print buy and sell signals when the following conditions are met - note all parameters for ichimoku, volume sma, etc are configurable
Buy
Price is above cloud
Tenkan-sen is above Kijun-sen
Volume is double or more than 20 sma volume
Volume is less then four times 20 sma volume
Candle is positive
Sell
Price is below cloud
Kijun-sen is above Tenkan-sen
Volume is double or more than 20 sma volume
Volume is less than four times 20 sma volume
Candle is negative
If you find this useful, consider sending some bitcoin my way 😀
1LbFxAYJSVPxirT8eW31QHaGbySHyPYgMq
Good luck and have fun!
Juiced Ichimoku StratI saw this indicator and thought I'd try to make it into a script. I can't get an exit when the EMA is between signal lines so it's a long/short strategy until I can figure that part out.
Osc_420Hey all;
Been a while since I posted anything that didnt require approval to use -- so here is one that I really like
I call it 420_osc
essentially it is a volume weighted moving average cross that also take into account some log() filtering and some other cumulative summing
This also has a BBand shrinkage indicator (blue crosses at bottom) to see when the b bands are shrinking and 'explosive movements' are possible in the future.
I use this along side with another script I have yet to publish called 'Volume_Master' which I may release soon -- or not ;) to find confluence signals for anything from crypto to commodities to forex to stocks!
Anyways this script is highly modular and can do more than just VWMA, it can do HullMa, ALMA, TEMA, DEMA, LSMA, and many others as well!
Beware that sometimes if you are using a ticker with bad volume data etc your results may vary.
Enjoy and if you have success feel free to share the love and donate to the coding cause at my btc address shown in my profile
--
Ichimoku Oscillator 4 colorsJust Ichimoku oscillator!
Histogramm of Tenkan/Kujun convergence/divergence + Kumo height = cummulative line (momentum).
Can use histogramm or cummulative line color for bars.
Guerrilla AdvancedThis indicator was designed with people without Pro License in mind (Including many of my close friends).
Basically, you will get a combo of few different tools in one box, with ability to turn them on and off with a single check mark, also, you have total control over the input numbers that was used in calculations if you so want to, for example, sometimes when i see a massive bullish up trend, i reduce the short rally from 12 to 8 even 6 to get faster signal for selling the trend.
So, what will you get in this pack?
1- Ichimoko. Yes, you heard it right, although we have it in the default tools but hey, it will use one indicator slot and if you don't have a pro license, you will use that slot
2- Rally. This is an old yet very powerful system for getting buy or sell signals, basically, you get two lines and for making the life easier i draw a cloud between them. when the trend passes above the cloud and it was bellow it in past, right after the very first candle that gets above the cloud you can put the buy order, and vice versa, the moment a candle body enters the cloud, if you want an aggressive signal, you can sell, if not, you may want to wait to see if the candles drop bellow the cloud or not then decide.
3- Resistance Support Cloud. Most of us always heard about resistance and support "lines" but many of us don't know that, in each trend, the trend line itself is a resistance or support line, and when you are going in a bullish or bearish tunnel, the floor and roof of tunnels are again resistance and supports, using this part of the tool, just like rally, you get a cloud that shows you the resistance / support "zone"
4- William Fractals. To be honest, I got this part of the code from another source available around. Why? looking at those fractal indicators, you can easily eyeball the trend line or existence of a tunnel.
5- Different EMA lines. If you are one of those people that use EMA lines for their trading, have fun with them, there are few different standard ones and even a custom one that you can put your desired number for it.
Ichimoku Lagging Background ColorThis script colors the background, 26 bars ago, based upon the lagging line being above or below the closing price of 26 bars ago. The lagging line is used as a confirmation for your current entry.
Ichimoku + Daily-Candle_X + HULL-MA_X + MacDIchimoku_cloud + Daily-Candle_cross(DT) + HuLL-MovingAverage_cross + MacD
any timeframe, all indicators settings adjustable for fine tuning to pair/timeframe
Target Point and Stop Loss settings
set SL low to reduce repaint
Ichimoku PanOptic TM-V1Modified Ichimoku indicator with signals from PanOptic Method by User Ichimoku_Trader.