[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] Create a indicator



PureBytes Links

Trading Reference Links

I am new but will take a stab at your first question:

    In Indicator Builder, choose New, enter an indicator Name, and then put
this the Formula area there:

If(
   OPEN<Ref(CLOSE,-1) AND
   Ref(CLOSE,-1)=Ref(HIGH,-1),
{then} Ref(CLOSE,-1)-OPEN,
{else} 0);

The braces and text within them is optional. The final semicolon is also
optional, unless you add other statements.

Choose OK to save it. Drag it onto one of your security's charts, select it,
Right-click and choose Properties, and then choose the Histogram style under
Color/Style.

-john

----- Original Message -----
From: "ptc_man" <ptc_man@xxxxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: Monday, April 07, 2003 11:34 AM
Subject: [EquisMetaStock Group] Create a indicator


> Hi
>
> I have the following formula:
>
> open<ref(close,-1) and
> ref(close,-1)=ref(high,-1)
>
> now, what I want to do is to plot as an indicator/histogram the
> following formula:
>
> ref(close,-1)-open
>
> but only if the condicion/formula above is true.
>
> How can I do this?
>
> Another thing, Tradestation have the MessageLog where it is possible
> to view all the values that this indicator produces. Is it possible
> to metastock do the same? To show the spread that this indicator
> produces between the close and the open in a spreadsheet or a .txt?
>
> Thank's for all the help
>
>
>
>
>
> 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/
>
>
>



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Save Smiley. Help put Messenger back in the office.
http://us.click.yahoo.com/4PqtEC/anyFAA/i5gGAA/BefplB/TM
---------------------------------------------------------------------~->

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/