PureBytes Links
Trading Reference Links
|
SPAM: -------------------- Start SpamAssassin results ----------------------
SPAM: This mail is probably spam. The original message has been altered
SPAM: so you can recognise or block similar unwanted mail in future.
SPAM: See http://spamassassin.org/tag/ for more details.
SPAM:
SPAM: Content analysis details: (5.70 hits, 5 required)
SPAM: FROM_ENDS_IN_NUMS (0.9 points) From: ends in numbers
SPAM: COMMENT (0.8 points) Found a Comment header
SPAM: TO_BE_REMOVED_REPLY (0.4 points) BODY: Says: "to be removed, reply via email" or similar
SPAM: SPAM_PHRASE_05_08 (1.6 points) BODY: Spam phrases score is 05 to 08 (medium)
SPAM: [score: 6]
SPAM: SUPERLONG_LINE (0.0 points) BODY: Contains a line >=199 characters long
SPAM: FORGED_YAHOO_RCVD (1.4 points) 'From' yahoo.com does not match 'Received' headers
SPAM: AWL (0.6 points) AWL: Auto-whitelist adjustment
SPAM:
SPAM: -------------------- End of SpamAssassin results ---------------------
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]
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/
|