Eugene Maslovich
Eugene Maslovich
VWAP +2 and -2 standard deviation bands are common indicators used in TA. I've implemented a method to create them.
Current version doesn't work because chart-studio was moved to another package and there are problems with boolean chart attributes. So I fixed it.
It is kind of unclear why counting down and while (https://github.com/shichuan/javascript-patterns/blob/master/general-patterns/for-loops.html) are preferred patterns, because modern browsers preoptimize these constructs. Maybe it will be a good idea to include some...
Hi! Is there any way to redirect all tailscale traffic through redsocks2? I've tried nftables `ip/6 protocol tcp/udp` rules with no success. Tailscale somehow manages to bypass redsocks. Other programs...
Given: ```ts type TupleToObject = any ```` First of all we need to get rid of `any[]`. Input array is `readonly` and has only strings as values. So we can...
Does anyone has this problem? Sometimes I accidentally get out of normal mode while continuing to type project name, and when I press "d" my project disappears from the list....