Thought I'd create a list of basic TA dll functions for use with regular windows dll api's such as excel, perl and python.
I will firstly attach the 32 bit and 64 bit versions of the file SPF.dll (SPF stands for Stats Pack Financials). And then in later posts, post my test scripts written in excel vba, perl and python. My "main.h" containing the dll function prototypes is also attached to show how to call the DLL functions.
What my test scripts actually do is create a list of array quotes (date, open, high, low, close, volume), that are hard coded into the scripts, call some dll functions to perform some kind of array calculation and then display the results in a spreadsheet or comma separated file (csv).
These scripts (attached later), can easily be modified to perform dll calculations on say reading quotes from a csv file or downloaded from the internet.
Cheers,
Andrew.
I will firstly attach the 32 bit and 64 bit versions of the file SPF.dll (SPF stands for Stats Pack Financials). And then in later posts, post my test scripts written in excel vba, perl and python. My "main.h" containing the dll function prototypes is also attached to show how to call the DLL functions.
What my test scripts actually do is create a list of array quotes (date, open, high, low, close, volume), that are hard coded into the scripts, call some dll functions to perform some kind of array calculation and then display the results in a spreadsheet or comma separated file (csv).
These scripts (attached later), can easily be modified to perform dll calculations on say reading quotes from a csv file or downloaded from the internet.
Cheers,
Andrew.