SDK for Building Custom DLLs

SDK for Building Custom DLLs

UPDATE 10/16/2009: The sdk.exe file has been updated to include Vista/Windows 7 compatible CHM based help files rather than the incompatible HLP files. Please note that you may find that the contents of the CHM files are not displayed when you run the CHM file. To overcome this, copy the CHM file to your computer, right click on it and select Properties. Now press the Unblock button, then Apply/OK or just OK. You should now be able to view the contents.

One of the powerful capabilities of the NeuroShell Trader Professional is that you can write your own indicators in langauges like C, C++ and, Power Basic. Once set up in the NeuroShell Trader Professional, they can be called by either the NeuroShell Trader or NeuroShell Trader Professional. You can build your own indicators for cases such as:

1. Your indicator is too complicated for the Indicator Wizard to build, or
2. Your indicator requires programming, or
3. You want to sell your indicator to NeuroShell Trader users, but you want to keep its methodology secret.

We have built a “toolkit” of some simple examples that will get you started using the DLL-calling capability of the NeuroShell Trader Professional. It contains two DLL examples written in C which can be called using indicators in the “External DLL Calls” category. We show you how to build, execute, and document these examples.

To download the SDK, click here. You will be downloading a self-extracting .exe called SDK.EXE which, when executed, explodes into help files and the samples.

Was this article helpful?

Related Articles