This feature will implement the capability to calculate and display multiple moving averages on the cryptocurrency price graph. Specifically, it will include 30-day, 50-day, and 100-day moving averages, enabling users to analyze price trends over various timeframes.
Problem Solved by the Feature
Currently, the tool only calculates a single 30-day moving average. By adding multiple moving averages, users will be able to identify short-term and long-term trends more effectively, aiding in better decision-making for trading strategies.
Additional Context
This proposal pertains to the btc.py file.
I wish to work on it under GSSoC-EXT and hacktoberfest.
Description
This feature will implement the capability to calculate and display multiple moving averages on the cryptocurrency price graph. Specifically, it will include 30-day, 50-day, and 100-day moving averages, enabling users to analyze price trends over various timeframes.
Problem Solved by the Feature
Currently, the tool only calculates a single 30-day moving average. By adding multiple moving averages, users will be able to identify short-term and long-term trends more effectively, aiding in better decision-making for trading strategies.
Additional Context
This proposal pertains to the btc.py file.
I wish to work on it under GSSoC-EXT and hacktoberfest.