#Python #CandleStickChart #Stocks
How To Make Interactive Candlestick Charts Using Plotly & Python
⭐Please Subscribe !⭐
⭐Get the code and data sets or just support the channel by becoming a supporter on Patreon:
⭐Website:
⭐Helpful Programming Books
► Python (Hands-Machine-Learning-Scikit-Learn-TensorFlow):
► Learning Python:
Hi, do you know of any python libraries for finding candlestick patterns?
Ta lib
Would you please share the URL of the notebook you built in this video?
from where you get this data. can you tell me it will be helpful for us
@Jesús Gómez Diaz i’m not talking about this. i’m talking about where he get the AAPL full trading data
Hello!! thank you very much for the video is great, a question, how could I take only a piece or a% of my .csv since I am trying to visualize a .csv of 759866 rows of the EURUSD, (it is the only file of quotes that I have at hand ). Regards, and thank you very much.
Jesús Gómez Diaz use df.iloc[0:200] to show the first 200 rows. Change the numbers to the ones that fit your needs
You can use chunksize parameter in read_csv which is used to iterate over large data set
Thanks for your videos
Thanks for watching!
Hi, can i change candlestick color for specific date? for example i want only 1 July black color and others green/red, or options to mark this day on plot
How to know the stock is making higher highs and higher Lows, LH,LL
how add moving averages?
hi sir please help for renko
what about markers? how can I add symbols to buy or sell?
Trade panel
Could you do a tutorial on pattern recognition for stock charts? Pattern like bull flag.
Thanks
Interessting! But if I have main chart the stock and the sub chart an indicator, and if I move the mouse on the chart and there is the vertical line both in main and sub chart. This means I want to read both the values of the stock and indicator on the same date. How to do that?
Can beginners do this project
Absolutely !
The video is outdated – the code is not working:((
Thank you. where can I find the coin history as csv file?
yahoo finance
Pls how do i deploy my python algorithm
Hi, do you know why spyder console showed
runfile(‘C:/Users/Matthew/Desktop/untitled0.py’, wdir=’C:/Users/Matthew/Desktop’) with the same code?
Do you think something like TradingView or Forex Tester, to do backtesting, can be made for desktop, with Python? Thanks.
Awesome 👏
How you can plot live data and update the daily chart live?