Posts belonging to Category 'Scheme'

Bloody C Code

It’s been a while since I’ve done any serious work in C so I’d forgotten about some of the disadvantages: segmentation violations.
The good news is that I’ve now implemented everything that I need in C to start my first run and performance is OK – I’ve estimated that each generation will take about 2 hours [...]

The need for speed: a rewrite in C

I’ve had a very busy series of late nights rewriting all of my Scheme code in C. I love Scheme as a language and it has really enabled me to get into this whole genetic programming adventure but alas I’ve reached the performance limits of the language.
The problem came when I tried to load my [...]

The Plan for Forex

So here’s the plan for creating at least one successful trading strategy for forex :-
As you can see, I will be hosting the trading robots as Expert Advisors in MetaTrader. This makes a lot of sense because many brokers offer MetaTrader based integration so no further work is required to use these for demo and [...]