PureBytes Links
Trading Reference Links
|
I think there is a way if you're using the more-recent versions (I'm
still using MS 6.52).
For example, in this piece of code notice the signal colors:
A:=Abs(100*(Mov(MP(),7,S)-Mov(MP(),65,S))/Mov(MP(),65,S));
Green:=If(A>Ref(A,-1),A,0);
Red:=If(A<Ref(A,-1),A,0);
Signal:=Mov(A,5,S);
Signal;
Green;
Red;
They both come up red in 6.52, but I think it was written for later
iterations.
Luck,
Sebastian
------------------------ 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/
|