Saving-and-Loading-Charts

Charting Library supports saving/loading charts and study templates (study templates are available in unstable) on 2 levels of abstraction:

  1. Low-Level: save/load functionality is present by widget's save() / load() [[methods|Widget-Methods#savecallback]] and createStudyTemplate() / applyStudyTemplate() [[methods|Widget-Methods#createstudytemplateoptions]]. One who uses them should take care of physical storage on his own. But you can save those JSONs where you want to -- in example, you may embed them to your saved pages or user's working area and so on.

  2. High-Level: Charting Library is able to save / load charts and study templates from storage you'll point to. We created a tiny storage sample with Python and PostgreSQL and put it on our GitHub. You may grab it and run on your own server so you'll have control over all your users' saved data.

Using High-Level Save/Load

Here are a few steps for those who want to have their own charts storage:

  1. Clone our repo to your host
  2. Run the data service or use our demo service.Here are a short todo list for those who's not familiar with Django.
    1. Install Python 3.x and Pip.
    2. Install PostgreSQL or some other Django-friendly database engine.
    3. go to you charts storage folder and run pip install -r requirements.txt
    4. go to charting_library_charts folder and set up your database connection in settings.py (see DATABASES @ line #12). Please remember to create appropriate database in your PostgreSQL.
    5. run python manage.py migrate . This will create database schema without any data.
    6. run python manage.py runserver to run TEST instance of your database. don't use the command above on production environment. Use some other stuff (i.e., Gunicorn)
  3. Set up your Charting Library page: set charts_storage_url = url-of-your-charts-storage, also set client_id and user_id (see details below) in widget's .ctor.
  4. Enjoy !

Remark: Manual filling/editing database is not the desired usage for this stuff. Please avoid this because you may hurt Django.

Developing your own backend

  • Charting Library sends HTTP/HTTPS commands to charts_storage_url/charts_storage_api_version/charts?client=client_id&user=user_id. charts_storage_url, charts_storage_api_version, client_id and user_id are the arguments of the widget constructor.
  • You should implement processing of 4 requests: save chart / load chart / delete chart / list charts.

LIST CHARTS

GET REQUEST: charts_storage_url/charts_storage_api_version/charts?client=client_id&user=user_id

RESPONSE: JSON Object

  1. status: "ok" or "error"
  2. data: Array of Objects
    1. "timestamp": UNIX time when the chart was saved (example, 1449084321)
    2. "symbol": base symbol of the chart (example, "AA")
    3. "resolution": resolution of the chart (example, "D")
    4. "id": unique integer identifier of the chart (example, 9163)
    5. "name": chart name (example, "Test")

SAVE CHART

POST REQUEST: charts_storage_url/charts_storage_api_version/charts?client=client_id&user=user_id

  1. "name": name of the chart
  2. "content": content of the chart
  3. "symbol": chart symbol (example, "AA")
  4. "resolution: chart resolution (example, "D")

RESPONSE: JSON Object

  1. "status": "ok" or "error"
  2. "id": unique integer identifier of the chart (example, 9163)

SAVE AS CHART

POST REQUEST: charts_storage_url/charts_storage_api_version/charts?client=client_id&user=user_id&chart=chart_id

  1. "name": name of the chart
  2. "content": content of the chart
  3. "symbol": chart symbol (example, "AA")
  4. "resolution: chart resolution (example, "D")

RESPONSE: JSON Object

  1. "status": "ok" or "error"

LOAD CHART

GET REQUEST: charts_storage_url/charts_storage_api_version/charts?client=client_id&user=user_id&chart=chart_id

RESPONSE: JSON Object

  1. "status": "ok" or "error"
  2. "data": Object
    1. "content": saved content of the chart
    2. "timestamp": UNIX time when the chart was saved (example, 1449084321)
    3. "id": unique integer identifier of the chart (example, 9163)
    4. "name": name of the chart

DELETE CHART

DELETE REQUEST: charts_storage_url/charts_storage_api_version/charts?client=client_id&user=user_id&chart=chart_id

RESPONSE: JSON Object

  1. "status": "ok" or "error"

Using Demo Charts and Study Templates Storage

We're running demo charts storage service to let you try save/load as fast as you've got new Library's build. This storage URL is http://saveload.tradingview.com. It's just a demo so it is provided as-is. We do not guarantee its stability. Also, we drop all the data from this storage now and again.

Managing Saved Charts Access

You should take care of which charts your users will be able to see and load. Basically, user can see/load charts having the same client_id and user_id the user has. client_id is an identifier of user's group. It is intended to cover the case when you have few groups of users (i.e, when you have few sites) using the same charts storage. So the common practice is to set client_id = your-site's-URL. It's up to you however.

user_id is expected to be user's id in context of your client_id group. You can either set is to each user individually (to make each user to have his own private charts storage) or set it the same for all users or any users group to create a kind of public storage. Here are a few examples:

client_id user_id Effect
your site url or anything else unique user id Each user has his private charts storage other users can't see.
your site url or anything else the same value for all users Each user can see and load each of saved charts.
your site url or anything else unique user id for registered users and some constant for all who's anonymous Each registered user has his private charts storage other users can't see. All anonymous users have one shared storage.
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市灵临,隨后出現(xiàn)的幾起案子粘茄,更是在濱河造成了極大的恐慌誊涯,老刑警劉巖钦椭,帶你破解...
    沈念sama閱讀 210,978評論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異卢未,居然都是意外死亡觅够,警方通過查閱死者的電腦和手機,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 89,954評論 2 384
  • 文/潘曉璐 我一進店門骡苞,熙熙樓的掌柜王于貴愁眉苦臉地迎上來垂蜗,“玉大人,你說我怎么就攤上這事解幽√” “怎么了?”我有些...
    開封第一講書人閱讀 156,623評論 0 345
  • 文/不壞的土叔 我叫張陵躲株,是天一觀的道長片部。 經(jīng)常有香客問我,道長霜定,這世上最難降的妖魔是什么档悠? 我笑而不...
    開封第一講書人閱讀 56,324評論 1 282
  • 正文 為了忘掉前任廊鸥,我火速辦了婚禮,結(jié)果婚禮上辖所,老公的妹妹穿的比我還像新娘惰说。我一直安慰自己,他們只是感情好缘回,可當(dāng)我...
    茶點故事閱讀 65,390評論 5 384
  • 文/花漫 我一把揭開白布吆视。 她就那樣靜靜地躺著,像睡著了一般酥宴。 火紅的嫁衣襯著肌膚如雪啦吧。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,741評論 1 289
  • 那天幅虑,我揣著相機與錄音丰滑,去河邊找鬼。 笑死倒庵,一個胖子當(dāng)著我的面吹牛褒墨,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播擎宝,決...
    沈念sama閱讀 38,892評論 3 405
  • 文/蒼蘭香墨 我猛地睜開眼郁妈,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了绍申?” 一聲冷哼從身側(cè)響起噩咪,我...
    開封第一講書人閱讀 37,655評論 0 266
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎极阅,沒想到半個月后胃碾,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,104評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡筋搏,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,451評論 2 325
  • 正文 我和宋清朗相戀三年仆百,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片奔脐。...
    茶點故事閱讀 38,569評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡俄周,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出髓迎,到底是詐尸還是另有隱情峦朗,我是刑警寧澤,帶...
    沈念sama閱讀 34,254評論 4 328
  • 正文 年R本政府宣布排龄,位于F島的核電站波势,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜艰亮,卻給世界環(huán)境...
    茶點故事閱讀 39,834評論 3 312
  • 文/蒙蒙 一闭翩、第九天 我趴在偏房一處隱蔽的房頂上張望挣郭。 院中可真熱鬧迄埃,春花似錦、人聲如沸兑障。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,725評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽流译。三九已至逞怨,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間福澡,已是汗流浹背叠赦。 一陣腳步聲響...
    開封第一講書人閱讀 31,950評論 1 264
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留革砸,地道東北人除秀。 一個月前我還...
    沈念sama閱讀 46,260評論 2 360
  • 正文 我出身青樓,卻偏偏與公主長得像算利,于是被迫代替她去往敵國和親册踩。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 43,446評論 2 348

推薦閱讀更多精彩內(nèi)容