Hello, I need to use this graph in a project that I am doing but I need to configure it since the client wants certain aspects to be modified.
E.g this configurations
{
"width": 980,
"height": 610,
"symbol": "NASDAQ:AAPL",
"timezone": "Etc/UTC",
"theme": "light",
"style": "1",
"locale": "de_DE",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"range": "ytd",
"hide_side_toolbar": false,
"allow_symbol_change": true,
"calendar": true,
"studies": [
"AwesomeOscillator@tv-basicstudies"
],
"show_popup_button": true,
"popup_width": "1000",
"popup_height": "650",
"container_id": "tradingview_071d6"
}
and the most important the UDF method to fill the chart with data...
Hello, I need to use this graph in a project that I am doing but I need to configure it since the client wants certain aspects to be modified. E.g this configurations { "width": 980, "height": 610, "symbol": "NASDAQ:AAPL", "timezone": "Etc/UTC", "theme": "light", "style": "1", "locale": "de_DE", "toolbar_bg": "#f1f3f6", "enable_publishing": false, "range": "ytd", "hide_side_toolbar": false, "allow_symbol_change": true, "calendar": true, "studies": [ "AwesomeOscillator@tv-basicstudies" ], "show_popup_button": true, "popup_width": "1000", "popup_height": "650", "container_id": "tradingview_071d6" } and the most important the UDF method to fill the chart with data...