mpeng8 / PyTrade

0 stars 2 forks source link

Add Indicator to Stock Price Chart #35

Open mpeng8 opened 7 years ago

mpeng8 commented 7 years ago

Story/Task Details

-Indicators are useful metrics for users to analyze stock data, thus it is important to have indicators displayed along with stock price.

Acceptance Scenarios

Given: A registered user on a certain stock page When: the user just enters the stock page Then: The system should automatically display the last 14 days of stock price, along with the moving averages.

Given: A registered user on a certain stock page When: the user choses a indicator Then: the indicator should be displayed along with the stock price.

Done Done Criteria The indicators should be integrated with current code without any error or new bug.