This question goes out to all the programmers out there.
Lets say I have four calculations that each return a figure.
The high range and the low range of each figure represents a relative extreme of a particular market. But each figure will not return an extreme at exactly the same time.
I'm looking for a way to construct a system that can monitor all four figures and generate buy and sell signals based on the relative extremes occuring at the same time or within a small window period, ie the last 15 minutes.
For example, if two of the four figures return high extreme levels, a trade signal would be generated, but if all four were at a mild extreme a trade signal may also be generated.
in other words, I need something that can learn about the interaction of the four figures and make decisions based on that interaction.
I believe NNs are a way to do this. What would be the most cost effective way to build a real time trading system like this.
Matlab has a NN module. Would this work? Or could you build something from scratch?
thanks in advance,
Runningbear
Lets say I have four calculations that each return a figure.
The high range and the low range of each figure represents a relative extreme of a particular market. But each figure will not return an extreme at exactly the same time.
I'm looking for a way to construct a system that can monitor all four figures and generate buy and sell signals based on the relative extremes occuring at the same time or within a small window period, ie the last 15 minutes.
For example, if two of the four figures return high extreme levels, a trade signal would be generated, but if all four were at a mild extreme a trade signal may also be generated.
in other words, I need something that can learn about the interaction of the four figures and make decisions based on that interaction.
I believe NNs are a way to do this. What would be the most cost effective way to build a real time trading system like this.
Matlab has a NN module. Would this work? Or could you build something from scratch?
thanks in advance,
Runningbear