Welcome to Collective2

Follow these tips for a better experience

Ok, let's start

Close
Add to Watch List Create new Watch List
Add
Enter a name for your Watch List.
Watch List name must be less than 60 characters.
You have reached the maximum number of custom Watch Lists.
You have reached the maximum number of strategies in this Watch List.
Strategy added to Watch List. Go to Watch List

Sim is unavailable for this strategy, because you've recently "Simmed" it.

You already have a live, full-featured subscription to this strategy.

Okay, no problem

Reach out to us when you are ready. You can schedule your free training session at any time by clicking the button.

Remember, this training is free, low pressure, and (we hope!) fun.

Got it

Later

You can find it here.

Got it

Video Saved for Later

You can watch this video later. Just click this button at the top of the screen whenever you're ready to watch it.

Got it

Javascript Snippets

Table of Contents

Overview

If you run your own web site, you can easily put links to your system on your site, using our javascript libraries. Links come in two formats: system tiles, and monthly results.

System Tiles

Tiles are rectangles that contain the latest system statistics and include a button to allow people to subscribe.

Here is an example of what a tile looks like:

Example of multiple system tiles

To include system tiles on your web page, just copy and paste the following javascript snippet into your web page, at the location where you want the tile to appear, somewhere inside your page's <body> tag:


<script type="text/javascript" id="SYSTEMID" src="//collective2.com/js/c2systemtiles.js"></script>

Replace SYSTEMID with your actual C2 system id number. You can find this in the web page address when you go to your system on Collective2. For example, if you see /system12345 in the web page address for your system, your system id is 12345.


You can show multiple tiles by including multiple system ID numbers, separated by the . character (the dot or period character).


<script type="text/javascript" id="SYSTEMID1.SYSTEMID2.SYSTEMID3" src="//collective2.com/js/c2systemtiles.js"></script>

Here is an example of what multiple tiles look like:

Example of multiple system tiles




Monthly Returns

You can highlight your system's monthly returns and include a button to allow people to subscribe. Obviously this is useful only for systems with a track record of at least several months.

Here is an example of what monthly returns look like:

Example of monthly returns

To include monthly on your web page, just copy and paste the following javascript snippet into your web page, at the location where you want the tile to appear:


<script type="text/javascript" id="SYSTEMID" src="//collective2.com/js/c2monthly.js"></script>

Replace SYSTEMID with your actual C2 system id number. You can find this in the web page address when you go to your system on Collective2. For example, if you see /system12345 in the web page address for your system, your system id is 12345.