File size: 27,151 Bytes
f531164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70f0a20
 
f531164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70f0a20
f531164
 
70f0a20
f531164
 
70f0a20
f531164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c67f38d
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ForexMind - Advanced Trading Analysis</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
        body {
            font-family: 'Inter', sans-serif;
            background-color: #0f172a;
        }
        .card-gradient {
            background: linear-gradient(145deg, #1e293b, #0f172a);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.25);
        }
        .market-up {
            color: #10b981;
        }
        .market-down {
            color: #ef4444;
        }
        .indicator-positive {
            background-color: rgba(16, 185, 129, 0.15);
        }
        .indicator-negative {
            background-color: rgba(239, 68, 68, 0.15);
        }
    </style>
</head>
<body class="bg-slate-900 text-slate-100">
    <!-- Navigation -->
    <nav class="bg-slate-800 border-b border-slate-700">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex items-center justify-between h-16">
                <div class="flex items-center">
                    <div class="flex-shrink-0 flex items-center">
                        <i data-feather="trending-up" class="text-emerald-500 mr-2"></i>
                        <span class="font-bold text-xl">ForexMind</span>
                    </div>
                    <div class="hidden md:block">
                        <div class="ml-10 flex items-baseline space-x-4">
                            <a href="#" class="bg-slate-900 text-white px-3 py-2 rounded-md text-sm font-medium">Dashboard</a>
                            <a href="#" class="text-slate-300 hover:bg-slate-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Analysis</a>
                            <a href="#" class="text-slate-300 hover:bg-slate-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Education</a>
                            <a href="market-data.html" class="text-slate-300 hover:bg-slate-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Market Data</a>
</div>
                    </div>
                </div>
                <div class="hidden md:block">
                    <div class="ml-4 flex items-center md:ml-6">
                        <button class="bg-slate-800 p-1 rounded-full text-slate-400 hover:text-white focus:outline-none">
                            <i data-feather="bell"></i>
                        </button>
                        <div class="ml-3 relative">
                            <div class="flex items-center">
                                <button class="flex text-sm rounded-full focus:outline-none">
                                    <img class="h-8 w-8 rounded-full" src="http://static.photos/people/200x200/1" alt="User">
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="-mr-2 flex md:hidden">
                    <button class="bg-slate-800 inline-flex items-center justify-center p-2 rounded-md text-slate-400 hover:text-white hover:bg-slate-700 focus:outline-none">
                        <i data-feather="menu"></i>
                    </button>
                </div>
            </div>
        </div>
    </nav>

    <!-- Hero Section with Vanta.js Background -->
    <div id="vanta-bg" class="relative h-96 flex items-center justify-center">
        <div class="absolute inset-0 bg-gradient-to-b from-slate-900/80 to-slate-900 z-10"></div>
        <div class="relative z-20 text-center px-4">
            <h1 class="text-4xl md:text-5xl font-bold mb-4">Advanced Forex Analysis & Education</h1>
            <p class="text-xl text-slate-300 max-w-3xl mx-auto mb-8">Real-time market data, technical indicators, and educational resources for traders of all levels</p>
            <div class="flex flex-col sm:flex-row justify-center gap-4">
                <button class="bg-emerald-600 hover:bg-emerald-700 text-white font-medium py-3 px-6 rounded-lg transition duration-300">
                    Start Trading Analysis
                </button>
                <button class="bg-slate-800 hover:bg-slate-700 text-white font-medium py-3 px-6 rounded-lg transition duration-300">
                    Explore Educational Resources
                </button>
            </div>
        </div>
    </div>

    <!-- Main Content -->
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
        <!-- Market Overview -->
        <div class="mb-12">
            <h2 class="text-2xl font-bold mb-6">Market Overview</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
                <!-- EUR/USD -->
                <div class="card-gradient rounded-xl p-6">
                    <div class="flex justify-between items-start">
                        <div>
                            <h3 class="text-lg font-semibold">EUR/USD</h3>
                            <p class="text-2xl font-bold mt-2">1.0842</p>
                        </div>
                        <div class="text-right">
                            <span class="market-up font-medium">+0.24%</span>
                            <p class="text-sm text-slate-400 mt-1">+0.0026</p>
                        </div>
                    </div>
                    <div class="mt-4 h-20">
                        <canvas id="eurusd-chart"></canvas>
                    </div>
                </div>

                <!-- GBP/USD -->
                <div class="card-gradient rounded-xl p-6">
                    <div class="flex justify-between items-start">
                        <div>
                            <h3 class="text-lg font-semibold">GBP/USD</h3>
                            <p class="text-2xl font-bold mt-2">1.2728</p>
                        </div>
                        <div class="text-right">
                            <span class="market-down font-medium">-0.12%</span>
                            <p class="text-sm text-slate-400 mt-1">-0.0015</p>
                        </div>
                    </div>
                    <div class="mt-4 h-20">
                        <canvas id="gbpusd-chart"></canvas>
                    </div>
                </div>

                <!-- USD/JPY -->
                <div class="card-gradient rounded-xl p-6">
                    <div class="flex justify-between items-start">
                        <div>
                            <h3 class="text-lg font-semibold">USD/JPY</h3>
                            <p class="text-2xl font-bold mt-2">151.85</p>
                        </div>
                        <div class="text-right">
                            <span class="market-up font-medium">+0.38%</span>
                            <p class="text-sm text-slate-400 mt-1">+0.57</p>
                        </div>
                    </div>
                    <div class="mt-4 h-20">
                        <canvas id="usdjpy-chart"></canvas>
                    </div>
                </div>

                <!-- USD/CHF -->
                <div class="card-gradient rounded-xl p-6">
                    <div class="flex justify-between items-start">
                        <div>
                            <h3 class="text-lg font-semibold">USD/CHF</h3>
                            <p class="text-2xl font-bold mt-2">0.9124</p>
                        </div>
                        <div class="text-right">
                            <span class="market-down font-medium">-0.08%</span>
                            <p class="text-sm text-slate-400 mt-1">-0.0007</p>
                        </div>
                    </div>
                    <div class="mt-4 h-20">
                        <canvas id="usdchf-chart"></canvas>
                    </div>
                </div>
            </div>
        </div>

        <!-- Technical Analysis Section -->
        <div class="mb-12">
            <div class="flex justify-between items-center mb-6">
                <h2 class="text-2xl font-bold">Technical Analysis</h2>
                <div class="flex space-x-2">
                    <button class="bg-slate-800 hover:bg-slate-700 text-slate-300 py-2 px-4 rounded-lg text-sm">1H</button>
                    <button class="bg-emerald-600 text-white py-2 px-4 rounded-lg text-sm">4H</button>
                    <button class="bg-slate-800 hover:bg-slate-700 text-slate-300 py-2 px-4 rounded-lg text-sm">1D</button>
                    <button class="bg-slate-800 hover:bg-slate-700 text-slate-300 py-2 px-4 rounded-lg text-sm">1W</button>
                </div>
            </div>
            <div class="card-gradient rounded-xl p-6">
                <div class="flex flex-col lg:flex-row">
                    <div class="lg:w-2/3 mb-6 lg:mb-0 lg:pr-6">
                        <div class="bg-slate-800 rounded-lg h-96 flex items-center justify-center">
                            <p class="text-slate-400">Interactive Chart Visualization</p>
                        </div>
                    </div>
                    <div class="lg:w-1/3">
                        <h3 class="font-semibold text-lg mb-4">Key Indicators</h3>
                        <div class="space-y-4">
                            <div class="flex justify-between items-center p-3 rounded-lg indicator-positive">
                                <span>RSI (14)</span>
                                <span class="font-medium">62.4</span>
                            </div>
                            <div class="flex justify-between items-center p-3 rounded-lg indicator-positive">
                                <span>MACD</span>
                                <span class="font-medium">1.24</span>
                            </div>
                            <div class="flex justify-between items-center p-3 rounded-lg indicator-negative">
                                <span>Stochastic</span>
                                <span class="font-medium">82.1</span>
                            </div>
                            <div class="flex justify-between items-center p-3 rounded-lg indicator-positive">
                                <span>MA (50)</span>
                                <span class="font-medium">1.0815</span>
                            </div>
                            <div class="flex justify-between items-center p-3 rounded-lg indicator-negative">
                                <span>MA (200)</span>
                                <span class="font-medium">1.0789</span>
                            </div>
                        </div>
                        <div class="mt-6">
                            <h3 class="font-semibold text-lg mb-4">Market Sentiment</h3>
                            <div class="space-y-3">
                                <div>
                                    <div class="flex justify-between mb-1">
                                        <span>Bullish</span>
                                        <span>64%</span>
                                    </div>
                                    <div class="w-full bg-slate-700 rounded-full h-2">
                                        <div class="bg-emerald-500 h-2 rounded-full" style="width: 64%"></div>
                                    </div>
                                </div>
                                <div>
                                    <div class="flex justify-between mb-1">
                                        <span>Bearish</span>
                                        <span>36%</span>
                                    </div>
                                    <div class="w-full bg-slate-700 rounded-full h-2">
                                        <div class="bg-rose-500 h-2 rounded-full" style="width: 36%"></div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <!-- Educational Resources -->
        <div class="mb-12">
            <h2 class="text-2xl font-bold mb-6">Educational Resources</h2>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
                <div class="card-gradient rounded-xl p-6 hover:ring-2 ring-emerald-500 transition duration-300">
                    <div class="bg-slate-800 rounded-lg h-40 mb-4 flex items-center justify-center">
                        <i data-feather="book-open" class="text-emerald-500 w-12 h-12"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Trading Courses</h3>
                    <p class="text-slate-400 mb-4">Comprehensive courses covering forex fundamentals to advanced strategies</p>
                    <button class="text-emerald-500 font-medium flex items-center">
                        Explore Courses
                        <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
                    </button>
                </div>
                <div class="card-gradient rounded-xl p-6 hover:ring-2 ring-emerald-500 transition duration-300">
                    <div class="bg-slate-800 rounded-lg h-40 mb-4 flex items-center justify-center">
                        <i data-feather="bar-chart-2" class="text-emerald-500 w-12 h-12"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Market Simulations</h3>
                    <p class="text-slate-400 mb-4">Practice trading with virtual funds in a risk-free environment</p>
                    <button class="text-emerald-500 font-medium flex items-center">
                        Start Simulation
                        <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
                    </button>
                </div>
                <div class="card-gradient rounded-xl p-6 hover:ring-2 ring-emerald-500 transition duration-300">
                    <div class="bg-slate-800 rounded-lg h-40 mb-4 flex items-center justify-center">
                        <i data-feather="help-circle" class="text-emerald-500 w-12 h-12"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Trading Glossary</h3>
                    <p class="text-slate-400 mb-4">Definitions of key trading terms and concepts for beginners</p>
                    <button class="text-emerald-500 font-medium flex items-center">
                        View Glossary
                        <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
                    </button>
                </div>
            </div>
        </div>

        <!-- Recent News -->
        <div>
            <h2 class="text-2xl font-bold mb-6">Market News & Insights</h2>
            <div class="card-gradient rounded-xl p-6">
                <div class="space-y-6">
                    <div class="flex items-start pb-6 border-b border-slate-700">
                        <div class="bg-slate-800 rounded-lg w-16 h-16 flex-shrink-0 mr-4"></div>
                        <div>
                            <h3 class="font-semibold text-lg mb-1">Fed Holds Rates Steady, Signals One More Hike This Year</h3>
                            <p class="text-slate-400 text-sm mb-2">Federal Reserve maintains current interest rate policy while indicating potential for additional rate increases in 2023...</p>
                            <div class="flex items-center text-sm text-slate-500">
                                <span>2 hours ago</span>
                                <span class="mx-2"></span>
                                <span>Market Analysis</span>
                            </div>
                        </div>
                    </div>
                    <div class="flex items-start pb-6 border-b border-slate-700">
                        <div class="bg-slate-800 rounded-lg w-16 h-16 flex-shrink-0 mr-4"></div>
                        <div>
                            <h3 class="font-semibold text-lg mb-1">ECB Policy Meeting Preview: Inflation Concerns Mount</h3>
                            <p class="text-slate-400 text-sm mb-2">European Central Bank faces pressure to address persistent inflation as economic data points to continued price pressures...</p>
                            <div class="flex items-center text-sm text-slate-500">
                                <span>5 hours ago</span>
                                <span class="mx-2"></span>
                                <span>Central Banks</span>
                            </div>
                        </div>
                    </div>
                    <div class="flex items-start">
                        <div class="bg-slate-800 rounded-lg w-16 h-16 flex-shrink-0 mr-4"></div>
                        <div>
                            <h3 class="font-semibold text-lg mb-1">Oil Prices Surge on Supply Concerns, Impacting CAD</h3>
                            <p class="text-slate-400 text-sm mb-2">Commodity-linked currencies face volatility as energy markets react to geopolitical tensions and supply disruptions...</p>
                            <div class="flex items-center text-sm text-slate-500">
                                <span>Yesterday</span>
                                <span class="mx-2"></span>
                                <span>Commodities</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- Footer -->
    <footer class="bg-slate-800 border-t border-slate-700 mt-12">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <div>
                    <div class="flex items-center mb-4">
                        <i data-feather="trending-up" class="text-emerald-500 mr-2"></i>
                        <span class="font-bold text-xl">ForexMind</span>
                    </div>
                    <p class="text-slate-400 mb-4">Advanced forex analysis and educational platform for traders of all levels.</p>
                    <div class="flex space-x-4">
                        <a href="#" class="text-slate-400 hover:text-white">
                            <i data-feather="twitter"></i>
                        </a>
                        <a href="#" class="text-slate-400 hover:text-white">
                            <i data-feather="facebook"></i>
                        </a>
                        <a href="#" class="text-slate-400 hover:text-white">
                            <i data-feather="linkedin"></i>
                        </a>
                    </div>
                </div>
                <div>
                    <h3 class="text-lg font-semibold mb-4">Platform</h3>
                    <ul class="space-y-2">
                        <li><a href="index.html" class="text-slate-400 hover:text-white">Dashboard</a></li>
                        <li><a href="#" class="text-slate-400 hover:text-white">Market Analysis</a></li>
                        <li><a href="#" class="text-slate-400 hover:text-white">Educational Resources</a></li>
                        <li><a href="market-data.html" class="text-slate-400 hover:text-white">Market Data</a></li>
                        <li><a href="#" class="text-slate-400 hover:text-white">Trading Simulator</a></li>
                        <li><a href="#" class="text-slate-400 hover:text-white">Market News</a></li>
</ul>
                </div>
                <div>
                    <h3 class="text-lg font-semibold mb-4">Resources</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-slate-400 hover:text-white">Trading Courses</a></li>
                        <li><a href="#" class="text-slate-400 hover:text-white">Glossary</a></li>
                        <li><a href="#" class="text-slate-400 hover:text-white">Webinars</a></li>
                        <li><a href="#" class="text-slate-400 hover:text-white">Blog</a></li>
                        <li><a href="#" class="text-slate-400 hover:text-white">Support</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-lg font-semibold mb-4">Legal</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-slate-400 hover:text-white">Privacy Policy</a></li>
                        <li><a href="#" class="text-slate-400 hover:text-white">Terms of Service</a></li>
                        <li><a href="#" class="text-slate-400 hover:text-white">Risk Disclosure</a></li>
                        <li><a href="#" class="text-slate-400 hover:text-white">Disclaimer</a></li>
                    </ul>
                </div>
            </div>
            <div class="border-t border-slate-700 mt-8 pt-8 text-center text-slate-500">
                <p>© 2023 ForexMind. All rights reserved. Trading involves substantial risk of loss.</p>
            </div>
        </div>
    </footer>

    <script>
        // Initialize Feather Icons
        feather.replace();
        
        // 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: 0x10b981,
            color2: 0x0ea5e9,
            backgroundColor: 0x0f172a
        });
        
        // Initialize Chart.js for market overview
        document.addEventListener('DOMContentLoaded', function() {
            const ctx1 = document.getElementById('eurusd-chart').getContext('2d');
            new Chart(ctx1, {
                type: 'line',
                data: {
                    labels: ['9:00', '10:00', '11:00', '12:00', '13:00', '14:00', '15:00'],
                    datasets: [{
                        data: [1.0812, 1.0825, 1.0830, 1.0838, 1.0840, 1.0845, 1.0842],
                        borderColor: '#10b981',
                        borderWidth: 2,
                        pointRadius: 0,
                        fill: false,
                        tension: 0.4
                    }]
                },
                options: {
                    responsive: true,
                    maintainAspectRatio: false,
                    plugins: {
                        legend: {
                            display: false
                        }
                    },
                    scales: {
                        x: {
                            display: false
                        },
                        y: {
                            display: false
                        }
                    }
                }
            });
            
            const ctx2 = document.getElementById('gbpusd-chart').getContext('2d');
            new Chart(ctx2, {
                type: 'line',
                data: {
                    labels: ['9:00', '10:00', '11:00', '12:00', '13:00', '14:00', '15:00'],
                    datasets: [{
                        data: [1.2750, 1.2742, 1.2738, 1.2735, 1.2730, 1.2725, 1.2728],
                        borderColor: '#ef4444',
                        borderWidth: 2,
                        pointRadius: 0,
                        fill: false,
                        tension: 0.4
                    }]
                },
                options: {
                    responsive: true,
                    maintainAspectRatio: false,
                    plugins: {
                        legend: {
                            display: false
                        }
                    },
                    scales: {
                        x: {
                            display: false
                        },
                        y: {
                            display: false
                        }
                    }
                }
            });
            
            const ctx3 = document.getElementById('usdjpy-chart').getContext('2d');
            new Chart(ctx3, {
                type: 'line',
                data: {
                    labels: ['9:00', '10:00', '11:00', '12:00', '13:00', '14:00', '15:00'],
                    datasets: [{
                        data: [151.20, 151.35, 151.50, 151.65, 151.72, 151.80, 151.85],
                        borderColor: '#10b981',
                        borderWidth: 2,
                        pointRadius: 0,
                        fill: false,
                        tension: 0.4
                    }]
                },
                options: {
                    responsive: true,
                    maintainAspectRatio: false,
                    plugins: {
                        legend: {
                            display: false
                        }
                    },
                    scales: {
                        x: {
                            display: false
                        },
                        y: {
                            display: false
                        }
                    }
                }
            });
            
            const ctx4 = document.getElementById('usdchf-chart').getContext('2d');
            new Chart(ctx4, {
                type: 'line',
                data: {
                    labels: ['9:00', '10:00', '11:00', '12:00', '13:00', '14:00', '15:00'],
                    datasets: [{
                        data: [0.9130, 0.9128, 0.9126, 0.9125, 0.9124, 0.9123, 0.9124],
                        borderColor: '#ef4444',
                        borderWidth: 2,
                        pointRadius: 0,
                        fill: false,
                        tension: 0.4
                    }]
                },
                options: {
                    responsive: true,
                    maintainAspectRatio: false,
                    plugins: {
                        legend: {
                            display: false
                        }
                    },
                    scales: {
                        x: {
                            display: false
                        },
                        y: {
                            display: false
                        }
                    }
                }
            });
        });
    </script>
</body>
</html>