Created
December 6, 2017 16:43
-
-
Save chrishieu/5378199940c51761dda9c3229b1ab456 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- TradingView Widget BEGIN --> | |
| <script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script> | |
| <script type="text/javascript"> | |
| new TradingView.widget({ | |
| "width": 980, | |
| "height": 400, | |
| "symbol": "NASDAQ:AAPL", | |
| "interval": "D", | |
| "timezone": "Etc/UTC", | |
| "theme": "Light", | |
| "style": "1", | |
| "locale": "en", | |
| "toolbar_bg": "#f1f3f6", | |
| "enable_publishing": false, | |
| "hide_top_toolbar": true, | |
| "save_image": false, | |
| "hideideas": true | |
| }); | |
| </script> | |
| <!-- TradingView Widget END --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment