Question: Advisorbot is a command line program that can carry out various tasks to help a cryptocurrency investor analyse the data available on an exchange Task
Advisorbot is a command line program that can carry out various tasks to help a cryptocurrency investor analyse the data available on an exchange
Task 1: implement commands You advisorbot responds to a set of commands. You will need to write some sort of command parsing system which takes the command string as input and extracts the elements of the command. The extracted command elements should be checked for validity and converted into the appropriate data types. For example, the number of time frames in the avg commands should be an integer, the product name should be a string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
