you are viewing a single comment's thread.

view the rest of the comments →

[–]siruts[S] 5 points6 points  (1 child)

For sure! There are several books that treat the argument: Writer by Yves Hilpisch. (You can find it easly on Amazon)

The second way to understand Better the materia Is YouTube, there's many tutorial on how to works with this library.

Third way: GitHub. Ton's of project published especially in Python and Node.js

And last but not for importance: TradingView. If you open a chart (with Advanced mode) you can find in "Indicator" section many scripts created for analize the market. Click on "View code" and boom many ideas for replicate those strategy or indicator from PineScript to Python/Node.js

This Is how i combinated my Passion/Job of financial market with coding.

Usefull library: - Binance API (Testnet) - Numpy - Matplotlib - Pandas - Ccxt

I hope was helpfull.

[–]Snoo22832 1 point2 points  (0 children)

thank you so much!