Wednesday, March 17th, 2010

Carsten’s post about a simple pivot-based trading system was intriguing to me mainly because I have never tried to code such a system. I guessed that coding a proof-of-concept of the system would be pretty easy, and it was.
Here is the code for Tradestation:
inputs:
ATRLength( 10 ), // I used Average True Range as a substitute [...]