-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save/Load Layout Charts in PostgresQL #3
Comments
Hi, |
Is there no official documentation on this implementation? Charts_storage_url - url to your save / load server Client_id - choose unique id for your company User_id - every user should have different id, you can use username here Do I have to clone your repository? What kind of structure to use? How to connect to the Bank? These questions that I am not understanding My Platform Your requirements are Django + Python that left me a bit confused And what files are available for download? Where do I put it? Inside my webserver? Thank you |
if you do these steps you'll get your save/load server configured and ran: https://github.com/tradingview/saveload_backend/blob/master/README.md Regarding your questions. |
Understood. I have the tables Now I need to know what to change so I can save the profile using the buttons My code TradingView.onready(function() Preciso mudar to ????? |
charts_storage_url: YOUR BACKEND URL |
There is no document describing step by step. |
I have the same problem. But i get a server error like this when i try to save:
am i missing something? |
I have a problem with loading the saved template. Please can someone point me in the right direction: The code
But when I click on load template it shows me the saved templates but when I click on them it does nothing. Not working:
enabled_features: ["study_templates"], |
I would like to know how to save / read the layouts on my server
I have postgres installed I would like to know how to use
["Use_localstorage_for_settings"],
Charts_storage_url
Client_id
User_id
I followed the tutorial that imports the tables into my empty database
03 tables have been created, django_migrations
Model_chart
Model_studytemplate
I could not evolve
Somebody help me, please
The text was updated successfully, but these errors were encountered: