Imported Data Series

Marco Salerno
Written by Marco SalernoLast updated 18 days ago

Data Series is a list of dates and their associated values. Importing your own data series is easy:

  1. Click on Research→Imported Data Series then New → Data Series.

  2. Select the file from your hard drive (CSV). First column is the date, second the value.

  3. Select the Date Format from the dropdown. For example yyyy-mm-dd.

  4. Select other options like the decimal format and whether a header row exists.

  5. Click upload. If there are errors they will be reported including where they occur.

  6. Click the Save icon indicated by the arrow.

  7. Verify your series by clicking on the Chart tab.

Below is the result of uploading a series for a file called IBM_close.csv.

image.png

Adding/Updating Your Series

To add or update data click on the series and select the file with the new data. You can choose what happens to the existing data from the Existing Data dropdown:

  1. Overwrite will update values on the same date

  2. Skip will skip the values on the same date

  3. Delete will delete all existing data first, then add the new data

Using Your Series

Imported Series can be used in formulas of all the main components like Ranking Systems, Screens, and Portfolio Strategies using the GetSeries("series name") function.

So, for example, let’s say you only want to check if the FRED data for the US leading index is 0.5% or higher. One way to do this would be to upload the USSLIND data from FRED in a series with the same name. Then in a rule, you can check like this:

Close( 0, GetSeries("USSLIND") ) > 0.5

Or if you want to know if USSLIND is above it's SMA(10) you would write:

Close( 0, GetSeries("USSLIND") ) > SMA( 10, GetSeries("USSLIND") )

Did this article help you solve your issue?

Portfolio123 - Help Center

© 2026 Portfolio123 - Help Center. All rights reserved.

Knowledge Base Software by Customerly