TradingView
birdgineer
2021년 10월 31일 오후 10시 8분

pNRTR 

Cosmos / United States DollarCoinbase

설명

Library "pNRTR"
Provides functions for calculating Nick Rypock Trailing Reverse (NRTR) trend values with higher precision offsets for both low, and high points rather than the standard single offset.

pnrtr(float low_offset = 0.2, float high_offset = 0.2, float value = close)

low_offset
Offset used for nrtr low_point calculations. Default is 0.2.

high_offset
Offset used for nrtr high_point calculations. Default is 0.2.

value
Variable used for nrtr point calculations. Default is close.
더보기