RedKTrader

RedK Strength of Movement

RedKTrader 업데이트됨   
This is a quick indicator i wrote to inspect the strength of price movement and show when what i consider to be "a quality trend" has been established. the code is open and commented - the "math concept" is really simple and i'm not sure if this has already been coded before :) - my apologies if it was.

my main goal was to identify opportunities to establish "simple, straight" long call or put positions for the stocks i follow

- what i noticed thru the years is that some opportunities will present themselves to take these basic option positions but they are "rare", maybe once or twice a year -- for example, in 2020, TSLA presented 2 such opportunities around the split and the index inclusion - so i needed an indicator that exposes these setups. if you can time yourself with these setups, they are incredibly rewarding.

these setups will happen when the SoM reaches 100% (in either directions) while it's in agreement with the prevailing trend (hence the need to use the SoM with a MACD or something like the Ribbon) - if the SoM hits the 100% in one direction and the trend is not in the same direction, that signal is invalid. see the chart for some examples.

a quick useful observation, is that the SoM will sometimes also act as a leading indicator for an imminent change in trend direction, which makes sense .. given that the SoM relies on exposing the "relative" movement or change of price (close for example) - thru the use of the stoch() function - and that this "change value" will usually expand in the direction of a strong trend and starts to contract ahead of a reversal.

Please fee free to use this code, leverage the indicator, or give feedback
i may come back later and update this with some features (like making this volume-weighted)

best of luck!
릴리즈 노트:
This v2 of the Strength of Movement (Redk_SoM) introduces couple of enhancements for accuracy and to become less confusing to work with

1. the price change used in the calculation is a ratio of previous bar (think of it as a move of 2.5%, 3%, ..etc) rather than an absolute value. technically this would be more accurate and maps to the way we regularly refer to price changes in trading

2. in SoM v1, you may have seen the SoM going negative while the price action is still moving up - that was not wrong, it simply meant that the price change is at the lowest value when compared to the highest and lowest change values observed withing the length of bars - but it was mentally/visually confusing to deal with - especially if used on a Renko chart - in v2, the stoch() calculation was updated with a simple adjustment to avoid that visual confusion (i hope i was able to explain that part -- see snapshot for more)


let me know in the comments if i missed any points..
릴리즈 노트:
v3
- fixes the logic when calculating the ratio of movement when the range > 2
- code change to replace "transp =" from plot statements
- other slight code & visual clean ups
릴리즈 노트:
- adjusted defaults and updated average strength calculation to avoid piercing bars messing things up
릴리즈 노트:
v4 adds couple of interesting features:

- bring back the original algo for calculating the SoM - which took the displacement between highest price and lowest price - but only as option. the default will be the calculation method from v3 (simple method, takes start - end price)
** i was curious to see the difference side-by-side. cause the first method accounts for false breakouts - so it shows "effort" rather than simple "distance" -- if that makes sense.
** if using a range = 2, changing this option doesn't make any difference (cause both calculation methods will be equal in that scenario)

- changed default colors from Green/Red - so i can overlay the SoM on top of other indicators is use (mainly the TPX)

- added a signal (dots) when the SoM (before smoothing) hits +100 or -100 .. this immediately exposes the extreme cases i'm looking for with SoM - as in the chart below

릴리즈 노트:
Quick v5 with minor updates:
- Zero Line, Upper Border and Lower Border Lines are now editable -- as requested
- Default Precision set to 0 for simplicity
오픈 소스 스크립트

이 스크립트의 오써는 참된 트레이딩뷰의 스피릿으로 이 스크립트를 오픈소스로 퍼블리쉬하여 트레이더들로 하여금 이해 및 검증할 수 있도록 하였습니다. 오써를 응원합니다! 스크립트를 무료로 쓸 수 있지만, 다른 퍼블리케이션에서 이 코드를 재사용하는 것은 하우스룰을 따릅니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?