| SID Name | Description | Rating |  | 959 PVO | Plot the PVO indicator | Not Rated |
 | The logic for this chart: |
#Plot the PVO indicator
#The PVO technical analysis indicator much be in the Indicators folder
my ($line,$signal,$hist)=PVO(12,26,9);
PlotColumn($line,Red);
PlotColumn($signal,Blue);
PlotColumn($hist,Yellow,Vline);
PlotFixedLine(0,Yellow);
|