-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1.57 KB
/
Copy pathindex.html
File metadata and controls
26 lines (23 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TradeStation Nexus - Automated Trading Platform</title>
<meta name="description" content="Automate your trading with Telegram signals and TradeStation integration. Execute trades on 2K, MES, and MNQ symbols with real-time monitoring." />
<meta name="keywords" content="futures trading, automated trading, trading bot, M2K bot, MES bot, MNQ bot, TradeStation, Telegram signals, AI trading signals, futures signals, micro e-mini, Russell 2000, S&P 500, Nasdaq-100, algorithmic trading, trading automation, signal generator, long signals, short signals, futures market, day trading, swing trading, trading platform" />
<meta name="author" content="TradeStation Nexus" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="TradeStation Nexus - Automated Trading Platform" />
<meta property="og:description" content="Automate your trading with Telegram signals and TradeStation integration" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://future-trading-omega.vercel.app/images/opengraph.png" />
<meta name="twitter:card" content="summary_large_image" />
<!-- <meta name="twitter:site" content="@lovable_dev" /> -->
<meta name="twitter:image" content="https://future-trading-omega.vercel.app/images/opengraph.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>