mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-05 19:56:43 +08:00
DOC: updating docs - no stop orders on ccxt
This commit is contained in:
@@ -928,7 +928,6 @@ functions.
|
||||
context.asset,
|
||||
target_hodl_value,
|
||||
limit_price=price*1.1,
|
||||
stop_price=price*0.9,
|
||||
)
|
||||
|
||||
record(
|
||||
|
||||
@@ -184,7 +184,6 @@ one day prior to the current date.
|
||||
context.asset,
|
||||
target_hodl_value,
|
||||
limit_price=price * 1.1,
|
||||
stop_price=price * 0.9,
|
||||
)
|
||||
|
||||
record(
|
||||
|
||||
@@ -1084,7 +1084,6 @@ def handle_data(context, data):
|
||||
context.asset,
|
||||
target_hodl_value,
|
||||
limit_price=price*1.1,
|
||||
stop_price=price*0.9,
|
||||
)
|
||||
|
||||
record(
|
||||
|
||||
@@ -421,7 +421,6 @@ one day prior to the current date.</p>
|
||||
<span class="n">context</span><span class="o">.</span><span class="n">asset</span><span class="p">,</span>
|
||||
<span class="n">target_hodl_value</span><span class="p">,</span>
|
||||
<span class="n">limit_price</span><span class="o">=</span><span class="n">price</span> <span class="o">*</span> <span class="mf">1.1</span><span class="p">,</span>
|
||||
<span class="n">stop_price</span><span class="o">=</span><span class="n">price</span> <span class="o">*</span> <span class="mf">0.9</span><span class="p">,</span>
|
||||
<span class="p">)</span>
|
||||
|
||||
<span class="n">record</span><span class="p">(</span>
|
||||
|
||||
+1
-1
@@ -247,7 +247,7 @@
|
||||
<ul class="wy-breadcrumbs">
|
||||
<li><a href="index.html">Docs</a> »</li>
|
||||
|
||||
<li></li>
|
||||
<li>Index</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -246,7 +246,7 @@
|
||||
<ul class="wy-breadcrumbs">
|
||||
<li><a href="index.html">Docs</a> »</li>
|
||||
|
||||
<li></li>
|
||||
<li>Search</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
|
||||
</li>
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user