0

What function can be used to calculate cube root in pine-script, TradingView?

There is only a function to calculate square root and for power raised to.

rohan sawant
  • 121
  • 1
  • 14

1 Answers1

0

use pow function with 1/3.. like cube root of X is also X^(1/3)

https://www.tradingview.com/pine-script-reference/#fun_pow
SafetyHammer
  • 391
  • 3
  • 5