PINE LIBRARY
업데이트됨 RS

Library "RS"
Utility methods for Relative Strength analysis
This is the first library test publication with ratio() method. More functions will be added.
ratio(symbol, benchmark) Simple ratio of symbol vs benchmark
Parameters:
Returns: ratio of symbol to benchmark
Utility methods for Relative Strength analysis
This is the first library test publication with ratio() method. More functions will be added.
ratio(symbol, benchmark) Simple ratio of symbol vs benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
Returns: ratio of symbol to benchmark
릴리즈 노트
Library "RS"Utility methods for Relative Strength analysis
ratio(symbol, benchmark) Simple ratio of symbol vs benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
Returns: ratio of symbol to benchmark
spread(symbol, benchmark) Simple spread of symbol vs benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
Returns: spread of symbol to benchmark
join(symbol, benchmark) Simple add of symbol and benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
Returns: join of symbol to benchmark
atOffset(symbol, benchmark, offset1, offset2) Relative strength comparison between two offsets
Parameters:
- symbol: to be compared
- benchmark: to be compared
- offset1: starting offset, must be greater than offset 2
- offset2: starting offset, must be less than offset 1, default is current candle
Returns: performance in percentage between the 2 offset. A value greater than 0 indicates outperformance, less than 0 indicates underperformance
equilibriumPrice(symbol, benchmark, offset) Equilibrium price - The price as per today's symbol and benchmark close, that will make the symbol to perform equal to benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
- offset: to measure under/out performance
Returns: Price - This is the price if achieved will make the symbol perform equally w.r.t. benchmark on the offset bar
thresholdCrossed(symbol, benchmark, offset, threshold) Relative Strength performance crossed over/under specified threshold
Parameters:
- symbol: to be compared
- benchmark: to be compared
- offset: to measure under/out performance
- threshold: threshold set for alert
Returns: 1/0/-1. 1 - crossover, 0 - no signal, -1 crossunder
릴리즈 노트
Library "RS"Utility methods for Relative Strength analysis
ratio(symbol, benchmark) Simple ratio of symbol vs benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
Returns: ratio of symbol to benchmark
spread(symbol, benchmark) Simple spread of symbol vs benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
Returns: spread of symbol to benchmark
join(symbol, benchmark) Simple add of symbol and benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
Returns: join of symbol to benchmark
atOffset(symbol, benchmark, offset1, offset2) Relative strength comparison between two offsets
Parameters:
- symbol: to be compared
- benchmark: to be compared
- offset1: starting offset, must be greater than offset 2
- offset2: starting offset, must be less than offset 1, default is current candle
Returns: performance in percentage between the 2 offset. A value greater than 0 indicates outperformance, less than 0 indicates underperformance
equilibriumPrice(symbol, benchmark, offset) Equilibrium price - The price as per today's symbol and benchmark close, that will make the symbol to perform equal to benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
- offset: to measure under/out performance
Returns: Price - This is the price if achieved will make the symbol perform equally w.r.t. benchmark on the offset bar
thresholdCrossed(symbol, benchmark, offset, threshold) Relative Strength performance crossed over/under specified threshold
Parameters:
- symbol: to be compared
- benchmark: to be compared
- offset: to measure under/out performance
- threshold: threshold set for alert
Returns: 1/0/-1. 1 - crossover, 0 - no signal, -1 crossunder
delaCRSAndPrice(symbol, benchmark, offset1, offset2) Return the percentage outperformance of the ratio from offset1 to offset2 along with percentage symbol price change
Parameters:
- symbol: to be compared
- benchmark: to be compared
- offset1: starting offset, must be greater than offset 2
- offset2: starting offset, must be less than offset 1, default is current candle
Returns: deltacrs deltaprice as a 2 element array
릴리즈 노트
Library "RS"Utility methods for Relative Strength analysis
ratio(symbol, benchmark) Simple ratio of symbol vs benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
Returns: ratio of symbol to benchmark
spread(symbol, benchmark) Simple spread of symbol vs benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
Returns: spread of symbol to benchmark
join(symbol, benchmark) Simple add of symbol and benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
Returns: join of symbol to benchmark
atOffset(symbol, benchmark, offset1, offset2) Relative strength comparison between two offsets
Parameters:
- symbol: to be compared
- benchmark: to be compared
- offset1: starting offset, must be greater than offset 2
- offset2: starting offset, must be less than offset 1, default is current candle
Returns: performance in percentage between the 2 offset. A value greater than 0 indicates outperformance, less than 0 indicates underperformance
equilibriumPrice(symbol, benchmark, offset) Equilibrium price - The price as per today's symbol and benchmark close, that will make the symbol to perform equal to benchmark
Parameters:
- symbol: to be compared
- benchmark: to be compared
- offset: to measure under/out performance
Returns: Price - This is the price if achieved will make the symbol perform equally w.r.t. benchmark on the offset bar
thresholdCrossed(symbol, benchmark, offset, threshold) Relative Strength performance crossed over/under specified threshold
Parameters:
- symbol: to be compared
- benchmark: to be compared
- offset: to measure under/out performance
- threshold: threshold set for alert
Returns: 1/0/-1. 1 - crossover, 0 - no signal, -1 crossunder
deltaCRSAndPrice(symbol, benchmark, offset1, offset2) Return the percentage outperformance of the ratio from offset1 to offset2 along with percentage symbol price change
Parameters:
- symbol: to be compared
- benchmark: to be compared
- offset1: starting offset, must be greater than offset 2
- offset2: starting offset, must be less than offset 1, default is current candle
Returns: deltacrs deltaprice as a 2 element array
파인 라이브러리
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.
파인 라이브러리
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.