diff --git a/miningwood/Caddyfile b/miningwood/Caddyfile new file mode 100644 index 0000000..90497c6 --- /dev/null +++ b/miningwood/Caddyfile @@ -0,0 +1,5 @@ +:80 { + root * /usr/share/caddy + encode gzip + file_server +} diff --git a/miningwood/docker-compose.yml b/miningwood/docker-compose.yml new file mode 100644 index 0000000..c1ccc95 --- /dev/null +++ b/miningwood/docker-compose.yml @@ -0,0 +1,16 @@ +services: + caddy: + image: caddy:2-alpine + restart: unless-stopped + ports: + - 8075:80 + - 8043:443 + volumes: + - ./Caddyfile:/etc/caddy/Caddyfile + - ./:/usr/share/caddy + - caddy_data:/data + - caddy_config:/config +volumes: + caddy_data: null + caddy_config: null +networks: {} diff --git a/miningwood/index.html b/miningwood/index.html new file mode 100644 index 0000000..3b3c181 --- /dev/null +++ b/miningwood/index.html @@ -0,0 +1,140 @@ + + + + + + + Mining Wood - Precision. Profit. Power. + + + + + + + +
+
+ + Mining Wood Logo +

Mining Wood

+
+ + +
+
+ +
+
+
+

Precision. Profit. Power.

+

Combining Elite Day Trading with Cutting-Edge Algorithmic + Software.

+

Mining Wood is an exclusive firm operating at the + intersection of high-frequency finance and bespoke technology. We don't just trade; we build the tools that + master the market.

+ +
+
+ +
+
+

Our Dual Expertise

+

We are unified by a single purpose: to find and exploit + inefficiencies in the market + through superior technology and rigorous analysis.

+
+
+ 📈 +

Day Trading

+

Data-Driven Execution

+

Our team of expert traders utilizes quantitative models and real-time data analysis + to execute high-convection trades across various asset classes, focusing on high-probability setups and risk + management.

+
+
+ 💻 +

Software Development

+

Proprietary Trading Systems

+

We design, develop, and maintain a suite of proprietary software + solutions—including backtesting engines, execution platforms, and sophisticated machine learning models—to give our traders an unmatched edge. +

+
+
+
+
+ +
+
+

Built to Outperform

+

At the heart of Mining Wood is our technology division. We + specialize in creating + high-speed, reliable tools essential for modern finance.

+
+
+

The 'Vein' + Backtester

+

Run complex, multi-variable strategies against decades of historical data in + seconds. Optimize parameters + for peak performance before deployment.

+
+
+

High-Frequency APIs +

+

Direct, low-latency connections to major exchanges. Guaranteed speed and + reliability for execution when + every millisecond counts.

+
+
+

Risk Monitoring + Dashboard

+

Instantly visualize real-time exposure, drawdown, and portfolio health across all + active strategies. + Proactive alerting for defined thresholds.

+
+
+
+
+ +
+ + + + + + \ No newline at end of file diff --git a/miningwood/miningwood-logo.png b/miningwood/miningwood-logo.png new file mode 100644 index 0000000..f90b7ab Binary files /dev/null and b/miningwood/miningwood-logo.png differ diff --git a/miningwood/style.css b/miningwood/style.css new file mode 100644 index 0000000..e69de29