PureBytes Links
Trading Reference Links
|
Hello Rod and Pumrysh,
Thank you for your input.
Regards,
Samuel
Rod Whitley <rbw1226@xxxxxxxxx <mailto:rbw1226%40yahoo.com> > ?:
I wonder if your promblem could be solved by doing the following.
With Metastock open click on tools, then options, then real-time, then
uncheck the recalculate expert live.
This should make expert alert after the close of 1min bar, and not during.
Burt
----- Original Message ----
From: samuel leung <samuelleung88960@xxxxxxxxxxxx
<mailto:samuelleung88960%40yahoo.com.hk> >
To: equismetastock@xxxxxxxxxxxxxxx <mailto:equismetastock%40yahoogroups.com>
Sent: Tuesday, February 5, 2008 9:22:29 AM
Subject: [EquisMetaStock Group] Latch within 1 minute in intraday trading
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
------------ --------- --------- ---
出差或去旅??,你可以???地用全新的 Yahoo! Messenger ?上版 同朋友即?通
?及查????息??!
[Non-text portions of this message have been removed]
__________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
[Non-text portions of this message have been removed]
---------------------------------
Yahoo! ?上安全攻略,教你如何防?黑客! 了解更多
[Non-text portions of this message have been removed]
[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/
|