From 8af402161ed8cf7d67c5e44c36f5bad6e23c5cb2 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 15 Jul 2021 09:54:32 -0400 Subject: trad: added some details to closed trades --- app/trading/templates/trading/list.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'app/trading/templates') diff --git a/app/trading/templates/trading/list.html b/app/trading/templates/trading/list.html index fc3f1c5..c43a1ff 100644 --- a/app/trading/templates/trading/list.html +++ b/app/trading/templates/trading/list.html @@ -40,8 +40,8 @@ - + @@ -55,8 +55,8 @@ {% for object in watch_trades %} - + @@ -82,15 +82,14 @@ - - - + + {% for object in object_list %} - + @@ -98,10 +97,9 @@ - - - + + {% endfor %}
Open Date SymbolOpen Date Entry Price Stop Target
{{object.date|date:"m-d-Y"}} {{object.symbol}}{{object.date|date:"m-d-Y"}} ${{object.entry_price}} ${{object.stop_price}} ${{object.target_price}}Number of Shares Total Invested $ at Risk% at Risk $ Goal% GoalRisk/RewardRealized $Realized %
{{object.date}}{{object.date|date:"m-d-Y"}} {{object.symbol}} ${{object.entry_price}} ${{object.stop_price}}{{object.shares}} ${{object.amount_invested}} ${{object.risk_dollars}}{{object.risk_percent}} ${{object.goal_dollars}}{{object.goal_percent}}{{object.risk_reward}}${{object.realized_dollars}}{{object.realized_percent}}
-- cgit v1.2.3-70-g09d2