percentage chart

magiclaas

Junior member
Messages
22
Likes
0
hi,
i kindly ask: is it possible to see charts on metastock in percentage variation?
thank you
 
hi,
i kindly ask: is it possible to see charts on metastock in percentage variation?
thank you

Not with the price chart itself, no.
But you can write an indicator which can show you this info.
Or you can calculate the percentages manually and input them via the Downloader; then you'll be able to have a smarchart with percentages.
Hope this helps.

Eduardo.
 
Not with the price chart itself, no.
But you can write an indicator which can show you this info.
Or you can calculate the percentages manually and input them via the Downloader; then you'll be able to have a smarchart with percentages.
Hope this helps.

Eduardo.

have you the code of teh indicator?
 
Try this:

((C-Ref(C,-1))/Ref(C,-1))*100

and plot it on a separate window in your chart.

Eduardo.

thanks a lot, you are very kind
i ask one more question:
how could you compare the percentage performance of two or more index or stocks on a chart or by an indicator ?

thank you again
luigi
 
thanks a lot, you are very kind
i ask one more question:
how could you compare the percentage performance of two or more index or stocks on a chart or by an indicator ?

thank you again
luigi
You have got such an indicator already, though not a very good one; it is called Relative Strength (not RSI!).
For more on this, visit MetaStockTools.com and check the URSC kit.

Eduardo.
 
Top