mpeng8 / PyTrade

0 stars 2 forks source link

ML algorithm connect with front end & d3 #44

Open mpeng8 opened 7 years ago

mpeng8 commented 7 years ago

Story/Task Details

Acceptance Scenarios

Given: A registered user on the stock prediction page When: the user selects predict button without selecting time frame Then: the corresponding suggestion for tomorrow's action (to sell or buy) should be displayed.

Given: A registered user on the stock prediction page When: the user selects predict button with a selected time frame Then: the corresponding suggestions during the timeframe including tomorrow's action (to sell or buy) should be displayed.

Done Done Criteria

The feature should be integrated with current code without any error or new bug.