Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Programming mid term assignment Introduction The goal for this assignment is to develop a command - line technical analysis toolkit for the exchange platform. TASK
Programming mid term assignmentIntroductionThe goal for this assignment is to develop a commandline technical analysis toolkit for theexchange platform.TASK : Compute candlestick dataCandlesticks are a common visualisation used to show the trends in a trading system. Thecandlesticks show what happens in a series of time windows, in terms of the starting price, the endprice and the highest and lowest prices seen. The following image shows a graphical plot ofcandlestick data:Figure : example of a graphical candlestick plot. Each box represents the trading activity in a time period. The top andbottom of a box the candle represent the opening and closing value of a product. The top and bottom of the lines thecandlesticks represent the highest and lowest value seen in that time frame. The red box on May rd indicates the valuewas lower at close than open, so value went down. You do not need to make a graphical plot you will be making a textbased plot.In the first task, you need to compute candlestick data from the exchange data for a particularproduct Here is an example of the fields needed for candlestick data
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started