Skip to content

Commit f859ac0

Browse files
author
www-data
committed
Automated push from server made by Jared Broad
1 parent d0ef43e commit f859ac0

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
<p>
22
API tutorials seek to give you an introduction to building an algorithm using the QuantConnect API.
33
</p>
4-
<style> .tutorial-box { border: 1px solid #cccccc; border-radius: 5px; padding: 15px } a .tutorial-box { color:#747f8e; cursor: pointer; text-decoration: none; position: relative; margin-bottom: 20px}a.tutorial-link:hover { text-decoration: none; }i.tutorial-link-icon { position: absolute; top: 15px; right: 15px } </style><a class="tutorial-link" href="/tutorials/api-tutorials/consolidating-data-to-build-bars"> <div class="tutorial-box"> <h4><i class="fa fa-bar-chart-o"></i> Consolidating Data to Build Bars</h4> <p>Learn how to create bars of any size for your algorithm and apply them to your indicators.</p> <i class="fa fa-external-link tutorial-link-icon"></i> </div></a><a class="tutorial-link" href="/tutorials/api-tutorials/scheduled-events"> <div class="tutorial-box"> <h4><i class="fa fa-calendar"></i> Using Scheduled Events</h4> <p>Trigger algorithm functions at specific times of the day or month.</p> <i class="fa fa-external-link tutorial-link-icon"></i> </div></a><a class="tutorial-link" href="/tutorials/api-tutorials/tracking-and-managing-orders"> <div class="tutorial-box"> <h4><i class="fa fa-exchange"></i> Trading and Order Management</h4> <p>Learn how to use QuantConnect order tickets system to properly manage your algorithm trades.</p> <i class="fa fa-external-link tutorial-link-icon"></i> </div></a><a class="tutorial-link" href="/tutorials/api-tutorials/using-options-in-quantconnect"> <div class="tutorial-box"> <h4><i class="fa fa-file-text-o"></i> Using Options in QuantConnect</h4> <p>Learn how to filter and selections for your backtesting.</p> <i class="fa fa-external-link tutorial-link-icon"></i> </div></a>
4+
<style>
5+
.tutorial-box { border: 1px solid #cccccc; border-radius: 5px; padding: 15px }
6+
a .tutorial-box { color:#747f8e; cursor: pointer; text-decoration: none; position: relative; margin-bottom: 20px}
7+
a.tutorial-link:hover { text-decoration: none; }
8+
i.tutorial-link-icon { position: absolute; top: 15px; right: 15px }
9+
</style>
10+
<a class="tutorial-link docs-internal-link" href="/tutorials/api-tutorials/consolidating-data-to-build-bars">
11+
<div class="tutorial-box">
12+
<h4><i class="fa fa-bar-chart-o"></i> Consolidating Data to Build Bars</h4>
13+
<p>Learn how to create bars of any size for your algorithm and apply them to your indicators.</p>
14+
<i class="fa fa-external-link tutorial-link-icon"></i>
15+
</div>
16+
</a>
17+
<a class="tutorial-link docs-internal-link" href="/tutorials/api-tutorials/scheduled-events">
18+
<div class="tutorial-box">
19+
<h4><i class="fa fa-calendar"></i> Using Scheduled Events</h4>
20+
<p>Trigger algorithm functions at specific times of the day or month.</p>
21+
<i class="fa fa-external-link tutorial-link-icon"></i>
22+
</div>
23+
</a>
24+
<a class="tutorial-link docs-internal-link" href="/tutorials/api-tutorials/tracking-and-managing-orders">
25+
<div class="tutorial-box">
26+
<h4><i class="fa fa-exchange"></i> Trading and Order Management</h4>
27+
<p>Learn how to use QuantConnect order tickets system to properly manage your algorithm trades.</p>
28+
<i class="fa fa-external-link tutorial-link-icon"></i>
29+
</div>
30+
</a>
31+
<a class="tutorial-link docs-internal-link" href="/tutorials/api-tutorials/using-options-in-quantconnect">
32+
<div class="tutorial-box">
33+
<h4><i class="fa fa-file-text-o"></i> Using Options in QuantConnect</h4>
34+
<p>Learn how to filter and select Options for your backtesting.</p>
35+
<i class="fa fa-external-link tutorial-link-icon"></i>
36+
</div>
37+
</a>

0 commit comments

Comments
 (0)