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

Re: Paint Bar/ ShowMe


  • To: omega-list@xxxxxxxxxx
  • Subject: Re: Paint Bar/ ShowMe
  • From: Thomas Brun <TDBRUNkkkkkkkkkkkkkkkkk>
  • Date: Fri, 27 Mar 1998 09:27:51 -0800

PureBytes Links

Trading Reference Links

Jay,

This was a good question and it received some good answers. I added
another PaintBar and increased the lookBack bar by one and painted those
bars Black. This helped me to get another view.  I think this works
correctly.  Thanks to Hans,Denise, Bob and others who answered Jay's
question.  I had the same question too.

 It doesn't help if you want to see all the previous bars but it does
show you what bars are relevant to the High or Low that you would need
within your look back time.



Tom..



  >From Jay:
>      I would like to write a ShowMe study that marks the bar which
>      is 'x" bars ago.


>From Hans:
> Create a PAINTBAR:
> 
> input:lookBACK(25);             {or whatever your BO period is}
> plot1[lookBACK] (high[lookBACK],"pbHI");
> plot2[lookBACK] (low[lookBACK],"pbLO");