Community Profile

photo

david crowley


Last seen: environ un an il y a Actif depuis 2021

Statistiques

  • First Review
  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

Question


Table referencing using cell
Hi all, I have two tables: Tickers Tickers nbr ________ ___ {'A2M' } 1 {'AAN' } 2 {'AAP' ...

plus d'un an il y a | 2 réponses | 0

2

réponses

A répondu
Simple logical conditional flag column
Figured it out tt.C2 = cumsum(tt.C1);

plus de 2 ans il y a | 0

| A accepté

Question


Simple logical conditional flag column
I require help to develop some logic on the below data extract. I need the C2 column to toggle to '1' when C1 is '1'. Then, when...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


Build array from for loop
I have a for loop that generates an array (newdd) that changes in length in each iteration. How do create a new variable (arra...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Calculate running hold duration
I have a table that lists the history of stock transaction (extract attached). I require assistance to find out how long I've he...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Divide by every N rows
I am trying to perform the following calculation, but every 52 rows the denominator needs to change from (1,1) to (52,1) then (1...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Add String to Matlab Plot Annotation
I am trying to add an annotation to a plot that uses a variable from the workspace. I have used the below code, but the only out...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Ranking values - sorting into descending order
I have a that for each row (i) ranks the column values. However, it ranks them in the ascending order. I require it to be ranked...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


For loop to multiple columns
I have the following block of code: %RSI Calculation n = [14:2:18]; for i = 1:n gainC = diff(ABC).*((diff(ABC))> 0); ...

presque 3 ans il y a | 1 réponse | 0

0

réponse

Question


Python function to Matlab
I have the following moving average function developed in Python3 that I need to convert into MATLAB. However, I can't seem to f...

presque 3 ans il y a | 4 réponses | 0

4

réponses

Question


Finding the difference in timeseries values
If I have the below timetable, how do I find the difference between values? Diff() doesn't work. I've tried diff(TableName.Varia...

environ 3 ans il y a | 3 réponses | 0

3

réponses

Question


Setting Arguments using VarFun & RSIndex
Due to the layout of my timetable data, I am required to use the following code when trying to calculate the rsindex(): %Set RS...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


Using Diff() with NaN values
I am trying to find the difference between rows using the diff() function. However, because the rows contain NaN values I am get...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


Error using movmax index
I need to find the number of periods since a stock price recorded an 14-day high. My proposed method was to use the following an...

environ 3 ans il y a | 1 réponse | 0

1

réponse