=== Trading Dashboard by Volade ===
Contributors: volade
Tags: trading, signals, forex, crypto, volade
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Trading dashboard freemium — instruments, signals, alerts, trades, performance. Not financial advice.

== Description ==

Trading Dashboard by Volade is educational / community tooling for traders and signal communities on WordPress: instruments, signals, alerts, trades and performance snapshots.

**Disclaimer:** this plugin is not financial advice. It does not execute orders, connect to brokers, or manage real money. Demo presets are educational only.

* **Instruments** — symbol, name, asset_class (forex|crypto|equity|index|other)
* **Signals** — direction, entry/stop/target, timeframe, status
* **Alerts** — price|news|risk|system
* **Trades** — open/closed, quantity, PnL
* **Snapshots** — win rate, total PnL, trade count
* **4 presets** : forex-scalping, crypto-swing, actions-cac40, multi-actifs
* **Export JSON**, REST `tdb/v1`, WP-CLI `wp tdb`

Tables : `tdb_instruments`, `tdb_signals`, `tdb_alerts`, `tdb_trades`, `tdb_snapshots`.

== Installation ==

1. Upload the `trading-dashboard-by-volade` folder to `/wp-content/plugins/`
2. Activate Trading Dashboard by Volade
3. Open Volade → Trading Dashboard (or Tools → Trading Dashboard)
4. Apply a preset or add instruments / signals

== Frequently Asked Questions ==

= Which tables are created? =

`wp_tdb_instruments`, `wp_tdb_signals`, `wp_tdb_alerts`, `wp_tdb_trades`, `wp_tdb_snapshots` (WordPress prefix).

= How do I apply a preset via CLI? =

`wp tdb preset forex-scalping`

= Seed demo data? =

`wp tdb seed-demo` (applies multi-actifs)

= Is this financial advice or a broker? =

No. It is freemium educational / community tooling for WordPress. Not financial advice.

== Changelog ==

= 1.0.0 =
* First release — instruments, signals, alerts, trades, snapshots, presets, REST, CLI.
