gpt4 book ai didi

javascript - 如何在我的网站中集成交易 View 图表库

转载 作者:数据小太阳 更新时间:2023-10-29 05:37:26 25 4
gpt4 key购买 nike

我正在建立一个用于比特币交易的网站。我想使用交易 View charting library我将它提取到我的工作区中。我想知道如何提供我自己的数据馈送。数据馈送文件应采用哪种格式(如 php、js、json)?

var _datafeed = new Datafeeds.UDFCompatibleDatafeed("http://localhost/workspace/charting");
//var _datafeed = new Datafeeds.UDFCompatibleDatafeed("https://demo_feed.tradingview.com");

TradingView.onready(function () {
var widget = window.tvWidget = new TradingView.widget({
debug: true, // uncomment this line to see Library errors and warnings in the console
fullscreen: false,
symbol: 'A',
interval: 'D',
timezone: "America/New_York",
container_id: "tv_chart_container",
locale: getParameterByName('lang') || "en",
datafeed: _datafeed,
library_path: "charting_library/",
});
});

在上面的代码中,图表是用演示链接绘制的。当我将其更改为我的路径时,出现“无效符号”错误。我在哪里指定 config 和 symbol_info 以及它们的文件格式是什么?我是个新手。请帮忙。

任何以正确方式移动的建议都将受到赞赏。我卡住了!!

Screen shot of error message

最佳答案

您应该在图表库的文件夹中编写一个 php 文件和 .htaccess。 htaccess 应该将对该文件夹的所有请求重写到该 php 文件。然后在该 php 文件中以 UDF 格式回显结果。

UDF format and required api calls with sample result

更新:交易 View 图表库是一个私有(private)存储库。所以你需要同意他们的条款才能访问 github 上的库和 wiki 页面。

关于javascript - 如何在我的网站中集成交易 View 图表库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48839896/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com