Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Jul 10, 2024
1 parent b212776 commit 4f2cbca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vignettes/cpp-high-performance-technical-indicators.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ options(
)
```

```{r setup}
library(dmplot)
```

## Introduction

The `dmplot` package provides a set of high-performance technical indicators commonly used in financial analysis. These indicators are implemented in C++ to achieve maximum computational efficiency, making them suitable for large-scale data analysis and high-frequency trading applications.
Expand Down Expand Up @@ -483,4 +479,4 @@ The `dmplot` package provides a set of high-performance technical indicators imp
The combination of mathematical rigor and optimised C++ code makes `dmplot` an excellent choice for financial analysts, quantitative traders, and researchers working with large-scale financial data or requiring real-time analysis capabilities.
Future developments will continue to focus on performance optimisations and expanding the range of available indicators, always with an emphasis on C++ implementation for maximum efficiency.
Future developments will continue to focus on performance optimisations and expanding the range of available indicators, always with an emphasis on C++ implementation for maximum efficiency.

0 comments on commit 4f2cbca

Please sign in to comment.