Skip to content

docs - linebreak #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
danton267 opened this issue Oct 20, 2021 · 1 comment
Closed

docs - linebreak #425

danton267 opened this issue Oct 20, 2021 · 1 comment

Comments

@danton267
Copy link
Member

load SimulatedStock.mat
TMW.Properties.VariableNames{'Close'} = 'Price';
linebreak(TMW(end-20:end,:))
title('Line Break Chart for TMW')

fig2plotly(gcf)
load SimulatedStock.mat
range = 1:25;
highlow(TMW(range,:),'b');
title('High, Low, Open, Close Chart for TMW')

do not work

@gilbertogalvis
Copy link
Contributor

@danton267 please rerun these examples. I ran them on my PC and everything looks good.

Make sure you are using the updated master (doing git pull origin master)

Bellow I share my results

Screen Shot 2021-10-22 at 6 14 44 PM

Screen Shot 2021-10-22 at 6 17 05 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants