{% extends "layout.html" %} {% block title %}My Signals - Trade Signals{% endblock %} {% block content %}
Monitor your trading performance with real-time signal tracking and comprehensive analytics
| Symbol | Type | Entry | Entry Time | Exit | Exit Time | Duration | P&L | Status | Product |
|---|---|---|---|---|---|---|---|---|---|
| {{ signal.symbol }} | {{ signal.signal_type }} | {{ "%.2f"|format(signal.entry_price) }} | {{ signal.entry_time.strftime('%d-%m-%Y %H:%M') if signal.entry_time else 'N/A' }} | {{ "%.2f"|format(signal.exit_price) if signal.exit_price else '-' }} | {{ signal.exit_time.strftime('%d-%m-%Y %H:%M') if signal.exit_time else '-' }} | {{ signal.calculate_duration() }} | {% if signal.profit_loss %} {% if signal.profit_loss > 0 %}+{% endif %}{{ "%.2f"|format(signal.profit_loss) }} {% else %} - {% endif %} | {% if signal.status == 'PROFIT' %} PROFIT {% elif signal.status == 'LOSS' %} LOSS {% elif signal.status == 'ACTIVE' %} ACTIVE {% else %} {{ signal.status }} {% endif %} | {% if signal.product %} {{ signal.product.name }} {% else %} N/A {% endif %} |
No signals available. Subscribe to a product to start receiving trading signals.
Browse Packages