2022-11-14 18:29:07 +00:00
< p class = "subtitle" > Close positions< / p >
< div class = "columns" >
< div class = "column" >
< button
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-delete="#"
hx-trigger="click"
hx-target="#modals-here"
hx-swap="innerHTML"
hx-confirm="Are you sure you wish to close all positions?"
2022-12-08 07:20:46 +00:00
class="button is-fullwidth">
2022-11-14 18:29:07 +00:00
< span class = "icon-text" >
< span class = "icon" >
< i class = "fa-solid fa-xmark" > < / i >
< / span >
< span > All< / span >
< / span >
< / button >
< / div >
< div class = "column" >
< button
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-delete="#"
hx-trigger="click"
hx-target="#modals-here"
hx-swap="innerHTML"
hx-confirm="Are you sure you wish to close all profitable positions?"
2022-12-08 07:20:46 +00:00
class="button is-fullwidth">
2022-11-14 18:29:07 +00:00
< span class = "icon-text" >
< span class = "icon" >
< i class = "fa-solid fa-xmark" > < / i >
< / span >
< span > Winners< / span >
< / span >
< / button >
< / div >
< div class = "column" >
< button
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-delete="#"
hx-trigger="click"
hx-target="#modals-here"
hx-swap="innerHTML"
hx-confirm="Are you sure you wish to close all losing positions?"
2022-12-08 07:20:46 +00:00
class="button is-fullwidth">
2022-11-14 18:29:07 +00:00
< span class = "icon-text" >
< span class = "icon" >
< i class = "fa-solid fa-xmark" > < / i >
< / span >
< span > Losers< / span >
< / span >
< / button >
< / div >
< / div >
< p class = "subtitle" > Break even< / p >
< div class = "columns" >
< div class = "column" >
< button
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-delete="#"
hx-trigger="click"
hx-target="#modals-here"
hx-swap="innerHTML"
hx-confirm="Are you sure you wish set all the SLs for profitable positions to the entry price, and all the TPs for losing positions to the entry price"
2022-12-08 07:20:46 +00:00
class="button is-fullwidth">
2022-11-14 18:29:07 +00:00
< span class = "icon-text" >
< span class = "icon" >
< i class = "fa-solid fa-xmark" > < / i >
< / span >
< span > All< / span >
< / span >
< / button >
< / div >
< div class = "column" >
< button
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-delete="#"
hx-trigger="click"
hx-target="#modals-here"
hx-swap="innerHTML"
hx-confirm="Are you sure you wish set all the SLs for profitable positions to the entry price?"
2022-12-08 07:20:46 +00:00
class="button is-fullwidth">
2022-11-14 18:29:07 +00:00
< span class = "icon-text" >
< span class = "icon" >
< i class = "fa-solid fa-xmark" > < / i >
< / span >
< span > Winners< / span >
< / span >
< / button >
< / div >
< div class = "column" >
< button
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-delete="#"
hx-trigger="click"
hx-target="#modals-here"
hx-swap="innerHTML"
hx-confirm="Are you sure you wish set all the TPs for losing positions to the entry price?"
class="button is-warning is-fullwidth">
< span class = "icon-text" >
< span class = "icon" >
< i class = "fa-solid fa-xmark" > < / i >
< / span >
< span > Losers< / span >
< / span >
< / button >
< / div >
< / div >