PureBytes Links
Trading Reference Links
|
Samuel,
What kind of moving average do you wish to use?
signal:=C>mov(C,10,S);
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, samuel leung
<samuelleung88960@xxx> wrote:
>
> Hello,
>
> I need your help for a latch programming for intraday trading
using the one-minute chart.
>
> I'd like to use the alert function to remind me a setup
condition, e.g. C>mov(c,10).
>
> In the current minute, when closing price first greater than mov
(c,10), the alert window will come out. However, when the price
fluctuates above and below mov(c,10) before the current minute is
ended, the same alert window come out again and again. Therefore, I
think I need a latch to hold the setup condition within the current
minute once the setup condition is met.
>
> I tried to write below codes but failed. Please help to comment.
>
> signal:=C>mov(c,10);
> Set:=signal;
> Reset:=1-Alert(signal,1);
> If(Set,1,If(Reset,0,PREV));
>
> Thanks for your help in advance.
>
> Regards,
> Samuel
>
>
>
> ---------------------------------
> ¥X®t©Î¥h®È¹C®É¡A§A¥i¥HÀH®ÉÀH¦a¥Î¥þ·sªº Yahoo! Messenger ºô¤Wª©
¦PªB¤Í§Y®É³q°T¤Î¬d¸ß¹ï¸Ü°T®§¬ö¿ý!
>
> [Non-text portions of this message have been removed]
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|