PureBytes Links
Trading Reference Links
|
Thank you very much Roy, you solved my problem. Great example!
Stephane
--- In equismetastock@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxxx>
wrote:
> Stephane
>
> Plot this exercise on any chart (unscaled) and take note of the
interaction
> of the four plots. Then try removing "Init OR" from both BarsSince
() and see
> what happens.
>
> {signal timing for a simple latch}
>
> Set:=Cross(Mov(C,15,E),Mov(C,25,E)); Set+3.75;
>
> Reset:=Cross(Mov(C,25,E),Mov(C,15,E)); Reset+2.5;
>
> Init:=Cum(Set+Reset>-1)=1; Init+1.25;
>
> Trade:=BarsSince(Init OR Set)<BarsSince(Init OR Reset);
>
> Trade;
>
>
>
> Roy
>
------------------------ 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/
|