Summary
Full Transcript
This video is a continuation of the previous one on the Hoffman Inventory Retracement Bar Automated In Python. This algorithmic trading strategy enabled Hoffman to win several trading competitions. Although it wasn't meant to be automated in python or any other language, here we will try to write a python code using jupyter notebook to automate and backtest this strategy. It's a great example of Python Algorithmic trading capabilities and a good way to start using the Hoffman Inventory Retracement Bar (IRB) Pattern in automated algorithmic trading. #tradingbots #pythoncoding #forexanalysis Link to the previous Video (Part I): https://youtu.be/QE6nfBBD_AI Link to the Jupyter notebook file (I will try github soon just bear with me): https://drive.google.com/file/d/1LarxQIYcfaNHoLGe_pVQRsd4G8WdLNfW/view?usp=sharing The data file .csv: https://drive.google.com/file/d/1ezgOlDM-s-ae_BZ-Zv1j4w7YjHu7QifJ/view?usp=sharing
