ProgrammingLife

Results 46 comments of ProgrammingLife

@fschutt sounds great! And what about iOS? The same way?

@fschutt guys, look... you definetely should try to make it run under Android and iOS. Pretty sure there are a lot of opportunities and scope of application on those markets...

Windows 11? What are the error messages do you see in the console? Have you tried to compile it from the source and run it? Linux version works without any...

This not happens when I use webm-writer only without CCapture.

Ok finally I got the warning about setTimeout() on the main page of the library: > requestAnimationFrame, setTimeout, etc. won't work as expected after capture is started. Make sure your...

For Ubuntu/Mint try this: ``` export OPENCV_LIB_DIR=/usr/lib/x86_64-linux-gnu/ npm i opencv4nodejs --save ``` and double check you have opencv libs in /usr/lib/x86_64-linux-gnu/. If there are no libs then install opencv with...

@LooOOooM maybe this can be fixed easily with the: `technicalIndicators.setConfig("precision", 10);` option?

If I use just for testing purposes this: `let renko = new technicalIndicators.HeikinAshi(renkoOriginalData).result;` all works fine. Shadows place in the right places. Looks like the issue only with the Renko...