Bitcoin (تحلیل): تفاوت میان نسخهها
|  صفحهای تازه حاوی «<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: #...» ایجاد کرد | بدون خلاصۀ ویرایش | ||
| خط ۳: | خط ۳: | ||
|      <meta charset="UTF-8"> |      <meta charset="UTF-8"> | ||
|      <meta name="viewport" content="width=device-width, initial-scale=1.0"> |      <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|      <title> |      <title>نمودار و تحلیل</title> | ||
|      <script src="https://s3.tradingview.com/tv.js"></script> |      <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"> |      <link href="https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font/dist/font-face.css" rel="stylesheet"> | ||
| خط ۱۱: | خط ۱۱: | ||
|              background: #f4f4f9; |              background: #f4f4f9; | ||
|              margin: 20px; |              margin: 20px; | ||
|              line-height: 1.8; | |||
|          } |          } | ||
|          .container { | |||
|         /* باکس تریدینگ ویو */ | |||
|          .chart-container { | |||
|              width: 580px; /* عرض کوچکتر */ | |||
|             margin: 20px auto; | |||
|             background: #001f4d; /* رنگ سورمهای */ | |||
|              border-radius: 12px; /* گرد کردن گوشهها */ | |||
|              padding: 10px; | |||
|              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* سایه ظریف */ | |||
|          } |          } | ||
|          .chart- | |||
|          .chart-inner { | |||
|             background: #fff; /* پسزمینه سفید داخلی */ | |||
|             border-radius: 8px; /* گرد کردن گوشهها */ | |||
|             padding: 10px; | |||
|         } | |||
|         /* جدول */ | |||
|         table { | |||
|              margin: 20px auto; | |||
|             width: 600px; | |||
|             border-collapse: collapse; | |||
|              background: #fff; |              background: #fff; | ||
|              border-radius:  |              border-radius: 12px; /* گوشههای گرد */ | ||
|             overflow: hidden; | |||
|              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |              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; | |||
|         } | |||
|         .inline-text { | |||
|             display: inline-block; | |||
|              margin-left: 20px; | |||
|          } |          } | ||
|          . | |||
|         /* فاصله بیشتر بین تحلیلگر و نماد */ | |||
|          .spread-text { | |||
|              margin-left: 40px; /* فاصله بیشتر */ | |||
|          } |          } | ||
|      </style> |      </style> | ||
| </head> | </head> | ||
| <body> | <body> | ||
|      <div class="chart-container"> | |||
|      <div class="container" |          <div class="chart-inner"> | ||
|          <div class="chart- | |||
|              <script> |              <script> | ||
|                  new TradingView.chart({ |                  new TradingView.chart({ | ||
|                      width:  |                      width: 580,  /* اندازه کوچکتر */ | ||
|                      height:  |                      height: 340, /* ارتفاع 340 پیکسل */ | ||
|                      chart: "kLJYaj6Q" |                      chart: "kLJYaj6Q" | ||
|                  }); |                  }); | ||
|              </script> |              </script> | ||
|          </div> |          </div> | ||
|      </div> |      </div> | ||
|     <table> | |||
|         <thead> | |||
|             <tr><th>اطلاعات نمودار و توضیحات</th></tr> | |||
|         </thead> | |||
|         <tbody> | |||
|             <tr> | |||
|                 <td> | |||
|                     <span class="inline-text"><strong>نماد و تاریخ:</strong>  | |||
|                         <a href="https://www.tradingview.com/chart/GOLD/kLJYaj6Q-Gold-1403-09-28/">Gold 1403/09/28</a> | |||
|                     </span> | |||
|                     <span class="inline-text spread-text"><strong>تحلیلگر:</strong>  | |||
|                         <a href="https://www.tradingview.com/u/WikiTraderNet/">WikiTraderNet</a> | |||
|                     </span> | |||
|                 </td> | |||
|             </tr> | |||
|             <tr> | |||
|                 <td><strong>توضیحات:</strong> خط روند صعودی شکسته است و منتظر اصلاح هستیم.</td> | |||
|             </tr> | |||
|         </tbody> | |||
|     </table> | |||
| </body> | </body> | ||
| </html> | </html> | ||
نسخهٔ ۱۷ نوامبر ۲۰۲۴، ساعت ۱۲:۴۰
| اطلاعات نمودار و توضیحات | 
|---|
| نماد و تاریخ: Gold 1403/09/28 تحلیلگر: WikiTraderNet | 
| توضیحات: خط روند صعودی شکسته است و منتظر اصلاح هستیم. | 
