Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Guidotti committed Feb 14, 2025
1 parent 1125ee5 commit bd35665
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions julia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Arguments:
edge(open, high, low, close, sign=false)
```

| field | description |
| ------- | ------------------------------------------- |
| `open` | AbstractVector of open prices |
| `high` | AbstractVector of high prices |
| `low` | AbstractVector of low prices |
| `close` | AbstractVector of close prices |
| `sign` | Whether signed estimates should be returned |
| field | description |
| ------- | ---------------------------------- |
| `open` | AbstractVector of open prices |
| `high` | AbstractVector of high prices |
| `low` | AbstractVector of low prices |
| `close` | AbstractVector of close prices |
| `sign` | Whether to return signed estimates |

The input prices must be sorted in ascending order of the timestamp.

Expand Down

0 comments on commit bd35665

Please sign in to comment.