PureBytes Links
Trading Reference Links
|
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?
_________________________________________________________________
Find love online with MSN Personals.
http://match.msn.com.my/match/mt.cfm?pg=channel
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/ulNZQC/lOaOAA/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/
|