Summary
Keywords
Full Transcript
This video describes a trading strategy using VWAP for Crypto such as the Bitcoin. The strategy algorithm is tested in Python and the code details are explained. The strategy is easy for beginners to start with moreover it is backtested on historical data which makes the results more expected and decreases chances of bad surprises. The code is available for download from the link below so you can use it for your own experiments. #algotrading #python #cryptotrading #bitcoin python code download link: https://drive.google.com/file/d/1IueB1g3DxVhQ3X-Yp4xOgQghEtC3Z52r/view?usp=sharing The data file I have used in this video: https://drive.google.com/file/d/1OMRai9S7_QvrMZzFTAkI2KkwWAj9Wblo/view?usp=sharing And the 1 hour timeframe Bitcoin USD data (might need cleaning): https://drive.google.com/file/d/1G77fBIwX9uS0k3zi47BUj4bVm6-IpM98/view?usp=sharing
