Place order
I am
{{ form.side(class="browser-default", style="font-size: 1.5rem; border: 1px solid #cccccc; border-radius: 10px;") }}
{{ form.size(placeholder="how many") }}
{% if form.size.errors %}
{{ form.size.errors.0 }}
{% endif %}
shares of
{{ form.security_symbol(placeholder='TSLA cause why not') }}
{% if form.security_symbol.errors %}
{{ form.security_symvol.errors.0 }}
{% endif %}
priced at
{{ form.price(placeholder='any price available') }}
{% if form.price.errors %}
{{ form.price.errors.0 }}
{% endif %}
Leave target price empty for market orders.
All market orders are automatically immediate-or-canel
{{ form.submit(class="waves-effect waves-light btn") }}