=== FX Copy Host (Simple) ===
Contributors: chatgpt, hiro
Tags: fx, mt4, copytrade
Requires at least: 5.0
Tested up to: 6.6
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Simple REST API host for MT4 copy trading (1 master, 1 slave).

== Description ==

This plugin provides a tiny REST API endpoint pair:

- /wp-json/fxcopy/v1/push  (POST, master EA -> WordPress)
- /wp-json/fxcopy/v1/pull  (GET, slave EA -> WordPress)

On activation it creates a custom table {prefix}fxcopy_signals.

API key and master account ID can be configured at:

Settings -> FX Copy Host

== Installation ==

1. Upload the ZIP via WordPress admin: Plugins -> Add New -> Upload Plugin.
2. Activate the plugin.
3. Open Settings -> FX Copy Host and copy the API key and master account ID.
4. Set the same values in your MT4 master / slave EA parameters.
