(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Technical Analysis - Empirical Assessment

What is it about?

This work outlines an implementation of neural networks that can be used in technical analysis or in automated trading. It uses the framework to test the ability of familiar technical patterns to earn consistent profits.

Why is it important?

Using the automated methodology, technical patterns can be identified that produce profits with greater certainty.

Read more on Kudos…
The following have contributed to this page:
Samit Ahlawat
' ,"url"));