Alexander Trufanov
Alexander Trufanov
You either should right click on "Solution 'ta-lib'" on the very top of the tree and click Build or just press "Ctrl+Shift+B".
> Ok I did a build and got an error for %%%GENCODE%%% I commented out that line and did the Build again and it was successful. It's better not comment...
> How can I easily test the function to make sure it is available before I proceed further? The easiest way to check if dll contains the function (TA_TSV) is...
Oh, I recall that I actually made a tool for listing all the functions inside ta-lib rt. I guess it could be easely modified to list original TA-Lib functions: https://github.com/trufanov-nok/ta-gen...
UPD: No, it can't be compilled for Win so easy as it uses boost library...
Well, I know a little about docker. Perhaps: `docker run -v C:\mypath\ta-lib\c\:/etc/ta-lib` And in script replace lines ``` wget https://artiya4u.keybase.pub/TA-lib/ta-lib-0.4.0-src.tar.gz tar -xvf ta-lib-0.4.0-src.tar.gz cd ta-lib/ ``` with just `cd /etc/ta-lib/`
You 're not copying anything. This supposed to create a virtual directory `/etc/ta-lib` inside docker, that in real will be pointing to `C:\mypath\ta-lib\c\` filder. You should change `C:\mypath\ta-lib\c\` to the...
> So, I need to copy the whole ta-lib directory and not just a single file, right? Ok, I got you now. Yes, it'll be easier to pass a whole...
> When I try to manually compile in the container, I get an error for this command. That's a result of a difference between full sourcebase and the shorten version...
what `ls` command says?