You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API tutorials seek to give you an introduction to building an algorithm using the QuantConnect API.
3
3
</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><aclass="tutorial-link" href="/tutorials/api-tutorials/consolidating-data-to-build-bars"><divclass="tutorial-box"><h4><iclass="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><iclass="fa fa-external-link tutorial-link-icon"></i></div></a><aclass="tutorial-link" href="/tutorials/api-tutorials/scheduled-events"><divclass="tutorial-box"><h4><iclass="fa fa-calendar"></i> Using Scheduled Events</h4><p>Trigger algorithm functions at specific times of the day or month.</p><iclass="fa fa-external-link tutorial-link-icon"></i></div></a><aclass="tutorial-link" href="/tutorials/api-tutorials/tracking-and-managing-orders"><divclass="tutorial-box"><h4><iclass="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><iclass="fa fa-external-link tutorial-link-icon"></i></div></a><aclass="tutorial-link" href="/tutorials/api-tutorials/using-options-in-quantconnect"><divclass="tutorial-box"><h4><iclass="fa fa-file-text-o"></i> Using Options in QuantConnect</h4><p>Learn how to filter and selections for your backtesting.</p><iclass="fa fa-external-link tutorial-link-icon"></i></div></a>
0 commit comments