TradingView
jason5480
13 Mar 2023 pukul 11.34

distance_ratio 

Bitcoin / TetherUSBinance

Deskripsi

Library "distance_ratio"
Collection of types and functions that can be used for the calculation of the ratio [0, 1] of a distance
from a barrier price using several methods. Methods supported are percentagewise (PERC), atr-based (ATR), fixed
profit (PROF), tick-based (TICKS), risk reward ratio (RR) and local extrema (LOC).
This library is meant to replace my previously published "distance_percentile" library since it offers a more intuitive interface by using the method syntax.

Catatan Rilis

v2
Use method syntax for "long_biased_dist_ratio" and "short_biased_dist_ratio".
For types use PascalCase instead of camelCase to work around some compiler errors as Stratfather suggested.

Catatan Rilis

v3
Some optimizations in the PROF method calculations

Catatan Rilis

v4
  • Add Standard Deviation method for distance and LOC margin
  • More accurate PROF calculation formula with commission fees

Catatan Rilis

v5
Add step logic to stdev method by adding multipliers

Catatan Rilis

v6
Simplify exit commission fee calculation

Catatan Rilis

v7
Add initial entry fees in the PROF calculation

Catatan Rilis

v8
(minor) without base quantity

Catatan Rilis

v9
Use barrier as the entry price for the stepped fixed profit calculations that are also scaled with the price movement when there are consecutive price targets

Catatan Rilis

v10

  • Added price and ticks methods
  • Added separate restrict methods
  • Simplified the object types
  • Removed the bias logic in the LOC method

Catatan Rilis

v11
  • Tick related methods not return an integer
  • If there is a not defined value during calculations return an error if fatal or zero otherwise
  • Remove restrict argument from "pure" ratio, price ticks calls

Catatan Rilis

v12
Update some documentation and fixed a typo in the error message
Komentar
budzap
Thanks for the well written library. This is my first time using a Pine library so it may be a silly question; but, I've pasted the import line into my script and Pine is not recognizing any of the export types (such as DistSettings).
Lebih lanjut