CS 371P #1

This the first in a series of blogs, one per week for my Fall 2011 CS 371p class – for the 15 weeks. We’re to write about our experience in the class, what we like, don’t like, what we learned, anything cool or helpful etc. Two or three paragraphs per week for extra credit. No […]

Continue reading

Emacs cheat sheet

This is my ~/notes/emacs file, I usually have it in a buffer so I can quickly search it… debug start on osx: open -a /Applications/Emacs.app –args –debug-init save all C-x s C-f Forward one character C-n Next line C-b Back one character C-p Previous line Here are some ways to move around in larger increments: […]

Continue reading

Trading Strategy Backtest

Update 2022/01/04: Backtest is a desktop Windows app I developed in the late 2000s. A couple of colleagues and I were studying futures day trading and we wanted to test strategies against historical data. We collaborated for a couple of years while experimenting, trading and evolving Backtest. Some screen shots of my Trading Strategy Backtest […]

Continue reading