|
Home
NEW:
US Markets Daily |
EntropyEntropy is a well-known measure of disorder or unavailability of energy in a (closed) system. More entropy generally means less predictability, hence one often tries to minimize it. Instead of plagiarizing or copying information to this page, I recommend the reader to take a look at the excellent math site (www.mathworld.com), and particularly to the definition of Entropy. Entropy has a different meaning in maths and physics, and many different measures have been devised in the literature. The Maximum Entropy Method is one way to enhance the signal-to-noise ratio in data. There is ample information and even software available (cf. MESA). We would recommend the NtropiX site from John Conover, from which we have designed a simple Entropy indicator for NeuroShell Trader. John Conover's site also includes a Excel spreadsheet calculating entropy. We have implemented our own flavour for TradeStation in our toolset (http://ts-trading-technique.blogspot.com)
Here is a sample chart showing our earlier Entropy indicator for NeuroShell Trader:
The source C code for this indicator is quite simple and is here provided for NeuroShell Trader, which can be compiled with any (free) C compiler: #include "math.h" __declspec(dllexport) void Entropy (double *price, double *entropy, long int
size, long int numbars) It can easily be called from within NeuroShell Trader (4 parameters: input,
output, size, numbars). |
Page last modified:
May 08, 2008 |