dear friends,
could you help how to synchroized the chart of Volume and MA(Volume,50) so they are correctly placed ?
plot(v,"vol",colorlightgrey,stylehistogram+styleownscale,2);
plot(MA(V,50),"MA vol",colorred,styleownscale,2);
how to use
"styleLeftAxisScale"
for the above matter?
Thanks
Koes |