Deployed 690080e to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2026-01-22 05:49:34 +00:00
parent 588b556b83
commit 7915ee7866
2 changed files with 27 additions and 1 deletions

View File

@@ -1840,6 +1840,17 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#does-freqtrade-support-sandbox-accounts" class="md-nav__link">
<span class="md-ellipsis">
Does freqtrade support sandbox accounts?
</span>
</a>
</li>
<li class="md-nav__item">
@@ -2365,6 +2376,17 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#does-freqtrade-support-sandbox-accounts" class="md-nav__link">
<span class="md-ellipsis">
Does freqtrade support sandbox accounts?
</span>
</a>
</li>
<li class="md-nav__item">
@@ -2719,6 +2741,10 @@ Please make sure to read the <a href="../leverage/">relevant documentation page<
<p>No. Freqtrade will only open one position per pair at a time.
You can however use the <a href="../strategy-callbacks/#adjust-trade-position"><code>adjust_trade_position()</code> callback</a> to adjust an open position.</p>
<p>Backtesting provides an option for this in <code>--eps</code> - however this is only there to highlight "hidden" signals, and will not work in live.</p>
<h3 id="does-freqtrade-support-sandbox-accounts">Does freqtrade support sandbox accounts?<a class="headerlink" href="#does-freqtrade-support-sandbox-accounts" title="Permanent link">&para;</a></h3>
<p>No, but you can use dry-run mode to simulate trading without risking real funds.</p>
<p>Sandbox markets are separate, simulated markets - which are not suitable to test your strategy in a realistic environment.
These markets usually have different order books, liquidity and trading behaviour (usually with very few participants) - which makes them unsuitable for realistic tests of your strategy.</p>
<h3 id="the-bot-does-not-start">The bot does not start<a class="headerlink" href="#the-bot-does-not-start" title="Permanent link">&para;</a></h3>
<p>Running the bot with <code>freqtrade trade --config config.json</code> shows the output <code>freqtrade: command not found</code>.</p>
<p>This could be caused by the following reasons:</p>

File diff suppressed because one or more lines are too long