kruskakli

ADR label

kruskakli 업데이트됨   
/
// To quote @qullamaggie: " High ADR is Gold, low ADR is shit..."
// Hence we display the ADR (Average Daily Range) in percent.
//
// We also calculate and display Long Stop-Loss suggestions.
// 1. Using the ATR times a multiple.
// 2. Using a percentage.
//
// We also calculates the Trend Template as described by Mark Minervini in his book: "Trade like a stock market wizard"
// For a stock to be considered all the rules has to be fullfilled.
// The only rule this indicator doesn't implement is the IBD Relative Strength ranking.
//
// Rules:
// close > MA-50 > MA-150 > MA-200 , each condition that is true gets one point.
// The current stock price is at least 30 percent above its 52-week low, gets one point
// The current stock price is within at least 25 percent of its 52-week high, gets one point.
// The 200-day moving average line is trending up for at least 1 month (preferably 4–5 months), gets one point.
//
// When we get 6 points, all the rules are fullfilled and we display an OK;
// else we show the number of points (X).
//
릴리즈 노트:
Added the display of the change in percent of two selected Indices.
릴리즈 노트:
We calculate the max allowed position- and risk size based on an optional Account size,
a position percentage and a risk percentage, together with a suggested Stop Loss.
We also allow for expressing the Account size in some currencies other than USD.
릴리즈 노트:
Adding the display of the number of Shares to buy to fill up the max position size.
릴리즈 노트:
Cleaned up the display by using a table located in the upper right corner.
릴리즈 노트:
Correcting the Indices diff calculation.
릴리즈 노트:
Added possibility to control the location of the Display; possible positions are: Top/Middle/Bottom Right
릴리즈 노트:
Renamed the name; new name: 'Quick Stats'.
Cleaned up the table layout and removed the
calculation of Position Sizes (moved to a separate
indicator: 'Position Sizes')
오픈 소스 스크립트

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

면책사항

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

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