Abbreviation: DLLValue
Category: External Program & Library Calls
Problem Definition:
You will need to define the interface that NeuroShell Trader should use to call the DLL. For more detailed information on this please refer to the NeuroShell Trader Help (select the Help button on the bottom left of the Indicator Wizard – “Indicator Wizard – External DLL” is the help topic).
Input Parameters: (The number of inputs depends on the DLL Call that you defined).
Name | Range | Default |
Param #1 | ||
‘ | ||
Param #n |
(The “Param #x” may have different names depending on how you defined your problem)
Calculation:
The results are determined by the DLL Call that you are making. If you are making a call to a DLL that has been provided to you by a third party please refer to their documentation.
Discussion:
This indicator gives you the ability to call external DLL Calls one value at a time. This means that NeuroShell Trader will call the DLL that you specified once for each data point. It will pass one value for each parameter that you have specified and will use one output for each time that the DLL is called. To call a DLL once for all data points refer to External DLL Call by Array (Professional Only)
.
For more information on building an interface to a DLL please download the Software Development Kit from http://www.ward.net.