[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MetaStock System Testing Suggestions



PureBytes Links

Trading Reference Links

	I want the optimiser to use a more efficient algorithm than a
linear search to find the optimum system parameters.

	Currently the linear search (stepping through all values in a
range) is hopeless for small systems with only 2 parameters (500 tests)
on a P200.

	I suggest using a Genetic Algorithm or Neural Network.


	By the way, these algorithms are simple and can be implemented
in VB!