Skip to content

Commit

Permalink
Deployed 57cf4fc with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik-urkude-algobulls committed Feb 6, 2024
1 parent c61387f commit dc5286e
Show file tree
Hide file tree
Showing 9 changed files with 125 additions and 66 deletions.
Binary file added python_build/imgs_v2/python_build_plan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python_build/imgs_v2/python_build_plan_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python_build/imgs_v2/python_build_plan_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed python_build/imgs_v2/python_build_plans.png
Binary file not shown.
69 changes: 64 additions & 5 deletions python_build/python-build-getstarted/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,26 @@
How to get started with Python Build?
</a>

<nav class="md-nav" aria-label="How to get started with Python Build?">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#starter-python-build-plan" class="md-nav__link">
Starter Python Build Plan:
</a>

</li>

<li class="md-nav__item">
<a href="#advanced-python-build-plan" class="md-nav__link">
Advanced Python Build Plan:
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -1655,6 +1675,26 @@
How to get started with Python Build?
</a>

<nav class="md-nav" aria-label="How to get started with Python Build?">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#starter-python-build-plan" class="md-nav__link">
Starter Python Build Plan:
</a>

</li>

<li class="md-nav__item">
<a href="#advanced-python-build-plan" class="md-nav__link">
Advanced Python Build Plan:
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand All @@ -1679,19 +1719,38 @@ <h1>Setup your Workspace</h1>

<h2 id="how-to-get-started-with-python-build">How to get started with Python Build?<a class="headerlink" href="#how-to-get-started-with-python-build" title="Permanent link">&para;</a></h2>
<hr />
<p>To start developing your own strategy, you must first activate a plan from the <strong><a href="https://app.algobulls.com/pricing?section=Smart%20Plans" target="_blank">Pricing</a></strong> section. Select the <strong><a href="https://app.algobulls.com/pricing?section=Developers" target="_blank">Developers</a></strong> tab in the <strong>Pricing</strong> section and select a plan of your choice. There is currently one developer plan available:</p>
<p><a href="../imgs_v2/python_build_plans.png"><img alt="pythonbuild" src="../imgs_v2/python_build_plans.png" title="Click to Enlarge or Ctrl+Click to open in a new Tab" /></a></p>
<p>To begin developing your own strategy, you need to activate a plan from the <strong><a href="https://app.algobulls.com/pricing?section=Smart%20Plans" target="_blank">Pricing</a></strong> section. Choose from the available options:</p>
<h3 id="starter-python-build-plan">Starter Python Build Plan:<a class="headerlink" href="#starter-python-build-plan" title="Permanent link">&para;</a></h3>
<ul>
<li>Allows live trading only in the US market.</li>
<li>Offers a set of features for developing Algorithmic Trading Strategies.</li>
<li>Allows up to 50 strategies to be saved.</li>
<li>Provides an execution time of 10,000 minutes for backtesting/paper trading.</li>
<li>Allows a maximum of 10 strategies to run in parallel.</li>
</ul>
<h3 id="advanced-python-build-plan">Advanced Python Build Plan:<a class="headerlink" href="#advanced-python-build-plan" title="Permanent link">&para;</a></h3>
<ul>
<li>Allows live trading in both US and Indian markets.</li>
<li>Offers a set of features for developing Algorithmic Trading Strategies.</li>
<li>Allows up to 200 strategies to be saved.</li>
<li>Provides an execution time of 30,000 minutes for backtesting/paper trading.</li>
<li>Allows a maximum of 20 strategies to run in parallel.</li>
</ul>
<p><strong>Python Build Plan for India</strong>
<a href="../imgs_v2/python_build_plan_1.png"><img alt="pythonbuild" src="../imgs_v2/python_build_plan_1.png" title="Click to Enlarge or Ctrl+Click to open in a new Tab" /></a>
<strong>Python Build Plan for US</strong>
<a href="../imgs_v2/python_build_plan_2.png"><img alt="pythonbuild" src="../imgs_v2/python_build_plan_2.png" title="Click to Enlarge or Ctrl+Click to open in a new Tab" /></a></p>
<p>To start coding:</p>
<ul>
<li><strong>Advanced Developer Plan</strong>: Develop your own Algorithmic Trading Strategy for Free along with Analytics support, concurrent Strategy Executions, Professional Support, and more.</li>
<li>Once you've selected your plan, you can start coding. Access the "Python Build Splash Screen" to explore various options, including "Code from Scratch" for creating your strategies.</li>
</ul>
<p>After selecting your plan, you will be able to begin coding. You can either edit the preloaded <strong>Ready templates</strong> or use the <strong>My Coded Strategies</strong> section to create your own strategies.</p>

<hr>
<div class="md-source-file">
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2023-10-22T11:14:05+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2023-10-22</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-02-06T10:03:47+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-02-06</span>


</small>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit dc5286e

Please sign in to comment.