Is there any way to perform the "Copy Price Data to Clipboard" function through the code editor? I would like to export everything shown on the chart tab for a dataset.
Thanks
Size:
Color:
Size:
Color:
Probably I have not expressed my question in the most proper way because I believe that the links posted are not of significant help to my problem. The problem for me is not the "copy to clipboard" process but how I could copy to clipboard every DataSeries plotted in the tab "Chart" either by making use of the interactive "Plot an indicator on the Chart.." or by creating a plot through the code editor.
It seems to me that what I am essentially looking for is a "for each DataSeries ploted in the chart" loop.
The purpose is to export at once everything plotted without having to change the code every time I modify the dataseries included in the chart.
Size:
Color:
QUOTE:
It seems to me that what I am essentially looking for is a "for each DataSeries ploted in the chart" loop.
DataSeries can be obtained from Bars.Cache. Here's the idea:
CODE:
Please log in to see this code.
Size:
Color:
This examplle should be more illustrative:
CODE:
Please log in to see this code.
Size:
Color: