PureBytes Links
Trading Reference Links
|
something like this
{First Indicator} {Test1}
AA:=mov(c,20,s);
BB:=mov(c,30,s);
CC:=mov(c,50,s);
{end First Indicator}
{Second Indicator} {Test2}
x:=fmlvar("test1","bb");
y:=fmlvar("test2","cc");
x>y
{end second indicator}
--- In equismetastock@xxxxxxxxxxxxxxx, "andrew_slemko"
<andrew_slemko@xxxx> wrote:
> Hay guys and gals I have a question for you. I have written a
custom
> indicator. When I apply it to a chart it plots three line studies
at
> once (Value 1 / Value 2 / Value 3) I want to write a custom
> indicator referenceing those values can it be done?
>
> I just wanted to to work like this:
>
> If value 3 is greater than value 2 plot a value of +1
>
> Has any one written a indicator like that if so is anyone willing
to
> share it? Or help me out?
>
> Andrew
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/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/
|