PureBytes Links
Trading Reference Links
|
> Does anyone know of how to create a single volume bar in a subparagraph
> which in the color of that bar (not a two colored overlay bar) will tell
> you whether the action of the price bar (in paragraph 1) was formed on
> accumulation or distribution.
>
how about a "net tick" indicator?
optionally you can normalize it to get a percentage.
plot1((Upticks-DownTicks){/(upticks+downticks)},"NetTicks");
regards,
phil
> Thank you very much.
>
> LD
>
>
|