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

Re: [RT] S&P Breakout...



PureBytes Links

Trading Reference Links

> I'll let the list judge what you've come up with - but don't let that stop
> you writing the code and posting it, with instructions...

My pleasure......

{*********************************************************
Indicator: DojiSandwich
(Oh, wait, it can't be an indicator; it must be a TOOL!)
Copyright (with tongue firmly in cheek): DH, 2001
**********************************************************}

if o[1] = c[1]
  and h[1] > h[2]
  and h[1] > h
  and l[1] > l[2]
  and l[1] > l
  and c[2] > o[2]
  and o > c
  then plot1[1](h[1] +.5*minmove/pricescale, "DS Top");

if o[1] = c[1]
  and h[1] < h[2]
  and h[1] < h
  and l[1] < l[2]
  and l[1] < l
  and c[2] < o[2]
  and o < c
  then plot2[1](l[1] -.5*minmove/pricescale, "DS Bottom");

-- 
  Dennis
  Specializing in portrait photography of Emperors with no clothes.
------------------------ Yahoo! Groups Sponsor ---------------------~-~>
eGroups is now Yahoo! Groups
Click here for more details
http://click.egroups.com/1/11231/0/_/152424/_/981317322/
---------------------------------------------------------------------_->

To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxx



Attachment: Description: ""