Integrating Tradingview Lightweight Charts with Yahoo Finance Data - Python Web Application

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024
  • This is a demo of simple interactive web application that displays dynamic stock charts using TradingView’s Lightweight Charts and real-time data from Yahoo Finance.
    Github Source Code :
    github.com/mar...

Комментарии • 16

  • @nofuss3947
    @nofuss3947 Месяц назад

    Much thanks from Canada! I was looking for this 🙂

  • @prabhashkumarsingh6353
    @prabhashkumarsingh6353 5 месяцев назад +3

    It's really a very cool thing, can we include this in our Python Algo trading strategies to view the real-time buy and sell signals? Please make a detailed tutorial video for this. Thanks for your efforts. You always come up with new out-of-the-box ideas.

    • @marketcalls
      @marketcalls  5 месяцев назад +1

      Yes we can do that. Tradingview Light Weight Charts Supports Plotting Buy and Sell Signals and Markets (Means your entry levels, stoploss kind of). you can use it with your existing Python Algo trading strategies to visualize your strategy better.

  • @cooltechie007
    @cooltechie007 3 месяца назад +1

    Thanks a lot, it helped me to build using your github repo

  • @eryanNeo
    @eryanNeo 4 месяца назад

    Hello @marketcalls, I am using lightweight charts python in linux distros...In ubuntu it works perfect. However in kali linux, its output shows a blavk screen and doesn't load candles. Could you suggest what might be problems

  • @joao_wedson
    @joao_wedson Месяц назад +2

    Can the drawing tools be added? Like lines, rectangles?

    • @marketcalls
      @marketcalls  23 дня назад

      Not possible in the open source light weight charts

  • @friendstradealgo
    @friendstradealgo 5 месяцев назад

    Thankyou for your efforts 🎉

  • @boscodsouza5087
    @boscodsouza5087 4 месяца назад

    Thank you.

  • @venkykarthz1676
    @venkykarthz1676 Месяц назад

    Such a great and impressive implementation!
    I have a different API that I want to implement and an indicator which I trust.
    I plan to run the indicator and automate trading. I have worked on most part of it. Would you like to collaborate?

    • @marketcalls
      @marketcalls  4 дня назад

      Sir I am working on my own project. But love to hear about your project!

  • @jalalkasmani2575
    @jalalkasmani2575 4 месяца назад

    Can i customise the code to get the interval in seconds ?

    • @marketcalls
      @marketcalls  4 месяца назад +1

      code is open source anyone can customize it according to their requirements.

  • @shauryachatterjee935
    @shauryachatterjee935 3 месяца назад

    Can i add macd and signal here??

    • @marketcalls
      @marketcalls  3 месяца назад

      you can add it as the code is opensource and the github link is provided below