الگو:تحلیل: تفاوت میان نسخهها
Nazarzadeh (بحث | مشارکتها) بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱۱: | خط ۱۱: | ||
<!-- TradingView Chart END --> | <!-- TradingView Chart END --> | ||
</html> | </html> | ||
<html lang="fa" dir="rtl"> | |||
<head> | |||
<meta charset="UTF-8"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |||
<title>نمودار و تحلیل</title> | |||
<script src="https://s3.tradingview.com/tv.js"></script> | |||
<link href="https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font/dist/font-face.css" rel="stylesheet"> | |||
<style> | |||
body { | |||
font-family: 'Vazir', sans-serif; | |||
background: #f4f4f9; | |||
margin: 20px; | |||
line-height: 1.8; | |||
} | |||
/* باکس تریدینگ ویو */ | |||
.chart-container { | |||
width: 600px; /* عرض کوچکتر */ | |||
height: 360px; /* ارتفاع باکس */ | |||
margin: 20px auto; | |||
background: #001f4d; /* رنگ سورمهای */ | |||
border-radius: 12px; /* گرد کردن گوشهها */ | |||
display: flex; /* فعالسازی flexbox */ | |||
justify-content: center; /* تراز افقی وسط */ | |||
align-items: center; /* تراز عمودی وسط */ | |||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* سایه ظریف */ | |||
} | |||
.chart-inner { | |||
background: #fff; /* پسزمینه سفید داخلی */ | |||
border-radius: 8px; /* گرد کردن گوشهها */ | |||
width: 100%; /* عرض کامل */ | |||
height: 100%; /* ارتفاع کامل */ | |||
} | |||
/* جدول */ | |||
table { | |||
margin: 20px auto; | |||
width: 600px; | |||
border-collapse: collapse; | |||
background: #fff; | |||
border-radius: 12px; /* گوشههای گرد */ | |||
overflow: hidden; | |||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); | |||
} | |||
th, td { | |||
padding: 15px; | |||
border-bottom: 1px solid #e0e0e0; | |||
} | |||
th { | |||
background: #007bff; | |||
color: #fff; | |||
font-size: 1.1em; | |||
text-align: center; | |||
} | |||
td { | |||
font-size: 1em; | |||
color: #555; | |||
text-align: right; /* راستچین کردن متن */ | |||
} | |||
a { | |||
color: #007bff; | |||
text-decoration: none; | |||
font-weight: bold; | |||
} | |||
a:hover { | |||
text-decoration: none; | |||
} | |||
/* تنظیم باکسها */ | |||
.row-container { | |||
display: flex; | |||
justify-content: space-between; /* فاصله مساوی بین ستونها */ | |||
align-items: center; /* تراز عمودی وسط */ | |||
} | |||
.row-container span { | |||
flex: 1; /* تقسیم فضای مساوی */ | |||
text-align: right; /* راستچین کردن هر دو ستون */ | |||
} | |||
.row-container span:last-child { | |||
margin-right: 20px; /* فاصله برای تحلیلگر */ | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<div class="chart-container"> | |||
<script> | |||
new TradingView.chart({ | |||
width: 580, /* اندازه کوچکتر */ | |||
height: 340, /* ارتفاع 340 پیکسل */ | |||
chart: "{{{1}}}" | |||
}); | |||
</script> | |||
</div> | |||
<table> | |||
<thead> | |||
<tr><th>اطلاعات نمودار و توضیحات</th></tr> | |||
</thead> | |||
<tbody> | |||
<tr> | |||
<td> | |||
<div class="row-container"> | |||
<span><strong>نماد و تاریخ:</strong> | |||
<a href="https://www.tradingview.com/chart/GOLD/kLJYaj6Q-Gold-1403-09-28/">Gold 1403/09/28</a> | |||
</span> | |||
<span><strong>تحلیلگر:</strong> | |||
<a href="https://www.tradingview.com/u/WikiTraderNet/">WikiTraderNet</a> | |||
</span> | |||
</div> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td><strong>توضیحات:</strong> خط روند صعودی شکسته است و منتظر اصلاح هستیم.</td> | |||
</tr> | |||
</tbody> | |||
</table> | |||
</body> | |||
</html> | |||
</div> |
نسخهٔ ۱۹ نوامبر ۲۰۲۴، ساعت ۰۵:۰۳
اطلاعات نمودار و توضیحات |
---|
نماد و تاریخ:
Gold 1403/09/28
تحلیلگر:
WikiTraderNet
|
توضیحات: خط روند صعودی شکسته است و منتظر اصلاح هستیم. |