I am plotting a financial candlestick chart using this MATLAB function:
http://www.mathworks.com/help/toolbox/finance/candlefts.html
How do I plot a red dot on the chart, to represent a trade at that point?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For the point you want to add, you would need its position on the y-axis
yValueand the date where it is to be placed on the x-axisxValue(formatted as a single serial date number). Then the following should work:If you want a larger red dot, you can replace the last line with either of the following: