How do the Excel and DLL versions differ ?
EXCEL VERSION The Excel version of our tools is specifically designed for use within Excel. It can be called from Excel’s command menus and has spreadsheet specific capabilities, such as formula copydown and array formula methods. All Jurik Tools for Microsoft Excel can be controlled using the spreadsheet’s built-in VBA (Visual Basic for applications). For example, with VBA you can automatically collect data, place it on a spreadsheet, filter it with JMA, expand the data with WAV, compress with DDR, then feed it to a neural net, run trading rules on the answer and finally post the trade in a dialog box. All performed automatically by VBA. DLL VERSION The generic DLL version of Jurik’s tools is for custom programming and can be called from C, C++, VB, and Pascal. The DLL version can also be called from within Excel, using VBA. However, it cannnot be accessed from the Excel command menu. The DLL version is faster because it has less overhead than the Excel version.