You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for your great job. I used the following code to find the peaks and valleys of a stock prince and it worked for that, but what I like to do is slice the time-series based on these peaks and valleys. I will put a picture to explain what I mean:
In the above pic, I sliced the chart/array using peaks/valleys by hand ti the 12 sub arrays, but what I want to do is doing this by code and make these 12 sub arrays from the original array. How can I do that?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for your great job. I used the following code to find the peaks and valleys of a stock prince and it worked for that, but what I like to do is slice the time-series based on these peaks and valleys. I will put a picture to explain what I mean:
http://uupload.ir/files/31v6_sliced.jpeg
In the above pic, I sliced the chart/array using peaks/valleys by hand ti the 12 sub arrays, but what I want to do is doing this by code and make these 12 sub arrays from the original array. How can I do that?
The text was updated successfully, but these errors were encountered: