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.
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.
Copyright © 2021 Jogjafile Inc.
use pow function with 1/3.. like cube root of X is also X^(1/3)