PureBytes Links
Trading Reference Links
|
Marty,
For example, Signal = Close cross over 200 EMA :
Enter LONG :
Signal:= Cross(C,Mov(C,200,e));
Barssince(Signal) > 2 and Barssince(Signal) < 10
Pierre Tremblay
Marty a écrit:
>When coding a buy signal I need to structure the signal to buy
>within say 3days and less than 10 or the system tester will keep
>repeating the signals. Does anybody know how to code this. I was
>thinking barsince but that doent seem to do it.
>Martin
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|