Sean, thanks for the comments. Maybe you can make a suggestion on the following: I copied data with dates from Excel into a new data folder in MSWIN. It copied fine. The data of course copied under O,H,L,C,V, but would make no sense on a chart since it is not a price series. However, I can now manipulate that data in MSWIN. If I want a line plot of (O/V)/10 could I use mov((O/V)/10,1,s)? Assuming I could, I then want to display that line on S&P500 chart. Is that possible? I am trying to get around linking to Excel, just plugging the new daily data in the new folder, making some custom indicators on that data, but displaying the indicators on another chart. This would be similar to having advancing-declining issues in a data folder, and displaying A/D line on the S&P. Any comments greatly appreciated. CS |