File "chart.blade.php"
Full Path: /home/fundopuh/trader.fxex.org/resources/views/admin/includes/chart.blade.php
File size: 1.89 KB
MIME-type: text/x-php
Charset: utf-8
<?php
if (Auth('admin')->User()->dashboard_style == "dark") {
$style="dark";
} else {
$style = "light";
}
?>
<div class="tradingview-widget-container" style="margin:30px 0px 10px 0px;">
<div id="tradingview_f933e"></div>
<div class="tradingview-widget-copyright"><a href="#" rel="noopener" target="_blank"><span class="blue-text"></span> <span class="blue-text">Personal trading chart</span></a></div>
<script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script>
<script type="text/javascript">
new TradingView.widget(
{
"width": "100%",
"height": "550",
"symbol": "COINBASE:BTCUSD",
"interval": "1",
"timezone": "Etc/UTC",
"theme": '<?php echo $style ?>',
"style": "9",
"locale": "en",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"hide_side_toolbar": false,
"allow_symbol_change": true,
"calendar": false,
"studies": [
"BB@tv-basicstudies"
],
"container_id": "tradingview_f933e"
}
);
</script>
</div>
</div>
<div class="white-box" style="height: 450px;">
<h4 style="margin-bottom:5px;"> Forex Market Fundamental Data</h4>
<!-- TradingView Widget BEGIN -->
<span id="tradingview-copyright"><a ref="nofollow noopener" target="_blank" href="http://www.tradingview.com" style="color: rgb(173, 174, 176); font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-size: 13px;"></a></span>
<script src="https://s3.tradingview.com/external-embedding/embed-widget-forex-cross-rates.js">{
"currencies": [
"EUR",
"USD",
"JPY",
"BTC",
"ETH",
"LTC",
"GBP",
"CHF",
"AUD",
"CAD",
"NZD",
"CNY"
],
"isTransparent": false,
"colorTheme": "<?php echo $style ?>",
"width": "100%",
"height": "100%",
"locale": "en"
}</script>
</div>