Nuvem de Ichimoku
Crypto Ichimoku by BluephantomAs Cryptocurrencies are a 24/7 market I've created a cryptocurrency version of the Ichimoku.
I haven't made any major changes to how the ichimoku works.
Default settings are (20,60,120,30);
you can also try (10,30,60,30).
If you find my Scripts useful and would like to donate:
BTC:
3DVzwAggm2PuQ9y3ENxB8UWe5Sij7L55Nz
LTC:
MDTsyKDp9eshASbMvcwXFM2MRNBDEBbXiA
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.
BadaBing Ichimokusignals with a "bada" when the conversionLine crosses the base line
signals with "bing" when:
1. cloud is bullish
2. future cloud is bullish
3. conversion line is above base line
4. base line is above cloud
5. price crosses above conversion line
(the short "bing" is when all the above conditions are false)
this just kind of codifies one of the simplest and safest ichimoku signals
profit taking is not detailed here...
a bada followed shortly by a bing is the best signal
improvements for later:
- I think I maxed out the number of plot calls. maybe need to split ichimoku plot itself from the signals
- add volatility filter using cloud width
- add overextension check by checking distance from conversion line (historically ive used an ATR buffer for this)
Ichimoku Cloud (Log-Space) - perfect trend areaLog space ichimoku cloud which display perfect bearish trend and perfect bullish trend.
Crypto IchimokuIchimoku Cloud with settings recommended for crypto by trader IAmSatoshi. Includes a handy checkbox to double inputs, and alerts that can be set for when the price crosses the bottom or top of the cloud.
This script also includes an ichimoku signal count. The signal count is an UNWEIGHTED sum of positive or negative ichimoku signals with the greatest total being shown in either green(long>short) or red(short>long) or white(0, long==short). The signal count is only shown when their is a new signal or a signal is no longer valid.
If you use a major portion of the code please cite me. If you like the script and make a bunch of money using it, feel free to donate using the crypto addresses below.
BTC: 34uVepgjGJAKqf9i3mfdq8AG1dzTthjCgb
ETH: 0x71B15Beb6AF985853B5fC80205ddb3595C51B63e
LTC: MVzvSu53K5qPfjiQn4nk9D6WVLJKCMzXHJ
DASH: XoKVDBnhiyPvJeyRdpHjcWu1WtVjCbhP68
XMR: 46jnYGp7v5vCSAV8pzGXPbWM7YFiZNB4eaFCHsezitQ46KM1E6FgPM9ZaYJEfDVk5zdKoPQ7vw27ke34jMxERogvJDQhfQW
Crypto Ichimoku V.1Ichimoku Cloud with settings recommended for crypto by trader IAmSatoshi . Includes a handy checkbox to double inputs, and alerts that can be set for when the price crosses the bottom or top of the cloud.
This script also includes an ichimoku signal count. The signal count is an unweighted sum of positive or negative ichimoku signals with the greatest total being shown in either green(long>short) or red(short>long) or white(0, long==short). The signal count is only shown when their is a new signal or a signal is no longer valid.
Bryan - Multi Indicator v2Developed as a professional service and published for customer acceptance/verification.
Notes
Ichimoku and ADX combined strategy.
Strategy logic ported to the indicator to allow automation through 3rd party services. (Position management, orders etc)
Long and exit long alert conditions created
Ichimoku Cloud w/SelIchimoku Cloud with selection for:
Regular:
conversionPeriods = 9,
basePeriods = 26
laggingSpan2Periods = 52,
displacement = 26
Crypto:
conversionPeriods = 10,
basePeriods = 30,
laggingSpan2Periods = 60,
displacement = 30
Crypto Doubled:
conversionPeriods = 20,
basePeriods = 60,
laggingSpan2Periods = 120,
displacement = 30
CCS Trading 1.0This is a custom crypto script to be used by CCS. This is a custom crypto script to be used by CCS. This is a custom crypto script to be used by CCS.
Bryan - Multi IndicatorCustom Indicator - Developed for a Backtest-Rookies customer and published for testing and acceptance.
Ichimoku + ADX combined indicator with custom entry criteria and plotting for buy signals.
Fibonacci BandsFibonacci Bands work like a cross between Bollinger Bands and Ichimoku clouds.
The upper Fib band is the 61.8% band, the middle Fib band is 50% band and the lower Fib band is the 38.2% band. It also has a forward projection inspired by Ichimoku clouds.
You do have the option of enabling the 100% and 0% bands within the options.
This is the initial release of the indicator, beautifying it and opening up the source code will be in future releases.
MASTER INDICATOR v3.0 - by CRIPTOTRADERBR. Ichimoku Clounds
. Bollinges Bands
. MA x EMA (9, 21 and 200 periods)
. SlingShotSystem
. Pivot Points
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.
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
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
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 :)