Skip to content

Commit

Permalink
Update 10 Quotas.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Jan 16, 2024
1 parent b9d2c5c commit da2b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03 Writing Algorithms/36 Charting/10 Quotas.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p>When you run backtests, you must stay within the plotting quotas to avoid errors.</p>

<h4>Cloud Quotas</h4>
<p>If you execute backtests in QuantConnect Cloud, see <a href='/docs/v2/cloud-platform/backtesting/results#06-Custom-Charts'>Custom Charts</a> for more information about the charting quotas.</p>
<? include(DOCS_RESOURCES."/plotting/quotas.php"); ?>

<h4>Local Quotas</h4>
<p>If you execute local backtests, the charting quotas are set by the <code>maximum-chart-series</code> and <code>maximum-data-points-per-chart-series</code> <a href='/docs/v2/local-platform/development-environment/configuration#03-LEAN-Settings'>configuration settings</a>.</p>

0 comments on commit da2b2c4

Please sign in to comment.