TradingView
birdgineer
31 Okt 2021 pukul 22.08

pNRTR 

Cosmos / United States DollarCoinbase

Deskripsi

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.
Lebih lanjut