PureBytes Links
Trading Reference Links
|
Create an input called "PrctAbov" and set it to .20.
Then use the following formula for your PaintBar:
H > H[1] * (1 + PrctAbov/100)
---- you wrote:
> Could anyone help with a paintbar study in S.C.? It seems it should be
> simple, but I cant get the following to come out right: if today's high is
> 0.2 percent higher than yesterday's high
>
> High + .20 > High[1] verifies, but there are some bars painted that dont
> meet the criteria.
>
> Thanks,
>
> Dickey
>
|