|
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?
|