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 @@