Traders Laboratory - View Single Post - Pre-Market Discussion For June 11, 2007
View Single Post
  #3 (permalink)  
Old 06-10-2007, 11:59 AM
Dogpile Dogpile is offline
Dogpile has no status.

 
Join Date: May 2007
Posts: 577
Thanks: 0
Thanked 8 Times in 6 Posts
Re: Pre-Market Discussion For June 11, 2007

Tradestation code for Pinball:

value1 = RSI((C-C[1]), 3);

its the 3 period RSI of the 1 period change.... for whatever reason, it tends to capture a day of a reversal or simply a 2-way (a candle with wicks). In either case, there is generally a trade that sets up in direction that the pinball predicts (a flush)....

keep it simple, eh?

Reply With Quote