prRZ5F4LXZ
prRZ5F4LXZ
The code is complicated such that I can not follow it. The algorithm should be really simple, which only should involve 4 numbers, O, H, L, C. The C code...
https://github.com/Heavy91/TradingView_Indicators/blob/master/Volume%20Supply%20and%20Demand%20Zones%20Indicator I am not sure which one is the best. But it seems that the result from this look reasonable according the tradingview plot.
On MacOS, the lines 48-53 in `awka/print.c` can be commented out like this to make the compilation successful. It seems that the current configure file has trouble to deal with...
`typeof()` is still not fully compatible. See below. ``` main.sh> awk_code='BEGIN { x=x; print typeof(x) }' main.sh> awka "$awk_code" > "$tmpdir"/a.c main.sh> gcc -lawka -o "$tmpdir"/a.out "$tmpdir"/a.c main.sh> gawk "$awk_code"...
I remember the above code used to be indented correctly with vim on my old machine. But they can not be indented on my new machine. I don't know what...
https://github.com/Clavelito/indent-sh.vim It looks like this repo doesn't have the bug. I should have used it on my old machine. The only negative aspect of it is that it has not...