OPEN-SOURCE SCRIPT

Fifty Percent Rule Final


body {
margin: 0;
background-color: #1D256BF7; /* Navy blue background */
}
.tradingview-widget-container {
width: 100%;
height: 100vh; /* Full height of the viewport */
}
#tradingview_chart {
width: 100%;
height: 100%; /* Fill the container */
}
</style>
</head>
<body>
<div class="tradingview-widget-container">
<div id="tradingview_chart"></div>
<script type="text/javascript" src="s3.tradingview.com/tv.js"></script>
<script type="text/javascript">
new TradingView.widget({
"width": "100%",
"height": "100%",
"symbol": "AMEX:SPY", /* Set ticker to SPY */
"interval": "D", /* Daily interval */
"timezone": "Etc/UTC",
"theme": "dark",
"style": "1",
"locale": "en",
"toolbar_bg": "#1D256BF7
educational

开源脚本

本着真正的TradingView精神,此脚本的作者已将其开源,以便交易者可以理解和验证它。向作者致敬!您可以免费使用它,但在出版物中重复使用此代码受网站规则约束。 您可以收藏它以在图表上使用。

想在图表上使用此脚本?

免责声明