Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Forex AutoPilot Wizard</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> | |
| <style> | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #1e3a8a 0%, #0ea5e9 100%); | |
| } | |
| .card-hover:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .trading-card { | |
| border-left: 4px solid #3b82f6; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50" id="vanta-bg"> | |
| <div class="min-h-screen flex flex-col"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm py-4"> | |
| <div class="container mx-auto px-4 flex justify-between items-center"> | |
| <div class="flex items-center space-x-2"> | |
| <i data-feather="trending-up" class="text-blue-600"></i> | |
| <span class="text-xl font-bold text-gray-800">Forex AutoPilot</span> | |
| </div> | |
| <div class="hidden md:flex space-x-6"> | |
| <a href="index.html" class="text-blue-600 font-medium">Home</a> | |
| <a href="bots.html" class="text-gray-600 hover:text-blue-600">How Bots Work</a> | |
| <a href="smc-bot-mql5.html" class="text-gray-600 hover:text-blue-600">MQL5 Backend</a> | |
| <a href="#" class="text-gray-600 hover:text-blue-600">Strategy</a> | |
| <a href="#" class="text-gray-600 hover:text-blue-600">Dashboard</a> | |
| </div> | |
| <button class="md:hidden"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-gradient text-white py-20"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6">Automate Your Winning Forex Strategy</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Let's transform your profitable trading strategy into a 24/7 automated money-making machine</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <button class="bg-white text-blue-600 px-8 py-3 rounded-lg font-bold hover:bg-blue-50 transition-all">Start Automation</button> | |
| <button class="bg-transparent border-2 border-white px-8 py-3 rounded-lg font-bold hover:bg-white hover:text-blue-600 transition-all">Learn How It Works</button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Process Section --> | |
| <section class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Our 3-Step Automation Process</h2> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-8 rounded-xl card-hover transition-all"> | |
| <div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="upload" class="text-blue-600 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">1. Strategy Integration</h3> | |
| <p class="text-gray-600">We'll carefully analyze and translate your profitable trading strategy into precise algorithmic rules.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-xl card-hover transition-all"> | |
| <div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="cpu" class="text-blue-600 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">2. Backtesting</h3> | |
| <p class="text-gray-600">Rigorous testing against historical data to optimize parameters and ensure consistent performance.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-xl card-hover transition-all"> | |
| <div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="zap" class="text-blue-600 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">3. Live Deployment</h3> | |
| <p class="text-gray-600">24/7 automated trading with real-time monitoring and regular performance reports.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Trading Dashboard Preview --> | |
| <section class="py-16 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-8 md:mb-0 md:pr-12"> | |
| <h2 class="text-3xl font-bold mb-6 text-gray-800">Real-time Trading Dashboard</h2> | |
| <p class="text-gray-600 mb-6">Monitor your automated trading system with our comprehensive dashboard that gives you complete visibility and control.</p> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 mt-1"></i> | |
| <span class="text-gray-700">Live trade execution monitoring</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 mt-1"></i> | |
| <span class="text-gray-700">Performance analytics & risk metrics</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 mt-1"></i> | |
| <span class="text-gray-700">Customizable alerts and notifications</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 mt-1"></i> | |
| <span class="text-gray-700">Manual override capability</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="md:w-1/2 bg-white p-6 rounded-xl shadow-lg"> | |
| <div class="bg-gray-800 rounded-lg p-4"> | |
| <div class="flex justify-between items-center mb-4"> | |
| <div class="flex space-x-2"> | |
| <div class="w-3 h-3 rounded-full bg-red-500"></div> | |
| <div class="w-3 h-3 rounded-full bg-yellow-500"></div> | |
| <div class="w-3 h-3 rounded-full bg-green-500"></div> | |
| </div> | |
| <span class="text-gray-300 text-sm">Forex AutoPilot v2.1</span> | |
| </div> | |
| <div class="bg-gray-900 rounded p-4"> | |
| <div class="grid grid-cols-5 gap-2 text-xs text-gray-400 mb-2"> | |
| <div>Pair</div> | |
| <div>Type</div> | |
| <div>Size</div> | |
| <div>Price</div> | |
| <div>P/L</div> | |
| </div> | |
| <div class="space-y-2"> | |
| <div class="grid grid-cols-5 gap-2 text-sm"> | |
| <div class="text-blue-400">EUR/USD</div> | |
| <div class="text-green-400">BUY</div> | |
| <div>1.00</div> | |
| <div>1.0825</div> | |
| <div class="text-green-400">+2.4%</div> | |
| </div> | |
| <div class="grid grid-cols-5 gap-2 text-sm"> | |
| <div class="text-blue-400">GBP/USD</div> | |
| <div class="text-red-400">SELL</div> | |
| <div>0.50</div> | |
| <div>1.2650</div> | |
| <div class="text-red-400">-0.8%</div> | |
| </div> | |
| <div class="grid grid-cols-5 gap-2 text-sm"> | |
| <div class="text-blue-400">USD/JPY</div> | |
| <div class="text-green-400">BUY</div> | |
| <div>1.25</div> | |
| <div>151.35</div> | |
| <div class="text-green-400">+1.2%</div> | |
| </div> | |
| </div> | |
| <div class="mt-4 pt-2 border-t border-gray-700"> | |
| <div class="flex justify-between text-sm"> | |
| <span class="text-gray-400">Total Profit:</span> | |
| <span class="text-green-400 font-bold">$2,843.75</span> | |
| </div> | |
| <div class="flex justify-between text-sm mt-1"> | |
| <span class="text-gray-400">Win Rate:</span> | |
| <span class="text-blue-400 font-bold">68.7%</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 bg-blue-600 text-white"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h2 class="text-3xl font-bold mb-6">Ready to Automate Your Strategy?</h2> | |
| <p class="text-xl mb-8 max-w-2xl mx-auto">Let's schedule a free consultation to discuss how we can automate your profitable trading approach.</p> | |
| <form class="max-w-md mx-auto"> | |
| <div class="flex flex-col sm:flex-row gap-2"> | |
| <input type="email" placeholder="Your Email" class="flex-grow px-4 py-3 rounded-lg text-gray-800"> | |
| <button type="submit" class="bg-white text-blue-600 px-6 py-3 rounded-lg font-bold hover:bg-blue-50 transition-all">Get Started</button> | |
| </div> | |
| </form> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800 text-white py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <div class="flex items-center space-x-2 mb-4"> | |
| <i data-feather="trending-up" class="text-blue-400"></i> | |
| <span class="text-xl font-bold">Forex AutoPilot</span> | |
| </div> | |
| <p class="text-gray-400">Automating profitable trading strategies since 2023.</p> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Quick Links</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="index.html" class="text-gray-400 hover:text-white">Home</a></li> | |
| <li><a href="bots.html" class="text-gray-400 hover:text-white">How Bots Work</a></li> | |
| <li><a href="smc-bot-mql5.html" class="text-gray-400 hover:text-white">MQL5 Backend</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Dashboard</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Legal</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Terms of Service</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Risk Disclosure</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Connect</h3> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="twitter"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="linkedin"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="facebook"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="mail"></i></a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400"> | |
| <p>© 2023 Forex AutoPilot Wizard. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| </div> | |
| <script> | |
| // Initialize Vanta.js background | |
| VANTA.GLOBE({ | |
| el: "#vanta-bg", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0x3b82f6, | |
| backgroundColor: 0xf8fafc, | |
| size: 0.8 | |
| }); | |
| </script> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |