Logged in as {{ user.nickname }} - Logout

{{ strategy.class }}

Important notes:

  • The first two {{ strategy.class }}.__init__ parameters are skipped since they shoud be self and feed respectively.
  • The rest of the {{ strategy.class }}.__init__ parameter values are treated as integers.
  • Each parameter's first value must be <= than the last value.
  • For any instrument you select you need to upload the bars first.

Strategy class __init__ parameters:
{% for parameter in form.strategy %} {% endfor %}
First value Last value
Feed parameters:
{% if submit_error %}

Error: {{ submit_error }}

{% endif %}