Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jjwwcc authored Nov 12, 2024
1 parent 2b02054 commit ba9c5e6
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions tsla1min/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"style": "1",
"locale": "zh_CN",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"enable_publishing": true,
"hide_side_toolbar": true,
"allow_symbol_change": true,
"studies": [],
Expand All @@ -64,12 +64,22 @@
"datafeed_provider": "Real-time",
"supported_resolutions": ["1", "5", "15", "30", "60", "D", "W", "M"],
"container_id": "tradingview_widget",
"save_image": false,
"save_image": true,
"hide_volume": false,
"mobile": {
"enabled": true,
"force_fullscreen": true
}
},
"signin_url": "https://www.tradingview.com/signin/",
"username": "your_username",
"studies_overrides": {},
"overrides": {},
"enabled_features": [
"user_settings",
"countdown",
"symbol_search_hot_key",
"login_support"
]
});
</script>
</body>
Expand Down

0 comments on commit ba9c5e6

Please sign in to comment.