TradingView
mentalRock19315
14 lis 2022 02:58

Slope_TK 

Bitcoin / TetherUSBinance

Opis

Library "Slope_TK"
This library calculate the slope of a serie between two points

The serie can be ta.ema(close,200) for example
The size is the number of bars between the two points for the slope calculation, for example it can be 10

slope_of_ema200 = slope(t a.eam(close, 200) , 10 )

slope( float serie, int size )
Więcej