ICMCBased on basic Nimblr TA, Momentum Candles combined with Breakout/Breakdown can detect a change in trend direction.
Nimblr mainly categorizes candlesticks into Momentum (Body > 50%) and Indecision (Body < 50%) candlesticks.
⁕ shows Momentum Candles, others are Indecision Candles
↑ shows Breakout
↓ shows Breakdown
Yellow lines show the current Indecision candle and white lines the past Indecision candle.
Análise de Candles
Initial Balance (IB)This script marks the initial balance and extends the high and low lines. Times are calculated using the time zone parameter and non-trading times, like weekends and holidays, are handled correctly.
Random Synthetic Asset GenerationThis script generates pseudo-random asset data . Due to the nature of the random generator, it is impossible to use this indicator as input for other indicators because the instance of the script that the indicator is applied to will automatically be different from the instance that is plotted on the chart. Therefore, the idea is to use this script in other scripts (to make it possible to backtest on random data, for example).
The script has four main input parameters.
Random Number Generator Method: It supports two methods for generating the pseudo-random numbers (one by Ricardo Santos and one by Wichmann-Hill).
Seed: You can specify the seed to use. Each unique seed will generate a unique set of pseudo-random data.
Intrabar Volatility: This basically sets how volatile the generated wicks will be (0 = no wicks).
Price Multiplier: This is just a multiplier for the generated price data, so that you can scale up or down the generated price data.
You can also change the colors of the bars.
In addition to this, the indicator also generates random volume. In order to make it possible to show both volume and price, you need to have two identical instances of the indicator. One on the chart, and one in its own panel. Then, go into the Style tab in the indicator settings on the instance in the panel. Untick Up-Candles and Down-Candles boxes, and tick the Volume box.
In a similar manner, you can also plot the true range data and the candle change data as well, by ticking one of those boxes instead.
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세기 현대 금융시장에 최적화된 기법, 지표 및 전략들을 꾸준히 연구하고 개발하는 토미 트레이딩 팀이었습니다.
감사합니다.
TTT_Swing_and_Orderblock_Ver_1.0.2Hello, dear traders from all over the world! This is Tommy from Tommy Trading Team.
Many inquires were delivered to us from traders recently wishing to use one of our cutting-edge technologies that was developed days ago and was only used by us. We have edited and supplemented this indicator both logically and visually. Accordingly, our team is officially launching with a new brought up name, which is “SOB(Version1.0.2), shorten for “Swing & OB(Orderblock).”
This technical indicator is quite straightforward and effective to utilize since it shows traders the essential variables that are considered by many recently developed theories and state-of-the-art methodologies. And they are ‘Dow’ and ‘Orderblock’.
Swing High and Low (Dow Theory) has been applied fundamentally by many other theories and methodologies such as Elliott wave theory and SR Flip techniques. A swing can be interpreted as a wave with a trend composed of a high and a low each. After succeeding on making significant highs/lows, in any existing wave theories, it is essential to monitor and spot when the next waves make HH(Higher high), LH(Lower high), HL(Higher low), or LL(Lower low).
OB(Orderblock) technique is a very advanced methodology that captures the contraction, consolidation, and attraction zone. This so called ‘zone’ is interpreted differently by various stakeholders, such as institutional(whales) average entry/exit price range or peak price range with higher traded volumes. In TA perspective, it’s just a major support/resistance to consider and when this zone fails to support/resist, the price momentum tends to boost up towards the direction it failed. To give you a little tip, look for the spots usually forming horizontal parallel channel, before a big wave with a clear trend (whether up or down) appears. There are numerous ways to identify OB and we have concluded that signaling the double engulfing candles is one of the highly effective one.
As just mentioned, comprehending a trend utilizing ‘Swing HL’ is fundamental and yet definite TA concept and strategy. Furthermore, OB can also be useful to spot major support and resistance area. SOB automatically identify and captures major Highs, Lows, and OBs. In addition, SOB can let traders know when the highs and lows are being replaced by higher/lower highs/lows by changing pivots color. If you are familiar with SR(Support and Resistance) Flip concept, this can be a helpful tool for you since it can signal when highs/lows are being broken above/below and by planning a retest entry trading setup.
If you would like to try SOB_ver1.0.2, please let us know through comments, DM, or Telegram in English/Korean. I assure you that our SOB won’t disappoint you on your trading chart.
Thank you.
안녕하세요. 트레이더 여러분!
토미 트레이딩 팀입니다~
최근에 저희 팀이 개인적으로 사용했던 지표에 관해서 많은 분들이 문의를 주셨습니다. 약간의 보안 및 개선 작업 이후에 SOB(Version1.0.2)이라는 이름으로 정식 출시합니다.
해당 알고리즘은 기존의 여러 이론 및 방법론들에게 원천적으로 기반이 되는 다우이론(스윙 고/저점)과 오더블럭(OB)을 바로바로 잡아주기 때문에 주요 고/저점과 매물대 지지/저항 컨펌하는 용도로 활용하기 매우 유용합니다.
변동하는 가격의 흐름, 즉 추세를 파악하는 방법은 수만가지가 있습니다. 단 하나의 방법, 지표, 혹은 이론만 가지고 추세를 파악하는 건 당연히 바보 같은 짓이겠죠. 여러가지의 요소들을 복합적으로 봐야하는데 그 중에 가장 근본적이면서 중요한 게 바로 다우이론이라고 생각합니다. 이름만 거창하지 정말 별거 없습니다. 한문장으로 “전 고/저점에 비해서 이번에 나오는 고/저점이 높아졌냐 낮아졌냐”입니다. 다우 이론은 엘리엇 파동 이론 및 SR Flip 전략 등 대부분들의 기법들에 적용된 만큼 차트 보시려면 꼭 알아야 되는 개념입니다. 스윙이란 변곡이 나오기 전까지의 가격 흐름, 즉 하나의 파동이라고 생각하시면 되겠습니다. 주요 고/저점은 통상적으로 하나의 파동을 규명하기 위해 참고하는 기준들입니다. 고/저점 혹은 변곡점이 출현하고 나서 후행적으로 우리는 전 상승/하락 파동이었다고 인지를 합니다. 여기서 중요한 건 다음 파동이 전 파동보다 고/저점을 높였냐/낮추었냐입니다. 고/저점을 높여가는 파동이 나오면 상승, 낮추어가는 파동이 나오면 하락 추세에 가중을 더 두고, 고/저점을 높이다가 내리기 시작하면 혹은 내리다가 높이기 시작하면 추세가 어느정도 전환될 수 있는 시그널로 해석할 수 있습니다.
OB(오더블럭) 기법은 요즘 장에 그나마 잘 먹히는 가격매물대를 찾는 방법론 중 하나입니다. 매물대란 다양한 시장참여자들에 따라 시시각각 해석될 수 있습니다. 기관(세력)들의 매집구간, 많은 참여자들의 평균 진입/청산/평단 가격 범위, 혹은 시체 쌓인 구간으로도 해석해볼 수 있습니다. 더 쉽게 설명해드리자면 거래량이 상대적으로 많은 가격 범위대라고 보시면 되겠습니다. 기술적분석 관점에서는 매물대를 주요 지지/저항구간대라고 고려하실 수 있으며 지지/저항을 실패하면, 그 실패한 방향으로 추세가 터질 가능성을 두고 전략 설계에 활용합니다. 매물대를 효과적으로 찾을 수 있는 팁 하나를 드리자면, 어느정도 명확하고 큰 추세가 나오기 전에 형성된 수평 평행 채널들을 먼저 의심해보세요. 만약에 해당 가격범위 내에 OB가 많이 내포되어 있다면 신빙성을 더 부여하실 수 있습니다. 이렇게 OB는 매물대를 식별하고 컨펌하는 용도로 매우 용이하게 활용될 수 있으며, 요즘에 유행하는 기법인 마스터패턴에도 찰떡궁합입니다. OB를 정의하는 여러가지 기법들 중 캔들봉을 활용한 방법이 그나마 가장 효과적이며 저희 개발팀은 장악형(Engulfing) 패턴이 두번 이상 출현하는 캔들봉들의 몸통들을 기준으로 OB를 찾는 로직을 지표화했습니다.
언급 드렸듯, 다우이론은 기술적 분석 기법 중 가장 근본적이면서도 동시에 실용도가 높아 차트 보시려면 무조건 숙지해야하는 개념 및 전략입니다. 또한 상대적으로 최근 시장에 효율적인 매물대 색출 전략 중 하나인 OB기법으로 주요 지지/저항으로 해석될 수 있는 메이저 매물대들의 가격 범위를 더 세분화시킬 수 있습니다. 저희 SOB 지표는 주요 고점, 저점, 그리고 OB들을 자동으로 피봇으로 잡아줄뿐더러 주요 고/저점이 뚫렸을 때, 해당 피봇의 색깔들이 변경됩니다. SR Flip (저항선이 뚫리면 지지선, 지지선이 뚫리면 저항선)개념 및 전략을 자주 활용하시는 트레이더분들은 고/저점 뚫릴 때, 즉 더 높은/낮은 고/저점이 출현하고 나서 전 고/저점을 활용해 리테스트 진입 자리 찾으실 때 유용하게 사용하실 수 있습니다.
저희 SOB_Version1.0.2 지표를 사용하고 싶으신 분들은 댓글, DM, 또는 저희 개인 채널에 문의 주십시오. 차트와 캔들 위에서만큼은 우리 SOB이 여러분들을 실망시키지 않을 것입니다.
감사합니다. 성투하세요.
Open/High/Low/Close (OHLC) Lines with Configurable TimeframeThis script draws open/high/low/close (OHLC) lines for the previous bar from the configured timeframe. This enables you to use higher timeframes, like a daily chart and OHLC lines of the previous week.
Configurable Settlement/FixingThis script draws a horizontal line starting at the open price of each configured settlement/fixing bar.
Past and Upcoming Forex and NYSE Start/End Bar HighlighterThis script highlights the start and end of past sessions and also for upcoming sessions of the current day. Additionally, the start/end bars of the current day can be marked with a text label.
Time zone parameters are available for all time parameters, so that local exchange times can be configured, without the need for manual time zone or daylight saving time (DST) adjustments. Tradingview’s internal time calculations take care of the conversion.
For ease of use, the script comes preconfigured with the start/end times of the Forex and NYSE trading sessions. If you need more highlighted bars, just add the script multiple times and adapt the configuration as needed.
Trading Session Candles [NeoButane]█ OVERVIEW
Display candlesticks for the selected session, regular or extended.
█ CONFIGURATION
Options to change include displaying the regular or extended session, timezone, session hours, and session days.
█ CONCEPTS
Meant for charts with longer trading sessions or to view only extended hours trading action on US stocks that have afterhours available.
█ Notes
For trading days, '23456' refers to Monday to Friday.
Ether (Ethereum) CME Gaps [NeoButane]Detects gaps in trading for CME's "Ether" cash-settled futures. This will show gaps as they happen on the 24/7 charts that crypto exchanges use. It is not usable on CME's tickers themselves, as gaps in trading are not displayed.
This indicator will only display if viewing an ETH chart.
More information on the CME ETH futures here:
www.cmegroup.com
Based on:
What's different: CME's BTC and ETH markets trade the same hours, but one may hit a limit breaker while there may be a case where the other does not.
Vishwajit Nerkar [ stock genie ]this script points swing high, swing low and confuse candles on the chart.
Muqwishi Volumetric CandleIntroduction
Have you ever heard that each candle represents a battle between bulls (buyer) and bears (seller)? If you know the answer, apparently you understand what the price action means. What if I ask you, how much was bloody in each battle between bulls and bears?!. This indicator may give a clear picture of how to identify the candle’s strength by implementing the Standard Deviation on volume and reshape the candle.
The Muqwishi Volumetric Candles indicator works to weigh each candle instantaneously and updates its color level from lightness to darkness based on the rate of the volumetric standard deviation.
Here’s how the idea started with the conceptual design, then improved till achieved to the implemented design of a structured candle.
The conceptual design mentioned for reviewing how the idea started. However, I want you to understand the “implemented design” in which the indicator has been built to address it. As I stated structurally for the implemented design section, wick and border are identified by the user through “Chart Properties” unlike core and body is measured by the indicator.
The candle’s body is ”Dynamic” that colored based on the amount of volume standard deviation in which the low volume standard deviation is a lighter candle’s color and the high volume standard deviation is a darker candle’s color. The core is “Static” color represents zero volume standard deviation which the volume at the average level. In the case where the core is darker than the body means the volume standard deviation is lower than the average volume level, and when the core is lighter than the body mean the volume standard deviation is higher than the average volume level, and when the core’s color has the same body’s color means the volume is in the average level. The image is the best guide to understand the idea.
Rarely seeing a volume standard deviation below -2σ, even though the volume is apparently dead. However, it’s possible to see more than 3.9σ, and mostly it has the same effect as 3.9σ. Personally, any candle above 1.5σ is taking my attention, and more than 2σ I look around seeking for reasons to not take a trade.
§§ Note, if you have misunderstood the standard deviation concept, there are many great sources to understand it such as Wikipedia, YouTube,... etc. In a basic example, How much is your height relative to the height of average people in your city!!?. Similarly, how much is the amount of volume relative to the average volume of a number series of previous bars?!.
Indicator Overview
Before I get into this section, this is NOT meant to be an educational or recommendation. Just showing you how I use this indicator based on an experience.
The chart above has been remarked as an example of how I apply it. Again, it’s a personal preference, and it doesn’t mean this’s an efficient way.
Indicator Setting
➤ Ensure to visualize the indicator to the front for recognition of the candle’s core.
For more information check the image: drive.google.com
➤ Indicator’s title.
Generates two outputs. The first one is the coordinate location for the char “Core”, don’t pay attention to it. The second one colored in blue is referring to the measurement of the volume standard deviation as your cursor point move at any candle on the chart. For more information check the image: drive.google.com
➤ Indicator’s inputs.
■ Length: Number of previous bars covered in the calculation. Prefer between 14-20.
■ Long Candle Color: Choose a color for bullish candles.
■ Short Candle Color: Choose a color for bearish candles.
■ Color Mode: Kinda color style.
● Lightness: From lightness to darkness colored as low volume SD to high volume SD.
● Saturation: From narrow range to wide range colored as low volume SD to high volume SD.
■ Reverse Mode: Yes → Darkness to Lightness colored as low SD to high SD.
■ Show Core: No → Hide cores.
Summarize
■ Users should have a fundamental knowledge of Standard Deviation.
■ The candle’s body is dynamic colored. Got light as low volume standard deviation, and Dark as high volume standard deviation occurred.
■ The Candle’s core is static colored. Represents the average volume which Standard Deviation equals zero.
■ This’s not a trading signal. It works to visualize the level of transactions made per candle.
Final Comments
■ My goal was to achieve the conceptual design, but there’re many obstacles that go beyond the coding ability.
■ Let me know if you have any questions, comments, and any improvements to the project.
■ I hope every time you found this indicator useful and scaled up your trading skills, please present support through PayPal that linked in the signature box below. That will help to get me excited and post many ideas.
■ Trade Safe. ✌
Japanese Candle Patterns Detector in Potential price zoneThis script would find the 8 famous "Japanese Candle Stick Patterns" in your chart.
Please be aware it find patterns in "Potential price zones" only, which help you to avoid none-important patterns during a price trend.
I used RSI and ATR in my codes to find best candle forms and price conditions.
Bellow patterns are detecting:
Hammer | ShootingStar | Engulfing Candle | Doji | Tweezers Top/Buttom | Three White Soldiers/Three Black Crows | Marubozu | Harami
* You can select your preferred patterns from indicator setting.
* Pattern names are abbreviated for better view on chart.
I hope it helps you to improve your trading.
W Closes [Intromoto]It's kind of annoying no having a reference of higher time frames when trading intraday.
This script is one level from the "closes" script, but as an individual script, this allows more historical closes to be observed at once.
Shows weekly closes from the exact candle, regardless of time frame.
Number of lines plotted is limited by tradingview/pinescript, show will only show a certain number i.e recent weekly levels.
Lines can be styled by user: Thickness, solid vs dotted vs dashed, range of colors, label size and X location.
The "line.new" function requires that you 'show' the indicator where the close occured, in order to have the line show. The labels are there regardless and will remind you of the level, with or without the line. This is also true if you change chart resolution. You may have to 'search' for the close to have the line show up.
DM for access.
Thanks!
Rate ConverterThis is a simple rate converter that can convert almost anything into almost anything else. It supports cryptocurrencies, currencies and most commodities.
On the chart we see the following:
USD (US Dollar) into EUR (Euro) as a candle stick chart
WTICO (West Texas Intermediate Crude Oil) into ISK (Icelandic Krona) as a bar chart
ADA (Cardano) into JMD (Jamaican Dollar) as a line chart
XPT (Platinum) into XAG (Silver) as a scatter plot
It supports plotting the rates as japanese candlesticks, bars, lines, or as a scatter plot.
NSDT Auto Fib Support / Resistance LevelsThis script automatically plots support and resistance lines using the fib numbers as the amount of candles to lookback. Each line is colored differently to easily identify the support/resistance pair (i.e. 23%, 38%, 61%, etc..) with the 50% (Green) and 78% (Red) a thicker line. All variables are editable. Added alert capability.
Gap detector
This is a very simple gap indicator derived by comparing the previous opening and next closing price.
Gap down if opening price is lesser than previous closed price.
Gap up if opening is more than previous closed price.
This gap detector use to evaluate the continuation or reversal of next candle and needed to be implement with other indicator such as Moving average or Boilinger band to read the possible direction of trend. Basic knowledge of candlestick pattern may help to predict the direction of next candlestick base on gap up or down of current price.
Alert can be setup using this gap detector accordingly to the time frame of chart.
Multiple time frame is recommended
Previous Close To Current High Percentage Per CandleGet the percentage of previous candle price to current high candle price.
This script will make your life easier to get percentage without you calculating it.
Hope you enjoy the tool and let me know if there is any feedback or improvement request.
Thank you very much. :D
--------------------------------
Formula:
Previous To High Percentage Per Candle = (high - previous / previous) * 100%
--------------------------------
London Gold Fix TimesThis script highlights the London Gold Fix times (en.wikipedia.org) in your charts.
Pricing in Alternative CurrenciesSometimes securities make new highs/lows in one currency but not in other currencies. This can lead traders to believe that a security's price move is much stronger than it is in reality, and especially to international traders and investors. To avoid trading errors, it can be useful to be able to look at a security's price in alternative currencies which is what this indicator is designed to do.
INDICATOR USAGE
1. Select the primary alternative currency (Default USD)
2. Select the secondary alternative currency (Default EUR)
3. Select "Candles" to view OHLC chart or Close/High/Low to view the pricing as a line chart
Note 1
The secondary alternative currency will apply ONLY when a security is priced in the selected primary alternative currency.
For example, assuming the primary alternative currency is USD and the secondary is EUR:
Scenario 1: Security priced in GBP would be repriced under this indicator using the primary alternative currency being USD
Scenario 2: Security priced in USD would be repriced rather using the secondary alternative currency being EUR
Wick Stop ZonesCount how many wicks bottom out in each price zone. Specify the following inputs.
Lookback: How far back from the latest candle to look for wick intersects.
Zone Size: The price range size for zone. Wicks tips that fall into each zone will be counted.
Minimum Intersects: Specifies how many wick tips must intersect with the zone before the zone is allowed to plot.