Ichimoku Backtester with TP, SL, and Cloud Confirmation OptionStarted with the Basic Ichimoku strategy from Mizuki32. Added Take Profit, Stop Loss (for both long and short), and a toggle to wait for confirmation from the cloud.
Awan Ichimoku
Ichimoku Basic AlertsStarted with Ichimoku Kinko Hyo by Mizuki32. Converted to study and added alerting and cloud confirmation.
Ichimoku BarsThis script follows off the principles of the Ichimoku Cloud indicator. The green zones display optimal time to buy according to the Ichimoku model. The red zones show optimal time to sell according to the Ichimoku model inverse. The yellow zones show where the conversion line meets the base line (potential up or down movement at this point). Feel free to contact me to fix any problems or add additional info.
MTF Ichimoku [Takazudo]- A multi time frame Ichimoku with messy hint highlights.
- Most of MTF Ichimoku scripts doesn't handle Chikou-span's place correctly. This script does.
- This script was made to refer the 1day timeframe Ichimoku in lower timeframes.
- I use 1day timeframe mainly. But my entry is always in 4h or 1h timeframe.
OANDA:USDJPY
LAGging span leaves Bollinger Bands strategyAbstract
This script points out the positions a lagging span leaves a Bollinger Band.
This script does not plot a lagging span but moves the Bollinger Band forward.
You can find profit opportunities by combining this script and risk management.
Introduction
Bollinger Bands is a popular indicator.
It contains a moving average, an upper band and a lower band.
The moving average can indicate trend, the upper band and the lower band can indicate if the price is far away from the moving average.
However, in trading markets, anything can happen.
Both continuation and reversal are possible when the price touches the moving average, the upper band or the lower band.
Therefore, many traders adjust the parameters of the Bollinder Band or add other indicators to improve their trading strategies.
@Daveatt et. al. provided an idea that uses a lagging span.
A lagging span is a line chart. It displays the reference price but in earlier time.
For example, if the offset of a lagging span is 26 days, the value of the lagging span on 29 days ago is the reference price 3 days ago.
A lagging span is a part of Ichimoku Cloud.
It can compare the price to the earlier price and the values of indicators in the past.
To compare the price to the values of indicators in the past, we can also shift indicators forward instead of adding a lagging span into the chart.
This script uses shift-the-indicators-forward method.
In other words, this script plots the Bollinger Band forward so that the price can be compared to the values of the Bollinger Band in the past.
Computing and Adjusting
(1) Compute Moving Average
(2) Compute Standard Derivation
(3) Upper Band = Moving Average + Standard Derivation * Multi
(4) Lower Band = Moving Average - Standard Derivation * Multi
(5) Shift the Bollinger Band forward according to the offset parameter.
(6) Mark the points the price leaves the shifted Bollinger Band
(7) Compute the most possible loss and profit before the next opposite signal.
Parameters
source : the data for computing the bollinger band. can be open, high, low, close or their combination.
length : how many days are calculated by the bollinger band
mult : the distance from the moving average to the upper band and the distance from the moving average to the upper band is equal to ( mult * standard derivation ) .
x_offset : the offset of the lagging span
Conclusion
This script can find signals for potential breakout or trend continuation.
If you want to use this signal well, you need to know when to cut loss and protect the profit.
Reference
@Daveatt , Bollinger bands/Lagging span cross , BGyrPgOA , Tradingview 2019
How to trade with Bollinger Bands
How to use Ichimoku Cloud
How to trade with a line chart
Ichimoku with shift (Pink)Hello traders you can easy shift cloud and chikou span(Apply positive and negative shifts)
Kind regards Ehsan(pinklove)
Crack_RSI_Cloud_Ver_1.0.0
(주식/Stocks) 삼성전자 Samsung Electronics
(선물/Futures) 나스닥 NASDAQ
(코인/Cryptocurrency) 비트코인 BTCKRW
Hello my dear traders.
My team has recently developed a technical indicator that surprises ourselves every time we observe a price action caused by this very indicator.
Relative Strength Index has been developed by a scholar named Welles Wilder. Just like me, he turned himself into a technical analyst from a mechanical engineer after realizing how powerful and beautiful technical analysis is. As most of you know, RSI is a technical indicator that measures and visualizes the strength of bulls or bears objectively, in a percentage unit. This index, which oscillates between 0~100, is useful when identifying the general trend of the market
Here is the equation that computes RSI.
RSI(%) = (Average of Upward Price Change within N /( Average of Upward Price Change within N + Average of Downward Price Change within N))*100
* N = Time period/length or the number of candlesticks that are being considered
RSI is one of the most popular indicators used by daily traders these days. However, since default setting of the RSI only considers the closed price of candles, many limitations and weak points have been spotted recently. Since current financial market (such as crypto, stocks, futures, and forex) is heavily volatile and unstable, candle’s tails are not being considered properly on RSI (and also any other indicators that are computed using closed price).
To handle this problem, our team has worked very hard to achieve applying candle’s tails on our indicators.
After numerous tries and updates, we have finally come up with a very decent one that plots RSI that reflects both the candle's wick and body. This indicator can be interpreted as a cloud of RSI just like Ichimoku.
Traders can consider this indicator as overbought/oversold only if all of the RSI lines, (or the whold cloud) enters to the zones. Moreover, plotting channels and trendline on this cloud works very well.
We have also made it to show divergence signals so that traders can refer when the relative strength of bulls/bears starts to resolve.
If you wish to obtain access to this indicator, please comment or DM to this account.
We will give you guys an update soon for a newer version!
Thanks.
안녕하세요 트레이더 여러분. 토미 트레이딩 팀입니다.
오늘은 요즘 많은 트레이더들이 유용하게 사용하는 RSI와 해당 지표의 한계점에 대해서 알려드리겠습니다. 또한 본 한계점을 극복하기 위해 저희 개발팀이 최근에 개발한 RSI 클라우드 지표에 대해서 소개해드리겠습니다.
RSI , Relative Strength Index (상대강도지수)는 1978년에 웰레스 월더라는, 저처럼 원래 공학자였지만 기술적분석이라는 학문에 푹 빠져 이쪽 분야로 발을 돌린 한 학자에 의해 개발됐습니다. 해당 지수는 주가의 상승/하락 압력 간의 상대적인 강도를 보여주는 보조지표로 추세의 강도세를 백분율로 표기해줍니다.
RSI를 산출하는 공식은 다음과 같습니다.
RSI (%) = (N의 상승폭 합계/(N의 상승폭 합계 + N의 하락폭 합계))*100
* N = Time period/length, 시간(캔들봉) 단위
본 공식에서 N은 RSI의 민감도를 조절하는 Parameter(설정값)로 보편적으로 Default(기본)값인 14, 조금 덜 민감한 값으로는 25가 사용됩니다. RSI의 단위는 %로 과매수 구간은 70~80%, 과매도 구간은 20~30%으로 사용됩니다. 즉 RSI가 70~80% 이상일 때 강세 혹은 과매수, 20~30%일 때 약세 혹은 과매도라고 판단할 수 있습니다.
정말로 직관적이면서도 참으로 쉽고 유용한 지표이죠.
하지만 아쉽게도 이 RSI도 크나 큰 한계점이 존재합니다. 해당 지수가 산정될 때 사용하는 소스값은 Closed, 즉 캔들의 종가로, 고가와 저가가 지수에 반영되지 않습니다. 즉 캔들의 꼬리는 해당 지수에 고려되지 않는다는 점입니다. 요즘에 누가 캔들 종가만 보고, 혹은 라인차트로만 매매하나요? 허구한날 미친 스캠무빙이 툭하면 나오는 현대 장에 종가만 가지고 매매하면 골로간다는건 다들 아실 거라 생각합니다. 요즘처럼 고변동성의, 툭하면 길고 뾰족한 꼬리들이 난무하는 현대 금융 시장에 적용시키기엔 문제가 너무 많습니다.
게다가 요즘에 너무나도 많은 개인투자자들이 RSI 지표를 사용합니다. 모두가 같은 자리, 같은 기법, 혹은 같은 지표를 쓰면 어떻게 된다고 했죠? 제가 매번 강조 드렸듯이 3~5% 개미 생종률은 불변의 법칙입니다. 모두가 롱을 외치면 숏자리를, 모두가 숏을 외치면 롱자리를 찾아야하는 금융시장. 높은 통찰력과 안목을 지닌 소수의 현명한 투자자들만 살아남는다고 제가 누누이 강조 드렸습니다.
이 문제를 해결하고자 최근 저희 팀은 캔들의 모든 가격들을 RSI지표에 반영시키기 위해, 그리고 종가를 기준이 아닌 다른 기준으로 다이버전스를 모색하는 매우 다양한 시도들을 해왔습니다.
수많은 연구, 실험 및 고찰 끝에 마침내 캔들의 모든 가격을 반영하는 RSI 지표를 만들고 말았습니다. 이름하여 RSI 클라우드! RSI를 하나의 라인이 아닌 범위로 표기를 함으로써 조금 더 보수적이고 정확하게 강도지수를 파악할 수 있게 되었습니다. 본 지표는 일목구름과 마찬가지로 RSI를 하나의 선이 아닌 구름대로 해석하시면 됩니다.
다수의 라인(라인들의 범주를 구름으로 표기함)으로 구성된 이 지표는 고려하는 모든 선들이 과매수/과매도 구역에 진입해야 과열로 간주함으로써 더 보수적으로 확실한 과열 상황들을 포착할 수 있습니다. 그리고 해당 지표에 평행 채널 및 추세선들이 기가 막히게 잘 들어맞습니다. 주가에 추세선/채널 작도하는 것처럼 활용하시면 됩니다. 이탈 방향 나올 때, 그리고 심지어 이탈 이후 리테스트도 나옵니다.
또한 다이버전스 역시 종가가 아닌 캔들의 평균값을 사용하여 시그널이 나오게끔 했습니다. 때문에 중간중간에 긴 꼬리들 혹은 말도 안되는 무빙이나 노이즈들로 발생되는 주가 <-> 지표 다이버전스의 괴리감을 최소화시켰습니다. 이 또한 자동으로 다이버전스를 잡도록 로직을 짰으니 상승/하락세의 과열이 점차 해소되기 시작할 때, 즉 변곡 잡으실 때 매우 유용하게 사용하실 수 있습니다.
물론 당연한 말이지만 이 지표 하나만 가지고 매매를 하면 안되겠죠? 본인만의 여러 기법 및 지표들의 튼튼한 조합을 구성할 때 하나의 기준으로써 참고를 해야합니다.
아래는 비트코인이 아닌 선물과 주식 차트입니다. 해당 차트들은 예전 차트도 아닌 최근 차트입니다. 이와 같이 종목/상품과 타임프레임을 불문하고 다 잘 맞습니다.
그러면 이상, 급변하는 21세기 현대 금융시장에 최적화된 기법, 지표 및 전략들을 꾸준히 연구하고 개발하는 토미 트레이딩 팀이었습니다.
감사합니다.
Ichimoku Trend DirectionThis script will help you detect the current trend of market use Ichimoku trading system. We use the default parameters.
To reduce risk, ONLY trade follow the trend of high time frame!
Very simple to use:
- Green background when market Up trend
- Red background when market Down trend
Have a nice trade! :P
Future Ichimoku LinesFuture Ichimoku Lines Plot: Tenkan-sen next 5 days, Kijun-sen next 10 days, Kumo A next 5 days and Kumo B next 14 days will be display
This will help you forecast the future of price and increase winning probability!
Always remember, risk management is the key of a successful trader
Have a nice trade! :D
Ichimoku Line CounterThis simple script will help you seen the range of Kijun-sen, Tenkan-sen and Senkou span B. You can use it to analyze the direction of Ichimoku components. Very useful for Ichimoku trader!
Example: how many days Kijun, Kumo, ... still flat or become flat?
We use the default number: 9, 26 and 52. You absolutely can modify it if your system use different numbers :P
Have a nice trade! :D
Simple Ichimoku Signal v1Simple Ichimoku Signal v1 - Use Original Japanese Ichimoku System
You can set alert to get notify on your phone when the signals appear:
- BUY signal (green arrow): when all lines of Ichimoku system have bullish
- SELL signal (red arrow): when all lines of Ichimoku system have bearish
Very easy to use for everyone expecially people who has less time for trading. Simple but very effective!
Please remember: all trading system can be right/wrong so the risk management is super important!
Good luck!
Ichimoku Crypto LONG 3h ANY CRYPTO PairThis is a strategy which works with most of the crypto pairs on the 3H time frames.
It beats easily on the long term buy and hold strategy.
This strategy is made from the baseline from ichimoku together with ema 200
This is a long only strategy.
THe condition is : our candle is above ema 200 and our ichimoku its telling we have a long trend. We exit on the opposite signal.
If you have any questions private message me !
Ichimoku Kinko Hyo SignalsIchimoku Kinko Hyo Signals
This script show signals based on my understanding in Ichimoku Kinko Hyo.
/!\ Please do not follow signals blindly and always make your own analysis /!\
Buy : Han Ne lines are up, price is up, and also stochastic (K=30, D=10) is up
Strong Buy : Is a Sanyaku Kouten and can show a potential reverse in current tendance and Buy Signal conditions
Sell : Han Ne lines are down, price is down, and also stochastic (K=30, D=10) is down
Strong Sell : Is a Sanyaku Gyakuten and can show a potential reverse in current tendance and Sell Signal conditions
Exit : Show a potential time to take profit based on previous Sell, Strong Sell, Buy, or Strong Buy signal
Ichimoku Alert Indicator Buy Sell Please Take Trade as per your own risk.
Hi, this my new script which show you correct Ichimoku signals, when price exit cloud.
SELL SIGNAL:
- red line below blue
- green line below price
- price exit cloud bottom
- price below 3 EMA's!
BUY SIGNAL:
- red line above blue
- green line above price
- price exit cloud upper
- price above 3 EMA's!
You can change ichimoku parameters and input 3 EMA's. If u dont want use any of the EMA's then input 1 into them.
Comments
Backtst CloudHappy Holidays here is a gift!
This a cleaned up Ichimoku cloud with RSI coloring.
Can be used to remove some of the the noise.
How to read chart:
Cloud support and resistance zones.
A green line is RSI > 50
A red line is RSI <= 50
ICHIMOKU forecast öngörü Hi every Ichimoku Users,
ichimoku is a very useful indicator. It works very well in short periods.İ t helps me define market trends, find entry and follow.
However, it may take a lot of time to calculate which direction the lines will go.( kijun. tenkan and clouds). In the short-term charts, this is not what we want.
I'm sure you said yes.
ichimoku forecast will do this now.
will show us the next 3 candles.
ICHIMOKU FORECAST (öngörü) strengths:
- Forecast future +3 candles will make clouds, tenkan, kijun go!
- Help you indentify easy trend when clouds change, kijun go up or down!
- you can change colors, displacement, hide/show lines in its.
- Flexible and good for every timeframe: W, D, 4H, 1H and shorter.
- Flexible and good for every currencies, gold , future and more.
Test it, watch it, you'll see it works.
G-Kijun trailing stopThis indicator is the part of ichimoku kyo hyo.
I luv kijun-sen very much
kijun-sen is develop form (Highest - Lowest)/2
It's mean 50% of fibonacci
and I create color Green for price over the kijun-sen when the price cross down the kijun-sen it'sll be Red
Donchian Ichimoku HybridWhat if we took the best elements from the Donchian Channel and the Ichimoku cloud and combined them into a complete system?
Strengths of the Donchian Channel:
-Dynamic support and resistance
-Measures volatility
Strengths of the Ichimoku Cloud:
-Can detect when price is trending vs ranging
-Retracement zones
-Trend identification
=== HOW TO USE THE INDICATOR ===
Green and Red bars are when price is trending. Green for trend up, Red for trend down.
Gray bars are when price is in a trading range. You can either play the edges or wait until price is trending again.
The clouds are retracement zones for pullbacks when price is trending.
Alerts are set up for when price starts to trend and starts a trading range.
=== MISC ===
Option for Dark Mode
MA ICHI BB [Rogulabo]3 indicators in 1.
Included Indicators are:
- MA 5,25,50,100,200
- Ichimoku
- Bollinger Band
These can be used to determine changes in trends when:
- MA's collide, trajectories shift, or certain levels are reached.
- Ichimoku cloud is above or below the candles.
- Bollinger Band's width changes, or range is broken.
Reasons for 3 in 1 assembly:
This indicator is intended to be used by students, and followers of Dan Takahashi
(a prominent educator of investing in Japan who is also a user of TradingView) .
Those who wants to use and learn with the same setup as Dan, would greatly benefit from this since,
the complex setting up process which can be a pain for beginners can be skipped with a simple click.
Every stylistic choice of color and placement were made to make it similar to the chart used by Dan.
Simple customizations are available such as:
- Changing color
- Changing the values
- Hide/show controls
Notes:
This is intended to be used alongside “CC RSI” for the complete the setup.
Any questions, please refer to:
@rogulabo
==
高橋ダンさんが使用されてるチャートと同様のセットアップの為にご活用ください。
複数のインジケータをグループにしておりますので、無料版を使われてる方は効率よく使っていただけると思います。
また、“CC RSI ”どいうタイトルのインジケータも同時に公開しておりますので、セットアップを完成させたい方はこちらもご活用ください。
以下のインジケータを含みます。
・MA線
・一目均等表
・ボリンジャーバンド
カスタマイズされたい方はご自由に値を変更ください。
ご質問は @rogulabo までよろしくお願いいたします。
Ichimoku Cloud ForecastUsing doubled crypto settings, forecast Tenkan and Kijun lines, assuming price remains neutral (constant).
Tenkan - 14 periods
Kijun - 20 periods
Companion::DivergentCompanion::Divergent is a combined indicators strategy optimized for Bitcoin Markets and tested on Bitfinex.
Mainly, it is an Ichimoku based strategy.
Used indicators:
- Ichimoku (displayed on chart): trendline analysis;
- Double Hull MA (displayed on chart): trendline analysis;
- MACD (not displayed): confirmative/momentum detection;
- CCI (not displayed): confirmative/momentum detection;
- ATR: used toghether with Ichimoku to determine Stop Loss/Take Profit levels;
- VWMA: For implementing trailing stop orders based on volumes.
What the script does:
- determines trendlines combining mulitple indicators;
- automaticlally calculates Take profit and Stop Loss levels;
- permits automation generating Autoview signals;
- supports for margin trading. Spot trading will be added in the future.
It can be used on 1D or 1H timeframes but it can be adapted for other time frames tweaking the parameters. I used it a lot on Bitfinex on 1H timeframes. Please check parameters: if you will use the strategy on D or higher timeframes, the "Legacy Chikou analysis" option should be checked.
BACKTESTING
Backtest is not leveraged. Defaults are set as follow:
Capital: 10000
Percent of equity used for trades: 10%
Commission: 0.18% this is Bitfinex commission on orders
Change them accordingly on how you trade to get a more realistic backtest results.
Kijun Sen Separate WindowThis indicator works the same as a regular Kijun Sen but it is on a separate window to allow for other on chart indicators.
I tend to use this as a filter for when to go long/short.
When it is green, I only take longs. When it is red, I only take shorts. Combine with other indicators of your choice.
Combo Backtest 123 Reversal & Ichimoku2c This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
Ichimoku Strategy
WARNING:
- For purpose educate only
- This script to change bars colors.