# Upload your own data

You can upload your own datasets as CSV files and save them in the cycles app. A CSV ("comma-separated values") file is a delimited text file that uses a comma to separate values.

<p class="callout success">You can always manage (add, remove, update) your own saved data-sets in the settings area:  
[https://cycle.tools/settings/datasets](https://cycle.tools/settings/datasets)</p>

To upload new data series, go to the Settings -&gt; MyDatasets area and click "Upload New".

You need to ensure the right format of your text file. The first line always needs to include the header "time, value" indicating each following line has a text for the date/time and a numeric value (e.g. close).

---

#####  

##### EOD

```C
 time, value
 2019-04-11, 80.01
 2019-04-12, 82.1
```

<p class="callout info">Use the [attached file eod\_upload\_test.csv](https://docs.cycle.tools/attachments/8) shown in the navigation panel as template with daily data.</p>

---

#####  

##### Intraday

```C
time, value
2019-04-11 13:01, 2301
2019-04-12 13:02, 2320
```

<p class="callout info">Please see and test the [attached file](https://docs.cycle.tools/attachments/7) (eurusd-1h-example.csv) shown in the navigation panel as template with 1h intraday data for the EURUSD.</p>

---

#####  

##### Generic date formats

<div id="bkmrk-%5Byy%5Dyy-mm-ddyyyymmdd"><div><small> \[yy\]yy-mm-dd  
yyyymmdd</small></div></div><div id="bkmrk--0"></div>