From df475fb882782d9334428cfad42e22267e590992 Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Tue, 12 Dec 2017 16:37:33 -0700 Subject: [PATCH] DOC: updating docs - no stop orders on ccxt --- _sources/beginner-tutorial.txt | 1 - _sources/example-algos.txt | 1 - beginner-tutorial.html | 1 - example-algos.html | 1 - genindex.html | 2 +- search.html | 2 +- searchindex.js | 2 +- 7 files changed, 3 insertions(+), 7 deletions(-) diff --git a/_sources/beginner-tutorial.txt b/_sources/beginner-tutorial.txt index 2b34bba1..12792ca4 100644 --- a/_sources/beginner-tutorial.txt +++ b/_sources/beginner-tutorial.txt @@ -928,7 +928,6 @@ functions. context.asset, target_hodl_value, limit_price=price*1.1, - stop_price=price*0.9, ) record( diff --git a/_sources/example-algos.txt b/_sources/example-algos.txt index ff5d5ea7..217acf06 100644 --- a/_sources/example-algos.txt +++ b/_sources/example-algos.txt @@ -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( diff --git a/beginner-tutorial.html b/beginner-tutorial.html index 089c9c69..0e0828d3 100644 --- a/beginner-tutorial.html +++ b/beginner-tutorial.html @@ -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( diff --git a/example-algos.html b/example-algos.html index e6f77eb6..7b0282d8 100644 --- a/example-algos.html +++ b/example-algos.html @@ -421,7 +421,6 @@ one day prior to the current date.

context.asset, target_hodl_value, limit_price=price * 1.1, - stop_price=price * 0.9, ) record( diff --git a/genindex.html b/genindex.html index 51fcfe48..b32c6d2e 100644 --- a/genindex.html +++ b/genindex.html @@ -247,7 +247,7 @@