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

Re: [EquisMetaStock Group] Elder Plug-in/ Clayburg



PureBytes Links

Trading Reference Links

I also use Category 2 Points.  It's the best fit for my time frame.


Here are the Experts for the Clayburg Resistance & Support Points (As I've coded them):


Category One:

Support
If(Ref(L, +1) > L,
  If(Ref(L, -1) > L,
    1,
    0),
  0)

Resistance
If(Ref(H, +1) < H,
  If(Ref(H, -1) < H,
    1,
    0),
  0)


Category 2:

Support
If(Ref(L, +2) > L,
  If(Ref(L, -1) > L,
    If(Ref(L, +1) > L,
      If(Ref(L, +2) > L,
      1, 0),
    0),
  0),
0)

Resistance
If(Ref(H, +2) < H,
  If(Ref(H, -1) < H,
    If(Ref(H, +1) < H,
      If(Ref(H, +2) < H,
      1, 0),
    0),
  0),
0)



Category 3:

Support
If(Ref(L, +3) > L,
  If(Ref(L, +2) > L,
    If(Ref(L, +1) > L,
      If(Ref(L, -1) > L,
        If(Ref(L, -2) > L,
          If(Ref(L, -3) > L,
          1, 0),
        0),
      0),
    0),
  0),
0)


Resistance
If(Ref(H, +3) < H,
  If(Ref(H, +2) < H,
    If(Ref(H, +1) < H,
      If(Ref(H, -1) < H,
        If(Ref(H, -2) < H,
          If(Ref(H, -3) < H,
          1, 0),
        0),
      0),
    0),
  0),
0)

I use a dot for the graphic.  All resistance dots are maroon, all support dots are teal.
I use small dots for Category 1, medium dots for Category 2, and large dots for Category 3.



Just for giggles, here is the Elder Rays:

Bull Ray:
BullPower:= H - Mov(C, 13, E);

BullPower;

Bear Ray:
BearPower:= L - Mov(C, 13, E);

BearPower;


Change the plot sytle to histogram (I think). It's the seventh option in the style dropdown in the
property box.



Cheers,
Conrad



________________________________________________________________________
Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/