in Search

Daily Indicator on Intraday chart

Last post 04-11-2008, 7:10 by JimM. 2 replies.
Sort Posts: Previous Next
  •  04-10-2008, 13:56 26925

    Daily Indicator on Intraday chart

    Hi folks:

    Does anyone know of a quick and dirty way to put a daily indicator (custom or built-in) on an intraday chart?  I've tried to use the forum.dll, but I can't seem to get it to work.  The formula I want to put in is for daily pivots as follows:

    {Daily Pivot Price}
    x1:=(H+L+C)/3;
    x2:=(H+L)/2;
    {Pivot Diffential}
    x3:=Abs(x2-x1);
    {Pivot Range}
    x4:=x1-x3;
    x5:=x1+x3;

    x1;
    x2

    I would like to apply it to other indicators (e.g., stochastics, etc.)

    Thanks in advance for any assistance.

    JimM

     

     

     

  •  04-10-2008, 18:15 26927 in reply to 26925

    Re: Daily Indicator on Intraday chart

    Jim,

    You will find what are looking for at Roy Larsen's website: http://www.metastocktips.co.nz, in particular the "Other Formulas" section.



    Hope this helps.

    wabbit Big Smile [:D]


    MS: 6.52 EOD, 7.x EOD, 8.0 PRO, 9.2 PRO w/QC, 10 PRO w/QC & MDK
    For custom MetaStock programming : http://www.wabbit.com.au
    My SkyPE status : wabbit.com.au SkyPE online status
    My SkyPE account : wabbit.com.au

  •  04-11-2008, 7:10 26928 in reply to 26925

    Re: Daily Indicator on Intraday chart

    Many thanks wabbit. I think I need to subscribe to Roy's letter. 
View as RSS news feed in XML