Summary
Keywords
Full Transcript
In this video, we compare VWAP and Moving Average indicators for trading and Algorithmic trading. We use both indicators to build a trading bot, backtesting it on Bitcoin data with Python. VWAP is a crucial indicator that helps determine whether a security is trading at a fair value or not. It acts as a dynamic support and resistance level that moves along with the price, helping determine optimal entry and exit points for trades. We use the cumulative mean price times the volume divided by the cumulative volume to calculate VWAP. The video provides step-by-step instructions for coding and backtesting the strategy. Good luck and thank you for following! The link for the Python code: https://drive.google.com/file/d/1lvsp8-uCFZCyHVXYZCVVZBn7-YT4kwA8/view?usp=share_link The link for bitcoin data I used in this video: https://drive.google.com/file/d/1w561xflqnWNnihQ_-3skR9YXOguKjyB0/view?usp=share_link #algorithmictrading #tradingstrategy #tradingbots 00:00 VWAP indicator details 02:40 VWAP and Moving Average Trading Strategy 04:06 Python Code Description 08:09 Trading Strategy Backtest In Python
