Skip to content

Commit

Permalink
Deployed 70a3c49 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donewiththedollar committed Sep 2, 2024
1 parent 70a3c49 commit a28247d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,10 @@ <h3 id="example-configuration-snippet">Example Configuration Snippet</h3>
&quot;failsafe_enabled&quot;: false,
&quot;failsafe_start_pct&quot;: 0.07,
&quot;long_failsafe_upnl_pct&quot;: 10.0,
&quot;short_failsafe_upnl_pct&quot;: 10.0
&quot;short_failsafe_upnl_pct&quot;: 10.0,
&quot;stop_loss_enabled&quot;: true,
&quot;stop_loss_long&quot;: 15.0,
&quot;stop_loss_short&quot;: 15.0
},
&quot;hotkeys&quot;: {
&quot;hotkeys_enabled&quot;: false,
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
10 changes: 8 additions & 2 deletions strategies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,10 @@ <h4 id="long-and-short-auto-rotating-futures-configuration">Long and Short Auto-
&quot;failsafe_enabled&quot;: false,
&quot;failsafe_start_pct&quot;: 0.07,
&quot;long_failsafe_upnl_pct&quot;: 10.0,
&quot;short_failsafe_upnl_pct&quot;: 10.0
&quot;short_failsafe_upnl_pct&quot;: 10.0,
&quot;stop_loss_enabled&quot;: true,
&quot;stop_loss_long&quot;: 15.0,
&quot;stop_loss_short&quot;: 15.0
},
&quot;hotkeys&quot;: {
&quot;hotkeys_enabled&quot;: false,
Expand Down Expand Up @@ -1154,7 +1157,10 @@ <h4 id="long-only-grid-targeting-one-symbol-or-more-via-whitelist-and-target_coi
&quot;failsafe_enabled&quot;: false,
&quot;failsafe_start_pct&quot;: 0.05,
&quot;long_failsafe_upnl_pct&quot;: 10.0,
&quot;short_failsafe_upnl_pct&quot;: 10.0
&quot;short_failsafe_upnl_pct&quot;: 10.0,
&quot;stop_loss_enabled&quot;: true,
&quot;stop_loss_long&quot;: 15.0,
&quot;stop_loss_short&quot;: 15.0
},
&quot;hotkeys&quot;: {
&quot;hotkeys_enabled&quot;: false,
Expand Down

0 comments on commit a28247d

Please sign in to comment.