PureBytes Links
Trading Reference Links
|
You can also move the symbols up or down relative to each other, to show whichever symbols you want to give higher priority.
Dusant
----- Original Message -----
From: tan ming
To: equismetastock@xxxxxxxxxxxxxxxx
Sent: Sunday, June 18, 2006 12:19 PM
Subject: [EquisMetaStock Group] Expert Symbols
Can anyone help to solve this problem?
Basically I try to create a expert showing symbols of buy signals. However
when I try to create two buy symbols (Different rules) with reference to one
indicator, the expert only shows the symbol created on top of the list.
For instance, I create a first buy smybol (Up arrow) using forumla :
A1:=Fml("Same Indicator")
A1 < 0.2
While the second buy symbol (Diamond) using formula:
A1:=Fml("Same Indicator")
A1 < 0.2 AND Barsince(Ref(A1,-1) < 0.2) = 2
The diamond rule only add on an additional rule of Barsince(Ref(A1,-1) <
0.2) = 2.
The expert only shows the up arrow while ignore the diamond. When uncheck
uparrow and check diamond, it shows the diamond. When check both it only
show the up arrow. How do show both symbols (up arrow and diamond) together?
------------------------ Yahoo! Groups Sponsor --------------------~-->
Great things are happening at Yahoo! Groups. See the new email design.
http://us.click.yahoo.com/qlNZQC/hOaOAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|