Krazy Koder
Results
3
issues of
Krazy Koder
https://www.tradingview.com/script/nXhuJpwr-Efficient-Trend-Step-Channel/ Can anyone code this indicator in python/numba please. Seems like i am getting stuck at this line not sure what it means `abs(change(src,length))/sum(abs(change(src)),length)` the result is supposedly a series...
Enhancement
pinescript
Trying to build quickjs on ubuntu20. Getting the following error on two different ubuntu instances. cmake and ninja install was successful. ```sudo apt install cmake ninja-build # Ubuntu``` ``` quickjs...