PureBytes Links
Trading Reference Links
|
Unfortunately MetaStock can only display one signal symbol per bar.
You could try using the bar Highlights as your second symbol.
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, "tan ming"
<reminiscenostalgia@xxx> wrote:
>
> 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 --------------------~-->
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/DEOZVC/fOaOAA/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/
|