[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: channel breakout


  • To: RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx>
  • Subject: Re: channel breakout
  • From: Paul Cote <cote@xxxxxxxx>
  • Date: Tue, 17 Feb 1998 10:14:42 -0800 (PST)
  • In-reply-to: <aad63dc5.34e9cca0@xxxxxxx>

PureBytes Links

Trading Reference Links

I don't use ela because I am using supercharts 3.0  I can give you the
> code that I am using in the quick editor though.
> Turtles:
> if
> 
> current bar > 1 and close > highest(high, length)[1] then buy this bar
> on close
> 
> if
> current bar > 1 and close < lowest(low, lenth)[1] exit this bar on close
> 
> for turtles.
> 
> For the Saidenburg,
> 
> if
> c crosses above (average(c,slen)+2*stddev(c,15))[len] then buy next bar
> at market
> 
> if
> c crosses below (average(c,slen)-2*stddev(c,15))[len] then sell next bar
> at market
> 
> Hope this helps!
> 
> Paul Cote

Proffittak@xxxxxxx wrote:
> 
> would  you share with us  the  sys code
> so we can copy and paste into supper charts
> 
> regards
> Ben